1 |
31690
|
alessia.ba
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
31965
|
alessia.ba
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
3 |
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
4 |
31690
|
alessia.ba
|
<parent>
|
5 |
|
|
<groupId>eu.dnetlib</groupId>
|
6 |
|
|
<artifactId>dnet-parent</artifactId>
|
7 |
31714
|
alessia.ba
|
<version>1.0.0</version>
|
8 |
31716
|
alessia.ba
|
<relativePath />
|
9 |
31690
|
alessia.ba
|
</parent>
|
10 |
|
|
<modelVersion>4.0.0</modelVersion>
|
11 |
|
|
<groupId>eu.dnetlib</groupId>
|
12 |
|
|
<artifactId>dnet-openaire-http-api-client</artifactId>
|
13 |
|
|
<packaging>jar</packaging>
|
14 |
31723
|
alessia.ba
|
<version>1.0.1-SNAPSHOT</version>
|
15 |
31717
|
alessia.ba
|
<scm>
|
16 |
31723
|
alessia.ba
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-openaire-http-api-client/trunk</developerConnection>
|
17 |
31717
|
alessia.ba
|
</scm>
|
18 |
31715
|
alessia.ba
|
|
19 |
31690
|
alessia.ba
|
<dependencies>
|
20 |
|
|
<dependency>
|
21 |
31700
|
alessia.ba
|
<groupId>org.springframework</groupId>
|
22 |
|
|
<artifactId>spring-web</artifactId>
|
23 |
|
|
<version>${spring.version}</version>
|
24 |
|
|
</dependency>
|
25 |
|
|
<dependency>
|
26 |
|
|
<groupId>org.springframework</groupId>
|
27 |
|
|
<artifactId>spring-test</artifactId>
|
28 |
|
|
<version>${spring.version}</version>
|
29 |
|
|
</dependency>
|
30 |
|
|
<dependency>
|
31 |
31690
|
alessia.ba
|
<groupId>org.apache.httpcomponents</groupId>
|
32 |
|
|
<artifactId>httpclient</artifactId>
|
33 |
|
|
<version>4.3.5</version>
|
34 |
|
|
</dependency>
|
35 |
31700
|
alessia.ba
|
<dependency>
|
36 |
31965
|
alessia.ba
|
<groupId>dom4j</groupId>
|
37 |
|
|
<artifactId>dom4j</artifactId>
|
38 |
|
|
<version>${dom4j.version}</version>
|
39 |
|
|
</dependency>
|
40 |
|
|
<dependency>
|
41 |
|
|
<groupId>jaxen</groupId>
|
42 |
|
|
<artifactId>jaxen</artifactId>
|
43 |
|
|
<version>1.1.6</version>
|
44 |
|
|
</dependency>
|
45 |
|
|
|
46 |
|
|
<dependency>
|
47 |
|
|
<groupId>com.google.guava</groupId>
|
48 |
|
|
<artifactId>guava</artifactId>
|
49 |
|
|
<version>${google.guava.version}</version>
|
50 |
|
|
</dependency>
|
51 |
|
|
<dependency>
|
52 |
|
|
<groupId>commons-lang</groupId>
|
53 |
|
|
<artifactId>commons-lang</artifactId>
|
54 |
|
|
<version>${commons.lang.version}</version>
|
55 |
|
|
</dependency>
|
56 |
|
|
|
57 |
|
|
<dependency>
|
58 |
31700
|
alessia.ba
|
<groupId>junit</groupId>
|
59 |
|
|
<artifactId>junit</artifactId>
|
60 |
|
|
<version>${junit.version}</version>
|
61 |
|
|
</dependency>
|
62 |
31690
|
alessia.ba
|
</dependencies>
|
63 |
|
|
</project>
|