Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
	<parent>
5
		<groupId>eu.dnetlib</groupId>
6
		<artifactId>dnet-hadoop-parent</artifactId>
7
		<version>1.0.0-SNAPSHOT</version>
8
		<relativePath></relativePath>
9
	</parent>
10
	<modelVersion>4.0.0</modelVersion>
11
	<groupId>eu.dnetlib</groupId>
12
	<artifactId>dnet-openaireplus-mapping-utils</artifactId>
13
	<packaging>jar</packaging>
14
	<version>2.2.0-SNAPSHOT</version>
15
	<dependencies>
16
		<dependency>
17
			<groupId>com.google.guava</groupId>
18
			<artifactId>guava</artifactId>
19
			<version>${google.guava.version}</version>
20
		</dependency>		
21
		<dependency>
22
			<groupId>junit</groupId>
23
			<artifactId>junit</artifactId>
24
			<version>${junit.version}</version>
25
			<scope>test</scope>
26
		</dependency>
27
		<dependency>
28
			<groupId>commons-codec</groupId>
29
			<artifactId>commons-codec</artifactId>
30
			<version>${commons.codec.version}</version>
31
		</dependency>
32
		<dependency>
33
			<groupId>dom4j</groupId>
34
			<artifactId>dom4j</artifactId>
35
			<version>1.6</version>
36
		</dependency>
37
		<dependency>
38
			<groupId>eu.dnetlib</groupId>
39
			<artifactId>dnet-openaire-data-protos</artifactId>
40
			<version>[3.1.0-SNAPSHOT]</version>
41
		</dependency>
42
		<dependency>
43
			<groupId>eu.dnetlib</groupId>
44
			<artifactId>dnet-pace-core</artifactId>
45
			<version>[1.2.0-SNAPSHOT]</version>
46
		</dependency>
47
		<dependency>
48
			<groupId>eu.dnetlib</groupId>
49
			<artifactId>cnr-misc-utils</artifactId>
50
			<version>[1.0.0-SNAPSHOT]</version>
51
		</dependency>
52
		<dependency>
53
			<groupId>eu.dnetlib</groupId>
54
			<artifactId>dnet-hadoop-commons</artifactId>
55
			<version>[1.0.0-SNAPSHOT]</version>
56
		</dependency>					
57
	</dependencies>
58
</project>
(2-2/2)