1 |
31602
|
claudio.at
|
<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 |
31210
|
sandro.lab
|
<modelVersion>4.0.0</modelVersion>
|
3 |
|
|
<parent>
|
4 |
|
|
<groupId>eu.dnetlib</groupId>
|
5 |
|
|
<artifactId>dnet-parent</artifactId>
|
6 |
31601
|
claudio.at
|
<version>1.0.0</version>
|
7 |
31210
|
sandro.lab
|
</parent>
|
8 |
|
|
<groupId>eu.dnetlib</groupId>
|
9 |
|
|
<artifactId>dnet-download-plugins</artifactId>
|
10 |
42484
|
sandro.lab
|
<version>2.1.16-SNAPSHOT</version>
|
11 |
31601
|
claudio.at
|
<scm>
|
12 |
42484
|
sandro.lab
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-download-plugins/trunk</developerConnection>
|
13 |
31601
|
claudio.at
|
</scm>
|
14 |
31210
|
sandro.lab
|
<dependencies>
|
15 |
|
|
<dependency>
|
16 |
|
|
<groupId>eu.dnetlib</groupId>
|
17 |
|
|
<artifactId>dnet-download-service</artifactId>
|
18 |
32774
|
michele.ar
|
<version>[2.0.0,3.0.0)</version>
|
19 |
31210
|
sandro.lab
|
</dependency>
|
20 |
|
|
<dependency>
|
21 |
|
|
<groupId>org.jsoup</groupId>
|
22 |
|
|
<artifactId>jsoup</artifactId>
|
23 |
|
|
<version>1.7.2</version>
|
24 |
|
|
</dependency>
|
25 |
31406
|
sandro.lab
|
<dependency>
|
26 |
|
|
<groupId>joda-time</groupId>
|
27 |
|
|
<artifactId>joda-time</artifactId>
|
28 |
|
|
<version>2.3</version>
|
29 |
|
|
</dependency>
|
30 |
|
|
<dependency>
|
31 |
|
|
<groupId>junit</groupId>
|
32 |
|
|
<artifactId>junit</artifactId>
|
33 |
|
|
<version>${junit.version}</version>
|
34 |
|
|
<scope>test</scope>
|
35 |
|
|
</dependency>
|
36 |
31210
|
sandro.lab
|
</dependencies>
|
37 |
|
|
|
38 |
31601
|
claudio.at
|
</project>
|