1 |
14342
|
sandro.lab
|
<?xml version="1.0" ?>
|
2 |
32125
|
nikon.gasp
|
<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 |
32118
|
nikon.gasp
|
<parent>
|
4 |
|
|
<groupId>eu.dnetlib</groupId>
|
5 |
|
|
<artifactId>dnet-parent</artifactId>
|
6 |
32124
|
nikon.gasp
|
<version>1.0.0</version>
|
7 |
32118
|
nikon.gasp
|
</parent>
|
8 |
14342
|
sandro.lab
|
<modelVersion>4.0.0</modelVersion>
|
9 |
|
|
<groupId>eu.dnetlib</groupId>
|
10 |
|
|
<artifactId>uoa-commons</artifactId>
|
11 |
|
|
<packaging>jar</packaging>
|
12 |
32127
|
nikon.gasp
|
<version>1.0.1-SNAPSHOT</version>
|
13 |
32118
|
nikon.gasp
|
<scm>
|
14 |
32127
|
nikon.gasp
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-commons/trunk</developerConnection>
|
15 |
32118
|
nikon.gasp
|
</scm>
|
16 |
14342
|
sandro.lab
|
<dependencies>
|
17 |
32118
|
nikon.gasp
|
<!-- Added to override 2.1.4 from icm-something -->
|
18 |
14342
|
sandro.lab
|
<dependency>
|
19 |
32118
|
nikon.gasp
|
<groupId>com.sun.xml.bind</groupId>
|
20 |
|
|
<artifactId>jaxb-core</artifactId>
|
21 |
18405
|
antonis.le
|
<version>2.2.7</version>
|
22 |
32118
|
nikon.gasp
|
</dependency>
|
23 |
18405
|
antonis.le
|
<dependency>
|
24 |
32118
|
nikon.gasp
|
<groupId>net.sf.ehcache</groupId>
|
25 |
|
|
<artifactId>ehcache</artifactId>
|
26 |
30730
|
nikon.gasp
|
<version>2.8.0</version>
|
27 |
18405
|
antonis.le
|
<type>pom</type>
|
28 |
32118
|
nikon.gasp
|
</dependency>
|
29 |
18405
|
antonis.le
|
<dependency>
|
30 |
14342
|
sandro.lab
|
<groupId>apache</groupId>
|
31 |
|
|
<artifactId>commons-logging</artifactId>
|
32 |
|
|
<version>[0.0.0,)</version>
|
33 |
|
|
</dependency>
|
34 |
|
|
<dependency>
|
35 |
|
|
<groupId>junit</groupId>
|
36 |
|
|
<artifactId>junit</artifactId>
|
37 |
|
|
<version>[0.0.0,)</version>
|
38 |
|
|
<scope>test</scope>
|
39 |
|
|
</dependency>
|
40 |
|
|
<dependency>
|
41 |
|
|
<groupId>log4j</groupId>
|
42 |
|
|
<artifactId>log4j</artifactId>
|
43 |
|
|
<version>[1.2.14,1.3.0)</version>
|
44 |
|
|
</dependency>
|
45 |
|
|
<dependency>
|
46 |
|
|
<groupId>eu.dnetlib</groupId>
|
47 |
|
|
<artifactId>uoa-api</artifactId>
|
48 |
32124
|
nikon.gasp
|
<version>[1.0.0]</version>
|
49 |
14342
|
sandro.lab
|
</dependency>
|
50 |
|
|
<dependency>
|
51 |
|
|
<groupId>eu.dnetlib</groupId>
|
52 |
|
|
<artifactId>uoa-domain</artifactId>
|
53 |
32124
|
nikon.gasp
|
<version>[1.0.0]</version>
|
54 |
14342
|
sandro.lab
|
</dependency>
|
55 |
|
|
<dependency>
|
56 |
|
|
<groupId>eu.dnetlib</groupId>
|
57 |
|
|
<artifactId>uoa-utils</artifactId>
|
58 |
32124
|
nikon.gasp
|
<version>[1.0.0]</version>
|
59 |
32118
|
nikon.gasp
|
</dependency>
|
60 |
14342
|
sandro.lab
|
<dependency>
|
61 |
18405
|
antonis.le
|
<groupId>org.springframework</groupId>
|
62 |
|
|
<artifactId>spring-context-support</artifactId>
|
63 |
|
|
<version>${spring.version}</version>
|
64 |
|
|
</dependency>
|
65 |
|
|
<dependency>
|
66 |
14342
|
sandro.lab
|
<groupId>eu.dnetlib</groupId>
|
67 |
|
|
<artifactId>cnr-misc-utils</artifactId>
|
68 |
32124
|
nikon.gasp
|
<version>[1.0.0]</version>
|
69 |
32118
|
nikon.gasp
|
</dependency>
|
70 |
14342
|
sandro.lab
|
<dependency>
|
71 |
|
|
<groupId>eu.dnetlib</groupId>
|
72 |
|
|
<artifactId>cnr-spring-utils</artifactId>
|
73 |
32124
|
nikon.gasp
|
<version>[1.0.0]</version>
|
74 |
32118
|
nikon.gasp
|
</dependency>
|
75 |
14342
|
sandro.lab
|
<dependency>
|
76 |
20212
|
thanos.pap
|
<groupId>commons-dbcp</groupId>
|
77 |
14342
|
sandro.lab
|
<artifactId>commons-dbcp</artifactId>
|
78 |
|
|
<version>[1.2,2.0)</version>
|
79 |
32118
|
nikon.gasp
|
</dependency>
|
80 |
14342
|
sandro.lab
|
</dependencies>
|
81 |
|
|
</project>
|