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>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-pace-core</artifactId>
12
	<packaging>jar</packaging>
13
	<version>2.5.1</version>
14
	<scm>
15
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-pace-core/tags/dnet-pace-core-2.5.1</developerConnection>
16
	</scm>
17
	<dependencies>
18
		<dependency>
19
			<groupId>edu.cmu</groupId>
20
			<artifactId>secondstring</artifactId>
21
			<version>1.0.0</version>
22
		</dependency>
23
		<dependency>
24
			<groupId>com.google.guava</groupId>
25
			<artifactId>guava</artifactId>
26
			<version>${google.guava.version}</version>
27
		</dependency>
28
		<dependency>
29
			<groupId>com.google.code.gson</groupId>
30
			<artifactId>gson</artifactId>
31
			<version>${google.gson.version}</version>
32
		</dependency>
33
		<dependency>
34
			<groupId>commons-lang</groupId>
35
			<artifactId>commons-lang</artifactId>
36
			<version>${commons.lang.version}</version>
37
		</dependency>
38
		<dependency>
39
			<groupId>commons-io</groupId>
40
			<artifactId>commons-io</artifactId>
41
			<version>${commons.io.version}</version>
42
		</dependency>
43
		<dependency>
44
			<groupId>commons-collections</groupId>
45
			<artifactId>commons-collections</artifactId>
46
			<version>${commons.collections.version}</version>
47
		</dependency>
48
		<dependency>
49
			<groupId>com.googlecode.protobuf-java-format</groupId>
50
			<artifactId>protobuf-java-format</artifactId>
51
			<version>1.2</version>
52
		</dependency>
53
		<dependency>
54
			<groupId>org.antlr</groupId>
55
			<artifactId>stringtemplate</artifactId>
56
			<version>3.2</version>
57
		</dependency>
58
		<dependency>
59
			<groupId>commons-logging</groupId>
60
			<artifactId>commons-logging</artifactId>
61
			<version>${commons.logging.version}</version>
62
		</dependency>
63
		<dependency>
64
			<groupId>junit</groupId>
65
			<artifactId>junit</artifactId>
66
			<version>${junit.version}</version>
67
			<scope>test</scope>
68
		</dependency>
69
	</dependencies>
70
</project>
(2-2/2)