Project

General

Profile

« Previous | Next » 

Revision 49879

merged newAPI branch

View differences:

pom.xml
56 56
            <id>spring-releases</id>
57 57
            <url>https://repo.spring.io/libs-release</url>
58 58
        </repository>
59

  
59 60
    </repositories>
60 61

  
61 62
    <dependencies>
......
267 268
            <version>1.7.3</version>
268 269
        </dependency>
269 270

  
271

  
272
        <dependency>
273
            <groupId>eu.dnetlib</groupId>
274
            <artifactId>uoa-repository-manager-service</artifactId>
275
            <version>1.0.0-SNAPSHOT</version>
276
        </dependency>
277

  
278

  
279

  
270 280
    </dependencies>
271 281

  
282

  
272 283
    <build>
273 284
        <!-- Output classes directly into the webapp, so that IDEs and "mvn process-classes" update them in DevMode -->
274 285
        <outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/classes</outputDirectory>

Also available in: Unified diff