1 |
26600
|
sandro.lab
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
40048
|
sandro.lab
|
<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/xsd/maven-4.0.0.xsd">
|
3 |
30077
|
sandro.lab
|
<parent>
|
4 |
|
|
<groupId>eu.dnetlib</groupId>
|
5 |
45177
|
claudio.at
|
<artifactId>dnet45-parent</artifactId>
|
6 |
47856
|
alessia.ba
|
<version>1.0.0</version>
|
7 |
40048
|
sandro.lab
|
<relativePath />
|
8 |
30077
|
sandro.lab
|
</parent>
|
9 |
|
|
<modelVersion>4.0.0</modelVersion>
|
10 |
|
|
<groupId>eu.dnetlib</groupId>
|
11 |
|
|
<artifactId>dnet-download-service-rmi</artifactId>
|
12 |
47860
|
alessia.ba
|
<version>1.3.4-SNAPSHOT</version>
|
13 |
30680
|
sandro.lab
|
<scm>
|
14 |
47860
|
alessia.ba
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-download-service-rmi/trunk</developerConnection>
|
15 |
30680
|
sandro.lab
|
</scm>
|
16 |
30077
|
sandro.lab
|
<dependencies>
|
17 |
|
|
<dependency>
|
18 |
|
|
<groupId>eu.dnetlib</groupId>
|
19 |
|
|
<artifactId>cnr-rmi-api</artifactId>
|
20 |
30680
|
sandro.lab
|
<version>[2.0.0,3.0.0)</version>
|
21 |
30077
|
sandro.lab
|
</dependency>
|
22 |
|
|
<dependency>
|
23 |
|
|
<groupId>eu.dnetlib</groupId>
|
24 |
|
|
<artifactId>cnr-misc-utils</artifactId>
|
25 |
30680
|
sandro.lab
|
<version>[1.0.0,2.0.0)</version>
|
26 |
30077
|
sandro.lab
|
</dependency>
|
27 |
|
|
<dependency>
|
28 |
26600
|
sandro.lab
|
<groupId>com.google.code.gson</groupId>
|
29 |
|
|
<artifactId>gson</artifactId>
|
30 |
|
|
<version>${google.gson.version}</version>
|
31 |
|
|
</dependency>
|
32 |
30077
|
sandro.lab
|
<dependency>
|
33 |
|
|
<groupId>junit</groupId>
|
34 |
|
|
<artifactId>junit</artifactId>
|
35 |
|
|
<version>${junit.version}</version>
|
36 |
|
|
<scope>test</scope>
|
37 |
|
|
</dependency>
|
38 |
26600
|
sandro.lab
|
|
39 |
30077
|
sandro.lab
|
<dependency>
|
40 |
|
|
<groupId>org.springframework</groupId>
|
41 |
|
|
<artifactId>spring-beans</artifactId>
|
42 |
|
|
<version>${spring.version}</version>
|
43 |
|
|
</dependency>
|
44 |
40045
|
sandro.lab
|
<dependency>
|
45 |
|
|
<groupId>joda-time</groupId>
|
46 |
|
|
<artifactId>joda-time</artifactId>
|
47 |
|
|
<version>2.9</version>
|
48 |
|
|
</dependency>
|
49 |
26600
|
sandro.lab
|
|
50 |
30077
|
sandro.lab
|
</dependencies>
|
51 |
26600
|
sandro.lab
|
|
52 |
30077
|
sandro.lab
|
|
53 |
40045
|
sandro.lab
|
</project>
|