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>cnr-misc-utils</artifactId>
12
	<packaging>jar</packaging>
13
	<version>1.0.5</version>
14
	<scm>
15
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/cnr-misc-utils/tags/cnr-misc-utils-1.0.5</developerConnection>
16
	</scm>
17
	<dependencies>
18
		<dependency>
19
			<groupId>org.apache.commons</groupId>
20
			<artifactId>commons-lang3</artifactId>
21
			<version>3.5</version>
22
		</dependency>
23
		<dependency>
24
			<groupId>commons-codec</groupId>
25
			<artifactId>commons-codec</artifactId>
26
			<version>${commons.codec.version}</version>
27
		</dependency>
28
		<dependency>
29
			<groupId>dom4j</groupId>
30
			<artifactId>dom4j</artifactId>
31
			<version>${dom4j.version}</version>
32
		</dependency>
33
		<dependency>
34
			<groupId>jaxen</groupId>
35
			<artifactId>jaxen</artifactId>
36
			<version>1.1.6</version>
37
		</dependency>
38
		<dependency>
39
		    <groupId>saxonica</groupId>
40
		    <artifactId>saxon</artifactId>
41
		    <version>${saxon.version}</version>
42
		</dependency>
43
		<dependency>
44
		    <groupId>saxonica</groupId>
45
		    <artifactId>saxon-dom</artifactId>
46
		    <version>${saxon.version}</version>
47
		</dependency>
48
		<dependency>
49
			<groupId>jgrapht</groupId>
50
			<artifactId>jgrapht</artifactId>
51
			<version>0.7.2</version>
52
		</dependency>
53
		<dependency>
54
			<groupId>net.sf.ehcache</groupId>
55
			<artifactId>ehcache</artifactId>
56
			<version>2.8.0</version>
57
		</dependency>
58
		<dependency>
59
			<groupId>com.google.guava</groupId>
60
			<artifactId>guava</artifactId>
61
			<version>${google.guava.version}</version>
62
		</dependency>
63
		<dependency>
64
			<groupId>org.mockito</groupId>
65
			<artifactId>mockito-core</artifactId>
66
			<version>1.6</version>
67
			<scope>test</scope>
68
		</dependency>
69
		<dependency>
70
			<groupId>junit</groupId>
71
			<artifactId>junit</artifactId>
72
			<version>${junit.version}</version>
73
			<scope>test</scope>
74
		</dependency>
75
		<dependency>
76
			<groupId>org.springframework</groupId>
77
			<artifactId>spring-test</artifactId>
78
			<version>${spring.version}</version>
79
			<optional>false</optional>
80
		</dependency>
81
		<dependency>
82
			<groupId>commons-io</groupId>
83
			<artifactId>commons-io</artifactId>
84
			<version>${commons.io.version}</version>
85
			<scope>test</scope>
86
		</dependency>
87
	</dependencies>
88
</project>
(2-2/2)