1 |
26600
|
sandro.lab
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
30721
|
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/maven-v4_0_0.xsd">
|
3 |
26600
|
sandro.lab
|
<parent>
|
4 |
|
|
<groupId>eu.dnetlib</groupId>
|
5 |
|
|
<artifactId>dnet-hadoop-parent</artifactId>
|
6 |
33335
|
claudio.at
|
<version>1.0.0</version>
|
7 |
30721
|
claudio.at
|
<relativePath />
|
8 |
26600
|
sandro.lab
|
</parent>
|
9 |
|
|
<modelVersion>4.0.0</modelVersion>
|
10 |
|
|
<groupId>eu.dnetlib</groupId>
|
11 |
|
|
<artifactId>dnet-openaireplus-mapping-utils</artifactId>
|
12 |
|
|
<packaging>jar</packaging>
|
13 |
41238
|
claudio.at
|
<version>3.2.14-PROD-SNAPSHOT</version>
|
14 |
30716
|
sandro.lab
|
<scm>
|
15 |
41238
|
claudio.at
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-openaireplus-mapping-utils/branches/prod</developerConnection>
|
16 |
30716
|
sandro.lab
|
</scm>
|
17 |
26600
|
sandro.lab
|
<dependencies>
|
18 |
|
|
<dependency>
|
19 |
|
|
<groupId>com.google.guava</groupId>
|
20 |
|
|
<artifactId>guava</artifactId>
|
21 |
|
|
<version>${google.guava.version}</version>
|
22 |
|
|
</dependency>
|
23 |
|
|
<dependency>
|
24 |
|
|
<groupId>junit</groupId>
|
25 |
|
|
<artifactId>junit</artifactId>
|
26 |
|
|
<version>${junit.version}</version>
|
27 |
|
|
<scope>test</scope>
|
28 |
|
|
</dependency>
|
29 |
|
|
<dependency>
|
30 |
|
|
<groupId>commons-codec</groupId>
|
31 |
|
|
<artifactId>commons-codec</artifactId>
|
32 |
|
|
<version>${commons.codec.version}</version>
|
33 |
|
|
</dependency>
|
34 |
|
|
<dependency>
|
35 |
|
|
<groupId>dom4j</groupId>
|
36 |
|
|
<artifactId>dom4j</artifactId>
|
37 |
31863
|
alessia.ba
|
<version>${dom4j.version}</version>
|
38 |
37130
|
claudio.at
|
<exclusions>
|
39 |
|
|
<exclusion>
|
40 |
|
|
<artifactId>xml-apis</artifactId>
|
41 |
|
|
<groupId>xml-apis</groupId>
|
42 |
|
|
</exclusion>
|
43 |
|
|
</exclusions>
|
44 |
26600
|
sandro.lab
|
</dependency>
|
45 |
|
|
<dependency>
|
46 |
|
|
<groupId>eu.dnetlib</groupId>
|
47 |
|
|
<artifactId>dnet-openaire-data-protos</artifactId>
|
48 |
41227
|
claudio.at
|
<version>[3.4.0]</version>
|
49 |
26600
|
sandro.lab
|
</dependency>
|
50 |
|
|
<dependency>
|
51 |
|
|
<groupId>eu.dnetlib</groupId>
|
52 |
|
|
<artifactId>dnet-pace-core</artifactId>
|
53 |
36618
|
claudio.at
|
<version>[2.0.0,3.0.0)</version>
|
54 |
26600
|
sandro.lab
|
</dependency>
|
55 |
|
|
<dependency>
|
56 |
|
|
<groupId>eu.dnetlib</groupId>
|
57 |
|
|
<artifactId>cnr-misc-utils</artifactId>
|
58 |
30716
|
sandro.lab
|
<version>[1.0.0,2.0.0)</version>
|
59 |
26600
|
sandro.lab
|
</dependency>
|
60 |
|
|
<dependency>
|
61 |
|
|
<groupId>eu.dnetlib</groupId>
|
62 |
|
|
<artifactId>dnet-hadoop-commons</artifactId>
|
63 |
30716
|
sandro.lab
|
<version>[1.0.0,2.0.0)</version>
|
64 |
35110
|
claudio.at
|
</dependency>
|
65 |
|
|
<dependency>
|
66 |
|
|
<groupId>eu.dnetlib</groupId>
|
67 |
|
|
<artifactId>dnet-index-solr-common</artifactId>
|
68 |
|
|
<version>[1.0.0,2.0.0)</version>
|
69 |
|
|
</dependency>
|
70 |
|
|
<dependency>
|
71 |
|
|
<groupId>com.googlecode.protobuf-java-format</groupId>
|
72 |
|
|
<artifactId>protobuf-java-format</artifactId>
|
73 |
|
|
<version>1.2</version>
|
74 |
38166
|
claudio.at
|
</dependency>
|
75 |
26600
|
sandro.lab
|
</dependencies>
|
76 |
|
|
</project>
|