1 |
14340
|
sandro.lab
|
<?xml version="1.0" ?>
|
2 |
32121
|
nikon.gasp
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
3 |
14340
|
sandro.lab
|
<parent>
|
4 |
|
|
<groupId>eu.dnetlib</groupId>
|
5 |
23685
|
antonis.le
|
<artifactId>dnet-parent</artifactId>
|
6 |
36486
|
nikon.gasp
|
<version>1.0.0</version>
|
7 |
14340
|
sandro.lab
|
</parent>
|
8 |
|
|
<modelVersion>4.0.0</modelVersion>
|
9 |
|
|
<groupId>eu.dnetlib</groupId>
|
10 |
|
|
<artifactId>uoa-utils</artifactId>
|
11 |
|
|
<packaging>jar</packaging>
|
12 |
36493
|
nikon.gasp
|
<version>1.2.0-SNAPSHOT</version>
|
13 |
32119
|
nikon.gasp
|
<scm>
|
14 |
36493
|
nikon.gasp
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-utils/trunk</developerConnection>
|
15 |
32119
|
nikon.gasp
|
</scm>
|
16 |
14340
|
sandro.lab
|
<dependencies>
|
17 |
|
|
<dependency>
|
18 |
|
|
<groupId>javax.servlet</groupId>
|
19 |
27173
|
katerina.i
|
<artifactId>javax.servlet-api</artifactId>
|
20 |
|
|
<version>3.0.1</version>
|
21 |
14340
|
sandro.lab
|
</dependency>
|
22 |
|
|
<dependency>
|
23 |
|
|
<groupId>junit</groupId>
|
24 |
|
|
<artifactId>junit</artifactId>
|
25 |
|
|
<version>[0.0.0,)</version>
|
26 |
|
|
<scope>test</scope>
|
27 |
|
|
</dependency>
|
28 |
|
|
<dependency>
|
29 |
|
|
<groupId>org.antlr</groupId>
|
30 |
|
|
<artifactId>antlr-runtime</artifactId>
|
31 |
|
|
<version>3.0.1</version>
|
32 |
|
|
</dependency>
|
33 |
|
|
<dependency>
|
34 |
|
|
<groupId>eu.dnetlib</groupId>
|
35 |
|
|
<artifactId>cnr-service-utils</artifactId>
|
36 |
32120
|
nikon.gasp
|
<version>[1.0.0]</version>
|
37 |
14340
|
sandro.lab
|
</dependency>
|
38 |
|
|
<dependency>
|
39 |
|
|
<groupId>eu.dnetlib</groupId>
|
40 |
|
|
<artifactId>cnr-service-common</artifactId>
|
41 |
32120
|
nikon.gasp
|
<version>[1.0.0]</version>
|
42 |
14340
|
sandro.lab
|
</dependency>
|
43 |
|
|
<dependency>
|
44 |
|
|
<groupId>eu.dnetlib</groupId>
|
45 |
|
|
<artifactId>cnr-spring-utils</artifactId>
|
46 |
32120
|
nikon.gasp
|
<version>[1.0.0]</version>
|
47 |
14340
|
sandro.lab
|
</dependency>
|
48 |
|
|
<dependency>
|
49 |
|
|
<groupId>eu.dnetlib</groupId>
|
50 |
|
|
<artifactId>uoa-api</artifactId>
|
51 |
36486
|
nikon.gasp
|
<version>[1.1.0, 1.2.0)</version>
|
52 |
14340
|
sandro.lab
|
</dependency>
|
53 |
|
|
<dependency>
|
54 |
|
|
<groupId>eu.dnetlib</groupId>
|
55 |
|
|
<artifactId>uoa-domain</artifactId>
|
56 |
36486
|
nikon.gasp
|
<version>[1.1.0, 1.2.0)</version>
|
57 |
14340
|
sandro.lab
|
</dependency>
|
58 |
|
|
</dependencies>
|
59 |
|
|
</project>
|