1 |
28340
|
alessia.ba
|
<?xml version="1.0" ?>
|
2 |
42049
|
alessia.ba
|
<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 |
28340
|
alessia.ba
|
<parent>
|
4 |
|
|
<groupId>eu.dnetlib</groupId>
|
5 |
45359
|
claudio.at
|
<artifactId>dnet-parent</artifactId>
|
6 |
|
|
<version>1.0.0</version>
|
7 |
30735
|
alessia.ba
|
<relativePath />
|
8 |
28340
|
alessia.ba
|
</parent>
|
9 |
|
|
<modelVersion>4.0.0</modelVersion>
|
10 |
|
|
<groupId>eu.dnetlib</groupId>
|
11 |
|
|
<artifactId>cnr-openaire-exporter</artifactId>
|
12 |
|
|
<packaging>jar</packaging>
|
13 |
45374
|
alessia.ba
|
<version>6.1.5-SNAPSHOT</version>
|
14 |
30736
|
alessia.ba
|
<scm>
|
15 |
45374
|
alessia.ba
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/cnr-openaire-exporter/trunk</developerConnection>
|
16 |
30736
|
alessia.ba
|
</scm>
|
17 |
28340
|
alessia.ba
|
<dependencies>
|
18 |
|
|
<dependency>
|
19 |
|
|
<groupId>eu.dnetlib</groupId>
|
20 |
|
|
<artifactId>cnr-service-common</artifactId>
|
21 |
32779
|
michele.ar
|
<version>[2.1.2,3.0.0)</version>
|
22 |
28340
|
alessia.ba
|
</dependency>
|
23 |
43793
|
claudio.at
|
<dependency>
|
24 |
|
|
<groupId>eu.dnetlib</groupId>
|
25 |
|
|
<artifactId>dnet-openaireplus-mapping-utils</artifactId>
|
26 |
44341
|
claudio.at
|
<version>[5.0.0,6.0.0)</version>
|
27 |
45327
|
claudio.at
|
<exclusions>
|
28 |
|
|
<exclusion>
|
29 |
|
|
<groupId>com.sun.jersey</groupId>
|
30 |
|
|
<artifactId>jersey-server</artifactId>
|
31 |
|
|
</exclusion>
|
32 |
|
|
</exclusions>
|
33 |
43793
|
claudio.at
|
</dependency>
|
34 |
28340
|
alessia.ba
|
<dependency>
|
35 |
43755
|
claudio.at
|
<groupId>org.postgresql</groupId>
|
36 |
|
|
<artifactId>jdbc4driver</artifactId>
|
37 |
|
|
<version>9.3-1104</version>
|
38 |
|
|
</dependency>
|
39 |
|
|
<dependency>
|
40 |
|
|
<groupId>org.apache.commons</groupId>
|
41 |
|
|
<artifactId>commons-dbcp2</artifactId>
|
42 |
|
|
<version>2.1</version>
|
43 |
|
|
</dependency>
|
44 |
43779
|
claudio.at
|
<dependency>
|
45 |
|
|
<groupId>com.google.code.gson</groupId>
|
46 |
|
|
<artifactId>gson</artifactId>
|
47 |
|
|
<version>${google.gson.version}</version>
|
48 |
|
|
</dependency>
|
49 |
43755
|
claudio.at
|
|
50 |
|
|
<dependency>
|
51 |
28342
|
alessia.ba
|
<groupId>javax.servlet</groupId>
|
52 |
|
|
<artifactId>javax.servlet-api</artifactId>
|
53 |
|
|
<version>${javax.servlet.version}</version>
|
54 |
|
|
<scope>provided</scope>
|
55 |
|
|
</dependency>
|
56 |
|
|
<dependency>
|
57 |
|
|
<groupId>junit</groupId>
|
58 |
|
|
<artifactId>junit</artifactId>
|
59 |
|
|
<version>${junit.version}</version>
|
60 |
|
|
<scope>test</scope>
|
61 |
|
|
</dependency>
|
62 |
28340
|
alessia.ba
|
</dependencies>
|
63 |
|
|
</project>
|