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</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.3-BETA-SNAPSHOT</version>
13
	<packaging>jar</packaging>
14
	<scm>
15
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-mapreduce-jobs/branches/beta</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.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
			<artifactId>dnet-index-solr-common</artifactId>
70
			<version>[1.0.0,2.0.0)</version>
71
		</dependency>
72
		<dependency>
73
			<groupId>eu.dnetlib</groupId>
74
			<artifactId>dnet-openaire-broker-common</artifactId>
75
			<version>[1.0.0,2.0.0)</version>
76
		</dependency>
77
		<dependency>
78
			<groupId>com.mycila</groupId>
79
			<artifactId>xmltool</artifactId>
80
			<version>3.3</version>
81
		</dependency>
82
		<dependency>
83
			<groupId>eu.dnetlib</groupId>
84
			<artifactId>cnr-misc-utils</artifactId>
85
			<version>[1.0.0,2.0.0)</version>
86
			<exclusions>
87
				<exclusion>
88
					<groupId>apache</groupId>
89
					<artifactId>commons-lang</artifactId>
90
				</exclusion>
91
			</exclusions>
92
		</dependency>
93
		<dependency>
94
			<groupId>eu.dnetlib</groupId>
95
			<artifactId>dnet-hadoop-commons</artifactId>
96
			<version>[2.0.0,3.0.0)</version>
97
			<exclusions>
98
				<exclusion>
99
					<artifactId>commons-httpclient</artifactId>
100
					<groupId>commons-httpclient</groupId>
101
				</exclusion>
102
			</exclusions>
103
		</dependency>
104
		<dependency>
105
			<groupId>org.apache.hbase</groupId>
106
			<artifactId>hbase</artifactId>
107
			<version>${apache.hbase.version}</version>
108
			<exclusions>
109
				<exclusion>
110
					<groupId>tomcat</groupId>
111
					<artifactId>jasper-runtime</artifactId>
112
				</exclusion>
113
				<exclusion>
114
					<groupId>tomcat</groupId>
115
					<artifactId>jasper-compiler</artifactId>
116
				</exclusion>
117
				<exclusion>
118
					<artifactId>slf4j-api</artifactId>
119
					<groupId>org.slf4j</groupId>
120
				</exclusion>
121
				<exclusion>
122
					<artifactId>slf4j-log4j12</artifactId>
123
					<groupId>org.slf4j</groupId>
124
				</exclusion>
125
				<exclusion>
126
					<artifactId>commons-lang</artifactId>
127
					<groupId>commons-lang</groupId>
128
				</exclusion>
129
				<exclusion>
130
					<artifactId>commons-httpclient</artifactId>
131
					<groupId>commons-httpclient</groupId>
132
				</exclusion>
133
				<exclusion>
134
					<artifactId>httpclient</artifactId>
135
					<groupId>org.apache.httpcomponents</groupId>
136
				</exclusion>
137
				<exclusion>
138
					<artifactId>httpcore</artifactId>
139
					<groupId>org.apache.httpcomponents</groupId>
140
				</exclusion>
141
			</exclusions>
142
		</dependency>
143
		<dependency>
144
			<groupId>com.googlecode.protobuf-java-format</groupId>
145
			<artifactId>protobuf-java-format</artifactId>
146
			<version>1.2</version>
147
		</dependency>
148
		<dependency>
149
			<groupId>eu.dnetlib</groupId>
150
			<artifactId>dnet-openaireplus-mapping-utils</artifactId>
151
			<version>[6.0.0,6.1.5]</version>
152
		</dependency>
153
		<dependency>
154
			<groupId>org.antlr</groupId>
155
			<artifactId>stringtemplate</artifactId>
156
			<version>3.2</version>
157
		</dependency>
158
		<dependency>
159
			<groupId>org.json</groupId>
160
			<artifactId>json</artifactId>
161
			<version>20140107</version>
162
		</dependency>
163
		<dependency>
164
			<groupId>com.typesafe</groupId>
165
			<artifactId>config</artifactId>
166
			<version>1.2.1</version>
167
		</dependency>
168
		<dependency>
169
			<groupId>eu.dnetlib</groupId>
170
			<artifactId>dnet-pace-core</artifactId>
171
			<version>[2.0.0,3.0.0)</version>
172
		</dependency>
173
		<dependency>
174
			<groupId>org.mongodb</groupId>
175
			<artifactId>mongo-java-driver</artifactId>
176
			<version>${mongodb.driver.version}</version>
177
		</dependency>
178
		<dependency>
179
			<groupId>eu.dnetlib</groupId>
180
			<artifactId>dnet-actionmanager-common</artifactId>
181
			<version>[6.0.0,7.0.0)</version>
182
			<exclusions>
183
				<exclusion>
184
					<groupId>commons-httpclient</groupId>
185
					<artifactId>commons-httpclient</artifactId>
186
				</exclusion>
187
			</exclusions>
188
		</dependency>
189

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

    
232
				<exclusion>
233
					<groupId>org.codehaus.groovy</groupId>
234
					<artifactId>groovy-all</artifactId>
235
				</exclusion>
236

    
237
				<exclusion>
238
					<groupId>org.apache.hive</groupId>
239
					<artifactId>hive-service</artifactId>
240
				</exclusion>
241

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

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

    
291
	</dependencies>
292
</project>
(3-3/5)