1 |
26600
|
sandro.lab
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
43943
|
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 |
45291
|
claudio.at
|
<artifactId>dnet45-parent</artifactId>
|
6 |
58514
|
alessia.ba
|
<version>1.0.0-SNAPSHOT</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 |
58514
|
alessia.ba
|
<version>6.3.44-SNAPSHOT</version>
|
14 |
30716
|
sandro.lab
|
<scm>
|
15 |
58514
|
alessia.ba
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-openaireplus-mapping-utils/trunk</developerConnection>
|
16 |
30716
|
sandro.lab
|
</scm>
|
17 |
52062
|
claudio.at
|
|
18 |
52208
|
claudio.at
|
<properties>
|
19 |
|
|
<skipITs>true</skipITs>
|
20 |
|
|
</properties>
|
21 |
52062
|
claudio.at
|
<build>
|
22 |
|
|
<plugins>
|
23 |
|
|
<plugin>
|
24 |
|
|
<groupId>org.apache.maven.plugins</groupId>
|
25 |
|
|
<artifactId>maven-failsafe-plugin</artifactId>
|
26 |
|
|
<version>2.19.1</version>
|
27 |
|
|
<executions>
|
28 |
|
|
<execution>
|
29 |
|
|
<id>integration-test</id>
|
30 |
|
|
<goals>
|
31 |
|
|
<goal>integration-test</goal>
|
32 |
|
|
</goals>
|
33 |
|
|
</execution>
|
34 |
|
|
<execution>
|
35 |
|
|
<id>verify</id>
|
36 |
|
|
<goals>
|
37 |
|
|
<goal>verify</goal>
|
38 |
|
|
</goals>
|
39 |
|
|
</execution>
|
40 |
|
|
</executions>
|
41 |
52208
|
claudio.at
|
<configuration>
|
42 |
|
|
<skipITs>${skipITs}</skipITs>
|
43 |
|
|
</configuration>
|
44 |
52062
|
claudio.at
|
</plugin>
|
45 |
|
|
</plugins>
|
46 |
|
|
</build>
|
47 |
|
|
|
48 |
26600
|
sandro.lab
|
<dependencies>
|
49 |
|
|
<dependency>
|
50 |
|
|
<groupId>com.google.guava</groupId>
|
51 |
|
|
<artifactId>guava</artifactId>
|
52 |
|
|
<version>${google.guava.version}</version>
|
53 |
|
|
</dependency>
|
54 |
|
|
<dependency>
|
55 |
|
|
<groupId>junit</groupId>
|
56 |
|
|
<artifactId>junit</artifactId>
|
57 |
|
|
<version>${junit.version}</version>
|
58 |
|
|
<scope>test</scope>
|
59 |
|
|
</dependency>
|
60 |
|
|
<dependency>
|
61 |
51927
|
claudio.at
|
<groupId>com.ximpleware</groupId>
|
62 |
|
|
<artifactId>vtd-xml</artifactId>
|
63 |
|
|
<version>[2.12, 3.0.0)</version>
|
64 |
|
|
</dependency>
|
65 |
|
|
<dependency>
|
66 |
26600
|
sandro.lab
|
<groupId>commons-codec</groupId>
|
67 |
|
|
<artifactId>commons-codec</artifactId>
|
68 |
|
|
<version>${commons.codec.version}</version>
|
69 |
|
|
</dependency>
|
70 |
|
|
<dependency>
|
71 |
|
|
<groupId>dom4j</groupId>
|
72 |
|
|
<artifactId>dom4j</artifactId>
|
73 |
31863
|
alessia.ba
|
<version>${dom4j.version}</version>
|
74 |
37130
|
claudio.at
|
<exclusions>
|
75 |
|
|
<exclusion>
|
76 |
|
|
<artifactId>xml-apis</artifactId>
|
77 |
|
|
<groupId>xml-apis</groupId>
|
78 |
|
|
</exclusion>
|
79 |
|
|
</exclusions>
|
80 |
26600
|
sandro.lab
|
</dependency>
|
81 |
|
|
<dependency>
|
82 |
43942
|
claudio.at
|
<groupId>net.sf.supercsv</groupId>
|
83 |
|
|
<artifactId>super-csv</artifactId>
|
84 |
|
|
<version>2.4.0</version>
|
85 |
|
|
</dependency>
|
86 |
|
|
<dependency>
|
87 |
26600
|
sandro.lab
|
<groupId>eu.dnetlib</groupId>
|
88 |
|
|
<artifactId>dnet-openaire-data-protos</artifactId>
|
89 |
58082
|
claudio.at
|
<version>[3.9.8]</version>
|
90 |
26600
|
sandro.lab
|
</dependency>
|
91 |
|
|
<dependency>
|
92 |
|
|
<groupId>eu.dnetlib</groupId>
|
93 |
|
|
<artifactId>dnet-pace-core</artifactId>
|
94 |
53514
|
claudio.at
|
<version>[3.0.0,4.0.0)</version>
|
95 |
26600
|
sandro.lab
|
</dependency>
|
96 |
|
|
<dependency>
|
97 |
|
|
<groupId>eu.dnetlib</groupId>
|
98 |
|
|
<artifactId>cnr-misc-utils</artifactId>
|
99 |
30716
|
sandro.lab
|
<version>[1.0.0,2.0.0)</version>
|
100 |
26600
|
sandro.lab
|
</dependency>
|
101 |
|
|
<dependency>
|
102 |
|
|
<groupId>eu.dnetlib</groupId>
|
103 |
|
|
<artifactId>dnet-hadoop-commons</artifactId>
|
104 |
43700
|
claudio.at
|
<version>[2.0.0,3.0.0)</version>
|
105 |
35110
|
claudio.at
|
</dependency>
|
106 |
|
|
<dependency>
|
107 |
|
|
<groupId>eu.dnetlib</groupId>
|
108 |
|
|
<artifactId>dnet-index-solr-common</artifactId>
|
109 |
55817
|
claudio.at
|
<version>[2.3.4,3.0.0)</version>
|
110 |
35110
|
claudio.at
|
</dependency>
|
111 |
|
|
<dependency>
|
112 |
|
|
<groupId>com.googlecode.protobuf-java-format</groupId>
|
113 |
|
|
<artifactId>protobuf-java-format</artifactId>
|
114 |
|
|
<version>1.2</version>
|
115 |
38166
|
claudio.at
|
</dependency>
|
116 |
41773
|
claudio.at
|
<dependency>
|
117 |
52062
|
claudio.at
|
<groupId>org.apache.commons</groupId>
|
118 |
|
|
<artifactId>commons-lang3</artifactId>
|
119 |
|
|
<version>3.5</version>
|
120 |
|
|
</dependency>
|
121 |
|
|
|
122 |
|
|
<!-- test deps -->
|
123 |
|
|
<dependency>
|
124 |
41773
|
claudio.at
|
<groupId>eu.dnetlib</groupId>
|
125 |
|
|
<artifactId>dnet-openaireplus-profiles</artifactId>
|
126 |
|
|
<version>[1.0.0,2.0.0)</version>
|
127 |
|
|
<scope>test</scope>
|
128 |
|
|
</dependency>
|
129 |
46585
|
alessia.ba
|
<dependency>
|
130 |
52062
|
claudio.at
|
<groupId>org.mongodb</groupId>
|
131 |
|
|
<artifactId>mongo-java-driver</artifactId>
|
132 |
|
|
<version>${mongodb.driver.version}</version>
|
133 |
|
|
<scope>test</scope>
|
134 |
46585
|
alessia.ba
|
</dependency>
|
135 |
52062
|
claudio.at
|
<dependency>
|
136 |
|
|
<groupId>org.springframework</groupId>
|
137 |
|
|
<artifactId>spring-context</artifactId>
|
138 |
|
|
<version>${spring.version}</version>
|
139 |
|
|
<scope>test</scope>
|
140 |
|
|
</dependency>
|
141 |
|
|
<dependency>
|
142 |
|
|
<groupId>org.springframework</groupId>
|
143 |
|
|
<artifactId>spring-core</artifactId>
|
144 |
|
|
<version>${spring.version}</version>
|
145 |
|
|
<scope>test</scope>
|
146 |
|
|
</dependency>
|
147 |
|
|
<dependency>
|
148 |
|
|
<groupId>org.springframework</groupId>
|
149 |
|
|
<artifactId>spring-test</artifactId>
|
150 |
|
|
<version>${spring.version}</version>
|
151 |
|
|
<scope>test</scope>
|
152 |
|
|
</dependency>
|
153 |
46585
|
alessia.ba
|
|
154 |
26600
|
sandro.lab
|
</dependencies>
|
155 |
|
|
</project>
|