1 |
26600
|
sandro.lab
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
30225
|
sandro.lab
|
<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 |
26600
|
sandro.lab
|
<parent>
|
4 |
|
|
<groupId>eu.dnetlib</groupId>
|
5 |
45102
|
claudio.at
|
<artifactId>dnet45-parent</artifactId>
|
6 |
47629
|
claudio.at
|
<version>1.0.0</version>
|
7 |
30225
|
sandro.lab
|
<relativePath />
|
8 |
26600
|
sandro.lab
|
</parent>
|
9 |
|
|
<modelVersion>4.0.0</modelVersion>
|
10 |
|
|
<groupId>eu.dnetlib</groupId>
|
11 |
|
|
<artifactId>cnr-misc-utils</artifactId>
|
12 |
|
|
<packaging>jar</packaging>
|
13 |
55929
|
alessia.ba
|
<version>1.0.8-SNAPSHOT</version>
|
14 |
30222
|
sandro.lab
|
<scm>
|
15 |
55929
|
alessia.ba
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/cnr-misc-utils/trunk</developerConnection>
|
16 |
30222
|
sandro.lab
|
</scm>
|
17 |
26600
|
sandro.lab
|
<dependencies>
|
18 |
|
|
<dependency>
|
19 |
50642
|
alessia.ba
|
<groupId>org.apache.commons</groupId>
|
20 |
|
|
<artifactId>commons-lang3</artifactId>
|
21 |
|
|
<version>3.5</version>
|
22 |
26600
|
sandro.lab
|
</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 |
30195
|
claudio.at
|
<version>${dom4j.version}</version>
|
32 |
26600
|
sandro.lab
|
</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 |
45383
|
claudio.at
|
<version>${saxon.version}</version>
|
42 |
26600
|
sandro.lab
|
</dependency>
|
43 |
|
|
<dependency>
|
44 |
|
|
<groupId>saxonica</groupId>
|
45 |
|
|
<artifactId>saxon-dom</artifactId>
|
46 |
45383
|
claudio.at
|
<version>${saxon.version}</version>
|
47 |
26600
|
sandro.lab
|
</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>
|