1 |
26600
|
sandro.lab
|
<?xml version="1.0" ?>
|
2 |
51301
|
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 |
45358
|
claudio.at
|
<artifactId>dnet45-parent</artifactId>
|
6 |
55887
|
alessia.ba
|
<version>1.0.0-SNAPSHOT</version>
|
7 |
51301
|
claudio.at
|
<relativePath />
|
8 |
26600
|
sandro.lab
|
</parent>
|
9 |
|
|
<modelVersion>4.0.0</modelVersion>
|
10 |
|
|
<groupId>eu.dnetlib</groupId>
|
11 |
|
|
<artifactId>dnet-mapreduce-jobs</artifactId>
|
12 |
55887
|
alessia.ba
|
<version>1.2.0-SNAPSHOT</version>
|
13 |
26600
|
sandro.lab
|
<packaging>jar</packaging>
|
14 |
32003
|
claudio.at
|
<scm>
|
15 |
53802
|
claudio.at
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-mapreduce-jobs/trunk</developerConnection>
|
16 |
40024
|
alessia.ba
|
</scm>
|
17 |
26600
|
sandro.lab
|
<build>
|
18 |
|
|
<plugins>
|
19 |
|
|
<plugin>
|
20 |
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
21 |
|
|
<configuration>
|
22 |
|
|
<archive>
|
23 |
|
|
<manifest>
|
24 |
|
|
<mainClass>eu.dnetlib.data.mapreduce.hbase.dataimport.ImportRecordsJob</mainClass>
|
25 |
|
|
</manifest>
|
26 |
|
|
</archive>
|
27 |
|
|
<descriptorRefs>
|
28 |
|
|
<descriptorRef>jar-with-dependencies</descriptorRef>
|
29 |
|
|
</descriptorRefs>
|
30 |
|
|
</configuration>
|
31 |
|
|
</plugin>
|
32 |
|
|
</plugins>
|
33 |
|
|
</build>
|
34 |
|
|
<repositories>
|
35 |
|
|
<!-- Cloudera Repositories -->
|
36 |
|
|
<repository>
|
37 |
|
|
<snapshots>
|
38 |
|
|
<enabled>false</enabled>
|
39 |
|
|
</snapshots>
|
40 |
|
|
<id>cloudera-central</id>
|
41 |
|
|
<name>cloundera-libs-release</name>
|
42 |
|
|
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/cloudera-central</url>
|
43 |
|
|
</repository>
|
44 |
|
|
<repository>
|
45 |
|
|
<id>cloudera-snapshots</id>
|
46 |
|
|
<name>cloudera-libs-snapshot</name>
|
47 |
|
|
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/cloudera-snapshots</url>
|
48 |
|
|
</repository>
|
49 |
|
|
</repositories>
|
50 |
|
|
<dependencies>
|
51 |
|
|
<dependency>
|
52 |
|
|
<groupId>commons-logging</groupId>
|
53 |
|
|
<artifactId>commons-logging</artifactId>
|
54 |
|
|
<version>${commons.logging.version}</version>
|
55 |
|
|
</dependency>
|
56 |
|
|
<dependency>
|
57 |
|
|
<groupId>junit</groupId>
|
58 |
|
|
<artifactId>junit</artifactId>
|
59 |
|
|
<version>${junit.version}</version>
|
60 |
|
|
<scope>test</scope>
|
61 |
|
|
</dependency>
|
62 |
|
|
<dependency>
|
63 |
|
|
<groupId>com.google.code.gson</groupId>
|
64 |
|
|
<artifactId>gson</artifactId>
|
65 |
|
|
<version>${google.gson.version}</version>
|
66 |
|
|
</dependency>
|
67 |
|
|
<dependency>
|
68 |
|
|
<groupId>eu.dnetlib</groupId>
|
69 |
43558
|
claudio.at
|
<artifactId>dnet-openaire-broker-common</artifactId>
|
70 |
48160
|
claudio.at
|
<version>[1.0.0,2.0.0)</version>
|
71 |
43423
|
claudio.at
|
</dependency>
|
72 |
|
|
<dependency>
|
73 |
30835
|
claudio.at
|
<groupId>com.mycila</groupId>
|
74 |
|
|
<artifactId>xmltool</artifactId>
|
75 |
|
|
<version>3.3</version>
|
76 |
40024
|
alessia.ba
|
</dependency>
|
77 |
30835
|
claudio.at
|
<dependency>
|
78 |
26600
|
sandro.lab
|
<groupId>eu.dnetlib</groupId>
|
79 |
|
|
<artifactId>cnr-misc-utils</artifactId>
|
80 |
30751
|
alessia.ba
|
<version>[1.0.0,2.0.0)</version>
|
81 |
26600
|
sandro.lab
|
<exclusions>
|
82 |
|
|
<exclusion>
|
83 |
|
|
<groupId>apache</groupId>
|
84 |
|
|
<artifactId>commons-lang</artifactId>
|
85 |
|
|
</exclusion>
|
86 |
|
|
</exclusions>
|
87 |
|
|
</dependency>
|
88 |
|
|
<dependency>
|
89 |
|
|
<groupId>eu.dnetlib</groupId>
|
90 |
49796
|
claudio.at
|
<artifactId>dnet-hadoop-commons</artifactId>
|
91 |
|
|
<version>[2.0.0,3.0.0)</version>
|
92 |
26600
|
sandro.lab
|
<exclusions>
|
93 |
|
|
<exclusion>
|
94 |
|
|
<artifactId>commons-httpclient</artifactId>
|
95 |
|
|
<groupId>commons-httpclient</groupId>
|
96 |
|
|
</exclusion>
|
97 |
53721
|
claudio.at
|
<exclusion>
|
98 |
|
|
<groupId>org.codehaus.jackson</groupId>
|
99 |
|
|
<artifactId>jackson-core-asl</artifactId>
|
100 |
|
|
</exclusion>
|
101 |
|
|
<exclusion>
|
102 |
|
|
<groupId>org.codehaus.jackson</groupId>
|
103 |
|
|
<artifactId>jackson-mapper-asl</artifactId>
|
104 |
|
|
</exclusion>
|
105 |
26600
|
sandro.lab
|
</exclusions>
|
106 |
|
|
</dependency>
|
107 |
|
|
<dependency>
|
108 |
|
|
<groupId>org.apache.hbase</groupId>
|
109 |
|
|
<artifactId>hbase</artifactId>
|
110 |
|
|
<version>${apache.hbase.version}</version>
|
111 |
|
|
<exclusions>
|
112 |
|
|
<exclusion>
|
113 |
|
|
<groupId>tomcat</groupId>
|
114 |
|
|
<artifactId>jasper-runtime</artifactId>
|
115 |
|
|
</exclusion>
|
116 |
|
|
<exclusion>
|
117 |
|
|
<groupId>tomcat</groupId>
|
118 |
|
|
<artifactId>jasper-compiler</artifactId>
|
119 |
|
|
</exclusion>
|
120 |
|
|
<exclusion>
|
121 |
|
|
<artifactId>slf4j-api</artifactId>
|
122 |
|
|
<groupId>org.slf4j</groupId>
|
123 |
|
|
</exclusion>
|
124 |
|
|
<exclusion>
|
125 |
|
|
<artifactId>slf4j-log4j12</artifactId>
|
126 |
|
|
<groupId>org.slf4j</groupId>
|
127 |
|
|
</exclusion>
|
128 |
|
|
<exclusion>
|
129 |
|
|
<artifactId>commons-lang</artifactId>
|
130 |
|
|
<groupId>commons-lang</groupId>
|
131 |
|
|
</exclusion>
|
132 |
|
|
<exclusion>
|
133 |
|
|
<artifactId>commons-httpclient</artifactId>
|
134 |
|
|
<groupId>commons-httpclient</groupId>
|
135 |
|
|
</exclusion>
|
136 |
|
|
<exclusion>
|
137 |
|
|
<artifactId>httpclient</artifactId>
|
138 |
|
|
<groupId>org.apache.httpcomponents</groupId>
|
139 |
|
|
</exclusion>
|
140 |
|
|
<exclusion>
|
141 |
|
|
<artifactId>httpcore</artifactId>
|
142 |
|
|
<groupId>org.apache.httpcomponents</groupId>
|
143 |
|
|
</exclusion>
|
144 |
53721
|
claudio.at
|
<exclusion>
|
145 |
|
|
<artifactId>org.jruby</artifactId>
|
146 |
|
|
<groupId>jruby-complete</groupId>
|
147 |
|
|
</exclusion>
|
148 |
|
|
<exclusion>
|
149 |
|
|
<groupId>org.mortbay.jetty</groupId>
|
150 |
|
|
<artifactId>jetty</artifactId>
|
151 |
|
|
</exclusion>
|
152 |
|
|
<exclusion>
|
153 |
|
|
<groupId>org.mortbay.jetty</groupId>
|
154 |
|
|
<artifactId>jetty-util</artifactId>
|
155 |
|
|
</exclusion>
|
156 |
|
|
<exclusion>
|
157 |
|
|
<groupId>org.mortbay.jetty</groupId>
|
158 |
|
|
<artifactId>jsp-2.1</artifactId>
|
159 |
|
|
</exclusion>
|
160 |
|
|
<exclusion>
|
161 |
|
|
<groupId>org.mortbay.jetty</groupId>
|
162 |
|
|
<artifactId>jsp-2.1</artifactId>
|
163 |
|
|
</exclusion>
|
164 |
|
|
<exclusion>
|
165 |
|
|
<groupId>org.mortbay.jetty</groupId>
|
166 |
|
|
<artifactId>jsp-api-2.1</artifactId>
|
167 |
|
|
</exclusion>
|
168 |
|
|
<exclusion>
|
169 |
|
|
<groupId>org.mortbay.jetty</groupId>
|
170 |
|
|
<artifactId>servlet-api-2.5</artifactId>
|
171 |
|
|
</exclusion>
|
172 |
|
|
<exclusion>
|
173 |
|
|
<groupId>org.codehaus.jackson</groupId>
|
174 |
|
|
<artifactId>jackson-core-asl</artifactId>
|
175 |
|
|
</exclusion>
|
176 |
|
|
<exclusion>
|
177 |
|
|
<groupId>org.codehaus.jackson</groupId>
|
178 |
|
|
<artifactId>jackson-mapper-asl</artifactId>
|
179 |
|
|
</exclusion>
|
180 |
|
|
<exclusion>
|
181 |
|
|
<groupId>org.codehaus.jackson</groupId>
|
182 |
|
|
<artifactId>jackson-jaxrs</artifactId>
|
183 |
|
|
</exclusion>
|
184 |
|
|
<exclusion>
|
185 |
|
|
<groupId>org.codehaus.jackson</groupId>
|
186 |
|
|
<artifactId>jackson-xc</artifactId>
|
187 |
|
|
</exclusion>
|
188 |
26600
|
sandro.lab
|
</exclusions>
|
189 |
|
|
</dependency>
|
190 |
|
|
<dependency>
|
191 |
34602
|
claudio.at
|
<groupId>com.googlecode.protobuf-java-format</groupId>
|
192 |
|
|
<artifactId>protobuf-java-format</artifactId>
|
193 |
|
|
<version>1.2</version>
|
194 |
38309
|
claudio.at
|
</dependency>
|
195 |
34602
|
claudio.at
|
<dependency>
|
196 |
26600
|
sandro.lab
|
<groupId>eu.dnetlib</groupId>
|
197 |
|
|
<artifactId>dnet-openaireplus-mapping-utils</artifactId>
|
198 |
55887
|
alessia.ba
|
<version>[6.3.25,7.0.0)</version>
|
199 |
26600
|
sandro.lab
|
</dependency>
|
200 |
|
|
<dependency>
|
201 |
|
|
<groupId>org.antlr</groupId>
|
202 |
|
|
<artifactId>stringtemplate</artifactId>
|
203 |
|
|
<version>3.2</version>
|
204 |
|
|
</dependency>
|
205 |
|
|
<dependency>
|
206 |
|
|
<groupId>org.json</groupId>
|
207 |
|
|
<artifactId>json</artifactId>
|
208 |
28094
|
claudio.at
|
<version>20140107</version>
|
209 |
26600
|
sandro.lab
|
</dependency>
|
210 |
|
|
<dependency>
|
211 |
36670
|
claudio.at
|
<groupId>com.typesafe</groupId>
|
212 |
|
|
<artifactId>config</artifactId>
|
213 |
|
|
<version>1.2.1</version>
|
214 |
40024
|
alessia.ba
|
</dependency>
|
215 |
36670
|
claudio.at
|
<dependency>
|
216 |
27199
|
claudio.at
|
<groupId>org.mongodb</groupId>
|
217 |
|
|
<artifactId>mongo-java-driver</artifactId>
|
218 |
|
|
<version>${mongodb.driver.version}</version>
|
219 |
|
|
</dependency>
|
220 |
35476
|
claudio.at
|
<dependency>
|
221 |
|
|
<groupId>eu.dnetlib</groupId>
|
222 |
|
|
<artifactId>dnet-actionmanager-common</artifactId>
|
223 |
44192
|
claudio.at
|
<version>[6.0.0,7.0.0)</version>
|
224 |
43174
|
claudio.at
|
<exclusions>
|
225 |
|
|
<exclusion>
|
226 |
|
|
<groupId>commons-httpclient</groupId>
|
227 |
|
|
<artifactId>commons-httpclient</artifactId>
|
228 |
|
|
</exclusion>
|
229 |
|
|
</exclusions>
|
230 |
35476
|
claudio.at
|
</dependency>
|
231 |
40024
|
alessia.ba
|
|
232 |
37563
|
claudio.at
|
<dependency>
|
233 |
40024
|
alessia.ba
|
<groupId>org.elasticsearch</groupId>
|
234 |
|
|
<artifactId>elasticsearch-hadoop-mr</artifactId>
|
235 |
51006
|
claudio.at
|
<version>5.2.0</version>
|
236 |
|
|
<exclusions>
|
237 |
|
|
<exclusion>
|
238 |
|
|
<groupId>tomcat</groupId>
|
239 |
|
|
<artifactId>jasper-compiler</artifactId>
|
240 |
|
|
</exclusion>
|
241 |
|
|
<exclusion>
|
242 |
|
|
<groupId>org.antlr</groupId>
|
243 |
|
|
<artifactId>antlr-runtime</artifactId>
|
244 |
|
|
</exclusion>
|
245 |
|
|
<exclusion>
|
246 |
|
|
<groupId>org.eclipse.jetty.aggregate</groupId>
|
247 |
|
|
<artifactId>jetty-all</artifactId>
|
248 |
|
|
</exclusion>
|
249 |
|
|
<exclusion>
|
250 |
|
|
<groupId>org.slf4j</groupId>
|
251 |
|
|
<artifactId>slf4j-log4j12</artifactId>
|
252 |
|
|
</exclusion>
|
253 |
|
|
<exclusion>
|
254 |
|
|
<groupId>org.glassfish.jersey.core</groupId>
|
255 |
|
|
<artifactId>jersey-client</artifactId>
|
256 |
|
|
</exclusion>
|
257 |
|
|
<exclusion>
|
258 |
|
|
<groupId>org.glassfish.jersey.core</groupId>
|
259 |
|
|
<artifactId>jersey-common</artifactId>
|
260 |
|
|
</exclusion>
|
261 |
|
|
<exclusion>
|
262 |
|
|
<groupId>org.glassfish.jersey.core</groupId>
|
263 |
|
|
<artifactId>jersey-server</artifactId>
|
264 |
|
|
</exclusion>
|
265 |
|
|
<exclusion>
|
266 |
|
|
<groupId>org.glassfish.jersey.containers</groupId>
|
267 |
|
|
<artifactId>jersey-container-servlet</artifactId>
|
268 |
|
|
</exclusion>
|
269 |
|
|
<exclusion>
|
270 |
|
|
<groupId>org.glassfish.jersey.containers</groupId>
|
271 |
|
|
<artifactId>jersey-container-servlet-core</artifactId>
|
272 |
|
|
</exclusion>
|
273 |
|
|
|
274 |
|
|
<exclusion>
|
275 |
|
|
<groupId>org.codehaus.groovy</groupId>
|
276 |
|
|
<artifactId>groovy-all</artifactId>
|
277 |
|
|
</exclusion>
|
278 |
|
|
|
279 |
|
|
<exclusion>
|
280 |
|
|
<groupId>org.apache.hive</groupId>
|
281 |
|
|
<artifactId>hive-service</artifactId>
|
282 |
|
|
</exclusion>
|
283 |
|
|
|
284 |
|
|
<exclusion>
|
285 |
|
|
<groupId>org.apache.spark</groupId>
|
286 |
|
|
<artifactId>spark-core_2.10</artifactId>
|
287 |
|
|
</exclusion>
|
288 |
|
|
<exclusion>
|
289 |
|
|
<groupId>org.apache.spark</groupId>
|
290 |
|
|
<artifactId>spark-sql_2.10</artifactId>
|
291 |
|
|
</exclusion>
|
292 |
|
|
<exclusion>
|
293 |
|
|
<groupId>org.apache.spark</groupId>
|
294 |
|
|
<artifactId>spark-streaming_2.10</artifactId>
|
295 |
|
|
</exclusion>
|
296 |
|
|
<exclusion>
|
297 |
|
|
<groupId>cascading</groupId>
|
298 |
|
|
<artifactId>cascading-hadoop</artifactId>
|
299 |
|
|
</exclusion>
|
300 |
|
|
<exclusion>
|
301 |
|
|
<groupId>cascading</groupId>
|
302 |
|
|
<artifactId>cascading-local</artifactId>
|
303 |
|
|
</exclusion>
|
304 |
|
|
<exclusion>
|
305 |
|
|
<groupId>org.apache.storm</groupId>
|
306 |
|
|
<artifactId>storm-core</artifactId>
|
307 |
|
|
</exclusion>
|
308 |
|
|
<exclusion>
|
309 |
|
|
<groupId>org.apache.pig</groupId>
|
310 |
|
|
<artifactId>pig</artifactId>
|
311 |
|
|
</exclusion>
|
312 |
|
|
</exclusions>
|
313 |
|
|
|
314 |
37563
|
claudio.at
|
</dependency>
|
315 |
37617
|
claudio.at
|
<dependency>
|
316 |
|
|
<groupId>org.mockito</groupId>
|
317 |
48145
|
claudio.at
|
<artifactId>mockito-core</artifactId>
|
318 |
|
|
<version>${mockito.version}</version>
|
319 |
40063
|
alessia.ba
|
<scope>test</scope>
|
320 |
40024
|
alessia.ba
|
</dependency>
|
321 |
40063
|
alessia.ba
|
<dependency>
|
322 |
|
|
<groupId>eu.dnetlib</groupId>
|
323 |
|
|
<artifactId>dnet-openaireplus-profiles</artifactId>
|
324 |
52562
|
alessia.ba
|
<version>[1.0.0,2.0.0)</version>
|
325 |
40063
|
alessia.ba
|
<scope>test</scope>
|
326 |
|
|
</dependency>
|
327 |
46587
|
alessia.ba
|
<dependency>
|
328 |
|
|
<groupId>com.google.guava</groupId>
|
329 |
|
|
<artifactId>guava</artifactId>
|
330 |
48145
|
claudio.at
|
<version>${google.guava.version}</version>
|
331 |
46587
|
alessia.ba
|
</dependency>
|
332 |
40024
|
alessia.ba
|
|
333 |
26600
|
sandro.lab
|
</dependencies>
|
334 |
|
|
</project>
|