1 |
31945
|
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">
|
2 |
31919
|
sandro.lab
|
<modelVersion>4.0.0</modelVersion>
|
3 |
|
|
<parent>
|
4 |
|
|
<groupId>eu.dnetlib</groupId>
|
5 |
|
|
<artifactId>dnet-parent</artifactId>
|
6 |
|
|
<version>1.0.0</version>
|
7 |
|
|
</parent>
|
8 |
|
|
<groupId>eu.dnetlib</groupId>
|
9 |
|
|
<artifactId>dnet-collector-plugins</artifactId>
|
10 |
33267
|
michele.ar
|
<version>1.1.1-SNAPSHOT</version>
|
11 |
31919
|
sandro.lab
|
<scm>
|
12 |
33267
|
michele.ar
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-collector-plugins/trunk</developerConnection>
|
13 |
31919
|
sandro.lab
|
</scm>
|
14 |
|
|
<dependencies>
|
15 |
|
|
<dependency>
|
16 |
|
|
<groupId>eu.dnetlib</groupId>
|
17 |
|
|
<artifactId>dnet-modular-collector-service-rmi</artifactId>
|
18 |
33264
|
michele.ar
|
<version>[1.3.0,2.0.0)</version>
|
19 |
31919
|
sandro.lab
|
</dependency>
|
20 |
|
|
<dependency>
|
21 |
|
|
<groupId>com.google.code.gson</groupId>
|
22 |
|
|
<artifactId>gson</artifactId>
|
23 |
|
|
<version>${google.gson.version}</version>
|
24 |
|
|
</dependency>
|
25 |
|
|
|
26 |
|
|
<dependency>
|
27 |
|
|
<groupId>commons-httpclient</groupId>
|
28 |
|
|
<artifactId>commons-httpclient</artifactId>
|
29 |
|
|
<version>3.1</version>
|
30 |
|
|
</dependency>
|
31 |
|
|
<dependency>
|
32 |
|
|
<groupId>org.apache.commons</groupId>
|
33 |
|
|
<artifactId>commons-io</artifactId>
|
34 |
|
|
<version>1.3.2</version>
|
35 |
|
|
</dependency>
|
36 |
|
|
<dependency>
|
37 |
32940
|
sandro.lab
|
<groupId>commons-lang</groupId>
|
38 |
|
|
<artifactId>commons-lang</artifactId>
|
39 |
|
|
<version>${commons.lang.version}</version>
|
40 |
|
|
</dependency>
|
41 |
|
|
<dependency>
|
42 |
31919
|
sandro.lab
|
<groupId>junit</groupId>
|
43 |
|
|
<artifactId>junit</artifactId>
|
44 |
|
|
<version>4.8.2</version>
|
45 |
|
|
<scope>test</scope>
|
46 |
|
|
</dependency>
|
47 |
|
|
|
48 |
|
|
</dependencies>
|
49 |
|
|
</project>
|