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" 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>dnet-hadoop-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-pace-core</artifactId>
12
	<packaging>jar</packaging>
13
	<version>1.3.0</version>
14
	<scm>
15
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-pace-core/tags/dnet-pace-core-1.3.0</developerConnection>
16
	</scm>
17
	<repositories>
18
		<repository>
19
			<id>clojars.org</id>
20
			<url>http://clojars.org/repo</url>
21
		</repository>
22
		<repository>
23
			<id>typesafe</id>
24
			<name>typesafe-releases</name>
25
			<url>http://repo.typesafe.com/typesafe/maven-releases</url>
26
		</repository>
27
		<repository>
28
			<id>Sonatype</id>
29
			<url>http://oss.sonatype.org/content/repositories/releases</url>
30
		</repository>
31
	</repositories>
32
	<dependencies>
33
		<dependency>
34
			<groupId>edu.cmu</groupId>
35
			<artifactId>secondstring</artifactId>
36
			<version>1.0.0</version>
37
		</dependency>
38
		<dependency>
39
			<groupId>com.typesafe</groupId>
40
			<artifactId>config</artifactId>
41
			<version>0.3.1</version>
42
		</dependency>
43
		<dependency>
44
			<groupId>com.google.guava</groupId>
45
			<artifactId>guava</artifactId>
46
			<version>${google.guava.version}</version>
47
		</dependency>
48
		<dependency>
49
			<groupId>com.google.code.gson</groupId>
50
			<artifactId>gson</artifactId>
51
			<version>${google.gson.version}</version>
52
		</dependency>
53
		<dependency>
54
			<groupId>commons-lang</groupId>
55
			<artifactId>commons-lang</artifactId>
56
			<version>${commons.lang.version}</version>
57
		</dependency>
58
		<dependency>
59
			<groupId>commons-io</groupId>
60
			<artifactId>commons-io</artifactId>
61
			<version>${commons.io.version}</version>
62
		</dependency>
63
		<dependency>
64
			<groupId>commons-collections</groupId>
65
			<artifactId>commons-collections</artifactId>
66
			<version>${commons.collections.version}</version>
67
		</dependency>		
68
		<dependency>
69
			<groupId>junit</groupId>
70
			<artifactId>junit</artifactId>
71
			<version>${junit.version}</version>
72
			<scope>test</scope>
73
		</dependency>
74
	</dependencies>
75
</project>
(2-2/2)