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

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

    
234
				<exclusion>
235
					<groupId>org.codehaus.groovy</groupId>
236
					<artifactId>groovy-all</artifactId>
237
				</exclusion>
238

    
239
				<exclusion>
240
					<groupId>org.apache.hive</groupId>
241
					<artifactId>hive-service</artifactId>
242
				</exclusion>
243

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

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

    
293
	</dependencies>
294
</project>
(3-3/5)