1 |
26600
|
sandro.lab
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
42009
|
claudio.at
|
<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 |
|
|
<artifactId>dnet-parent</artifactId>
|
6 |
42047
|
claudio.at
|
<version>1.0.0</version>
|
7 |
26600
|
sandro.lab
|
</parent>
|
8 |
|
|
<modelVersion>4.0.0</modelVersion>
|
9 |
|
|
<groupId>eu.dnetlib</groupId>
|
10 |
|
|
<artifactId>cnr-enabling-database-service</artifactId>
|
11 |
|
|
<packaging>jar</packaging>
|
12 |
46870
|
claudio.at
|
<version>3.0.2-SNAPSHOT</version>
|
13 |
30596
|
alessia.ba
|
<scm>
|
14 |
46870
|
claudio.at
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/cnr-enabling-database-service/trunk</developerConnection>
|
15 |
30596
|
alessia.ba
|
</scm>
|
16 |
26600
|
sandro.lab
|
<dependencies>
|
17 |
|
|
<dependency>
|
18 |
|
|
<groupId>org.springframework</groupId>
|
19 |
|
|
<artifactId>spring-tx</artifactId>
|
20 |
|
|
<version>${spring.version}</version>
|
21 |
|
|
</dependency>
|
22 |
|
|
<dependency>
|
23 |
|
|
<groupId>org.springframework</groupId>
|
24 |
|
|
<artifactId>spring-jdbc</artifactId>
|
25 |
|
|
<version>${spring.version}</version>
|
26 |
|
|
</dependency>
|
27 |
|
|
<dependency>
|
28 |
|
|
<groupId>org.springframework</groupId>
|
29 |
|
|
<artifactId>spring-context-support</artifactId>
|
30 |
|
|
<version>${spring.version}</version>
|
31 |
|
|
</dependency>
|
32 |
|
|
<dependency>
|
33 |
|
|
<groupId>org.apache.velocity</groupId>
|
34 |
|
|
<artifactId>velocity</artifactId>
|
35 |
|
|
<version>1.7</version>
|
36 |
|
|
</dependency>
|
37 |
|
|
<dependency>
|
38 |
|
|
<groupId>org.postgresql</groupId>
|
39 |
|
|
<artifactId>jdbc4driver</artifactId>
|
40 |
|
|
<version>8.3</version>
|
41 |
|
|
</dependency>
|
42 |
|
|
<dependency>
|
43 |
|
|
<groupId>org.hibernate</groupId>
|
44 |
|
|
<artifactId>hibernate-core</artifactId>
|
45 |
|
|
<version>4.3.2.Final</version>
|
46 |
|
|
</dependency>
|
47 |
|
|
|
48 |
|
|
<dependency>
|
49 |
|
|
<groupId>eu.dnetlib</groupId>
|
50 |
|
|
<artifactId>cnr-enabling-database-api</artifactId>
|
51 |
42047
|
claudio.at
|
<version>[2.0.0,3.0.0)</version>
|
52 |
26600
|
sandro.lab
|
</dependency>
|
53 |
|
|
<dependency>
|
54 |
|
|
<groupId>eu.dnetlib</groupId>
|
55 |
|
|
<artifactId>cnr-rmi-api</artifactId>
|
56 |
30596
|
alessia.ba
|
<version>[2.0.0,3.0.0)</version>
|
57 |
26600
|
sandro.lab
|
</dependency>
|
58 |
|
|
<dependency>
|
59 |
|
|
<groupId>eu.dnetlib</groupId>
|
60 |
|
|
<artifactId>cnr-blackboard-common</artifactId>
|
61 |
32766
|
michele.ar
|
<version>[2.1.0,3.0.0)</version>
|
62 |
26600
|
sandro.lab
|
</dependency>
|
63 |
|
|
<dependency>
|
64 |
|
|
<groupId>eu.dnetlib</groupId>
|
65 |
|
|
<artifactId>cnr-resultset-service</artifactId>
|
66 |
32766
|
michele.ar
|
<version>[2.0.0,3.0.0)</version>
|
67 |
26600
|
sandro.lab
|
</dependency>
|
68 |
|
|
<dependency>
|
69 |
|
|
<groupId>eu.dnetlib</groupId>
|
70 |
|
|
<artifactId>cnr-resultset-client</artifactId>
|
71 |
32766
|
michele.ar
|
<version>[2.0.0,3.0.0)</version>
|
72 |
26600
|
sandro.lab
|
</dependency>
|
73 |
|
|
<dependency>
|
74 |
|
|
<groupId>org.mockito</groupId>
|
75 |
|
|
<artifactId>mockito-core</artifactId>
|
76 |
|
|
<version>1.9.5</version>
|
77 |
|
|
<scope>test</scope>
|
78 |
|
|
</dependency>
|
79 |
|
|
<dependency>
|
80 |
|
|
<groupId>com.google.code.gson</groupId>
|
81 |
|
|
<artifactId>gson</artifactId>
|
82 |
|
|
<version>${google.gson.version}</version>
|
83 |
|
|
</dependency>
|
84 |
|
|
<dependency>
|
85 |
|
|
<groupId>joda-time</groupId>
|
86 |
|
|
<artifactId>joda-time</artifactId>
|
87 |
|
|
<version>2.3</version>
|
88 |
|
|
</dependency>
|
89 |
|
|
<dependency>
|
90 |
|
|
<groupId>junit</groupId>
|
91 |
|
|
<artifactId>junit</artifactId>
|
92 |
|
|
<version>${junit.version}</version>
|
93 |
|
|
<scope>test</scope>
|
94 |
|
|
</dependency>
|
95 |
|
|
<dependency>
|
96 |
|
|
<groupId>jaxen</groupId>
|
97 |
|
|
<artifactId>jaxen</artifactId>
|
98 |
|
|
<version>1.1.6</version>
|
99 |
|
|
</dependency>
|
100 |
|
|
</dependencies>
|
101 |
|
|
</project>
|