Project

General

Profile

1
<?xml version="1.0" ?>
2
<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
	<parent>
4
		<groupId>eu.dnetlib</groupId>
5
		<artifactId>dnet45-parent</artifactId>
6
		<version>1.0.0-SNAPSHOT</version>
7
		<relativePath />
8
	</parent>
9
	<modelVersion>4.0.0</modelVersion>
10
	<groupId>eu.dnetlib</groupId>
11
	<artifactId>dnet-mapreduce-jobs</artifactId>
12
	<version>1.1.1-SNAPSHOT</version>
13
	<packaging>jar</packaging>
14
	<scm>
15
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-mapreduce-jobs/trunk</developerConnection>
16
	</scm>
17
	<build>
18
		<plugins>
19
			<plugin>
20
				<artifactId>maven-assembly-plugin</artifactId>
21
				<configuration>
22
					<archive>
23
						<manifest>
24
							<mainClass>eu.dnetlib.data.mapreduce.JobDriver</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

    
52
		<dependency>
53
			<groupId>commons-logging</groupId>
54
			<artifactId>commons-logging</artifactId>
55
			<version>${commons.logging.version}</version>
56
		</dependency>
57
		<dependency>
58
			<groupId>junit</groupId>
59
			<artifactId>junit</artifactId>
60
			<version>${junit.version}</version>
61
			<scope>test</scope>
62
		</dependency>
63
		<dependency>
64
			<groupId>com.google.code.gson</groupId>
65
			<artifactId>gson</artifactId>
66
			<version>${google.gson.version}</version>
67
		</dependency>
68
<!--
69
		<dependency>
70
			<groupId>eu.dnetlib</groupId>
71
			<artifactId>dnet-index-solr-common</artifactId>
72
			<version>[1.0.0,2.0.0)</version>
73
		</dependency>
74
-->
75
		<dependency>
76
			<groupId>eu.dnetlib</groupId>
77
			<artifactId>dnet-openaire-broker-common</artifactId>
78
			<version>[1.0.0,2.0.0)</version>
79
		</dependency>
80
		<dependency>
81
			<groupId>com.mycila</groupId>
82
			<artifactId>xmltool</artifactId>
83
			<version>3.3</version>
84
		</dependency>
85
		<dependency>
86
			<groupId>eu.dnetlib</groupId>
87
			<artifactId>cnr-misc-utils</artifactId>
88
			<version>[1.0.0,2.0.0)</version>
89
			<exclusions>
90
				<exclusion>
91
					<groupId>apache</groupId>
92
					<artifactId>commons-lang</artifactId>
93
				</exclusion>
94
			</exclusions>
95
		</dependency>
96
		<dependency>
97
			<groupId>eu.dnetlib</groupId>
98
			<artifactId>dnet-hadoop-commons</artifactId>
99
			<version>[2.0.0,3.0.0)</version>
100
			<exclusions>
101
				<exclusion>
102
					<artifactId>commons-httpclient</artifactId>
103
					<groupId>commons-httpclient</groupId>
104
				</exclusion>
105
			</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
			</exclusions>
145
		</dependency>
146
		<dependency>
147
			<groupId>com.googlecode.protobuf-java-format</groupId>
148
			<artifactId>protobuf-java-format</artifactId>
149
			<version>1.2</version>
150
		</dependency>
151
		<dependency>
152
			<groupId>eu.dnetlib</groupId>
153
			<artifactId>dnet-openaireplus-mapping-utils</artifactId>
154
			<version>[6.2.5-solr7-SNAPSHOT]</version>
155
			<!--<version>[6.1.6-SNAPSHOT]</version>-->
156
		</dependency>
157
		<dependency>
158
			<groupId>org.antlr</groupId>
159
			<artifactId>stringtemplate</artifactId>
160
			<version>3.2</version>
161
		</dependency>
162
		<dependency>
163
			<groupId>org.json</groupId>
164
			<artifactId>json</artifactId>
165
			<version>20140107</version>
166
		</dependency>
167
		<dependency>
168
			<groupId>com.typesafe</groupId>
169
			<artifactId>config</artifactId>
170
			<version>1.2.1</version>
171
		</dependency>
172
		<dependency>
173
			<groupId>eu.dnetlib</groupId>
174
			<artifactId>dnet-pace-core</artifactId>
175
			<version>[2.0.0,3.0.0)</version>
176
		</dependency>
177
		<dependency>
178
			<groupId>org.mongodb</groupId>
179
			<artifactId>mongo-java-driver</artifactId>
180
			<version>${mongodb.driver.version}</version>
181
		</dependency>
182
		<dependency>
183
			<groupId>eu.dnetlib</groupId>
184
			<artifactId>dnet-actionmanager-common</artifactId>
185
			<version>[6.0.0,7.0.0)</version>
186
			<exclusions>
187
				<exclusion>
188
					<groupId>commons-httpclient</groupId>
189
					<artifactId>commons-httpclient</artifactId>
190
				</exclusion>
191
			</exclusions>
192
		</dependency>
193

    
194
		<dependency>
195
			<groupId>org.elasticsearch</groupId>
196
			<artifactId>elasticsearch-hadoop-mr</artifactId>
197
			<version>5.2.0</version>
198
			<exclusions>
199
				<exclusion>
200
					<groupId>tomcat</groupId>
201
					<artifactId>jasper-compiler</artifactId>
202
				</exclusion>
203
				<exclusion>
204
					<groupId>org.antlr</groupId>
205
					<artifactId>antlr-runtime</artifactId>
206
				</exclusion>
207
				<exclusion>
208
					<groupId>org.eclipse.jetty.aggregate</groupId>
209
					<artifactId>jetty-all</artifactId>
210
				</exclusion>
211
				<exclusion>
212
					<groupId>org.slf4j</groupId>
213
					<artifactId>slf4j-log4j12</artifactId>
214
				</exclusion>
215
				<exclusion>
216
					<groupId>org.glassfish.jersey.core</groupId>
217
					<artifactId>jersey-client</artifactId>
218
				</exclusion>
219
				<exclusion>
220
					<groupId>org.glassfish.jersey.core</groupId>
221
					<artifactId>jersey-common</artifactId>
222
				</exclusion>
223
				<exclusion>
224
					<groupId>org.glassfish.jersey.core</groupId>
225
					<artifactId>jersey-server</artifactId>
226
				</exclusion>
227
				<exclusion>
228
					<groupId>org.glassfish.jersey.containers</groupId>
229
					<artifactId>jersey-container-servlet</artifactId>
230
				</exclusion>
231
				<exclusion>
232
					<groupId>org.glassfish.jersey.containers</groupId>
233
					<artifactId>jersey-container-servlet-core</artifactId>
234
				</exclusion>
235

    
236
				<exclusion>
237
					<groupId>org.codehaus.groovy</groupId>
238
					<artifactId>groovy-all</artifactId>
239
				</exclusion>
240

    
241
				<exclusion>
242
					<groupId>org.apache.hive</groupId>
243
					<artifactId>hive-service</artifactId>
244
				</exclusion>
245

    
246
				<exclusion>
247
					<groupId>org.apache.spark</groupId>
248
					<artifactId>spark-core_2.10</artifactId>
249
				</exclusion>
250
				<exclusion>
251
					<groupId>org.apache.spark</groupId>
252
					<artifactId>spark-sql_2.10</artifactId>
253
				</exclusion>
254
				<exclusion>
255
					<groupId>org.apache.spark</groupId>
256
					<artifactId>spark-streaming_2.10</artifactId>
257
				</exclusion>
258
				<exclusion>
259
					<groupId>cascading</groupId>
260
					<artifactId>cascading-hadoop</artifactId>
261
				</exclusion>
262
				<exclusion>
263
					<groupId>cascading</groupId>
264
					<artifactId>cascading-local</artifactId>
265
				</exclusion>
266
				<exclusion>
267
					<groupId>org.apache.storm</groupId>
268
					<artifactId>storm-core</artifactId>
269
				</exclusion>
270
				<exclusion>
271
					<groupId>org.apache.pig</groupId>
272
					<artifactId>pig</artifactId>
273
				</exclusion>
274
			</exclusions>
275

    
276
		</dependency>
277
		<dependency>
278
			<groupId>org.mockito</groupId>
279
			<artifactId>mockito-core</artifactId>
280
			<version>${mockito.version}</version>
281
			<scope>test</scope>
282
		</dependency>
283
		<dependency>
284
			<groupId>eu.dnetlib</groupId>
285
			<artifactId>dnet-openaireplus-profiles</artifactId>
286
			<version>[1.0.0,2.0.0)</version>
287
			<scope>test</scope>
288
		</dependency>
289
		<dependency>
290
			<groupId>com.google.guava</groupId>
291
			<artifactId>guava</artifactId>
292
			<version>${google.guava.version}</version>
293
		</dependency>
294

    
295
	</dependencies>
296
</project>
(3-3/5)