1 |
26600
|
sandro.lab
|
<?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"
|
3 |
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
4 |
|
|
<parent>
|
5 |
|
|
<groupId>eu.dnetlib</groupId>
|
6 |
|
|
<artifactId>dnet-parent</artifactId>
|
7 |
|
|
<version>1.0.0-SNAPSHOT</version>
|
8 |
30860
|
alessia.ba
|
<relativePath/>
|
9 |
26600
|
sandro.lab
|
</parent>
|
10 |
|
|
<modelVersion>4.0.0</modelVersion>
|
11 |
|
|
<groupId>eu.dnetlib</groupId>
|
12 |
|
|
<artifactId>dnet-oai-store-service</artifactId>
|
13 |
|
|
<packaging>jar</packaging>
|
14 |
29747
|
alessia.ba
|
<version>3.0.0-SNAPSHOT</version>
|
15 |
26600
|
sandro.lab
|
<dependencies>
|
16 |
|
|
<dependency>
|
17 |
|
|
<groupId>eu.dnetlib</groupId>
|
18 |
|
|
<artifactId>cnr-blackboard-common</artifactId>
|
19 |
30771
|
alessia.ba
|
<version>[1.0.0,2.0.0)</version>
|
20 |
26600
|
sandro.lab
|
</dependency>
|
21 |
|
|
<dependency>
|
22 |
|
|
<groupId>eu.dnetlib</groupId>
|
23 |
|
|
<artifactId>cnr-cql-utils</artifactId>
|
24 |
30771
|
alessia.ba
|
<version>[1.0.0,2.0.0)</version>
|
25 |
26600
|
sandro.lab
|
</dependency>
|
26 |
|
|
<dependency>
|
27 |
|
|
<groupId>eu.dnetlib</groupId>
|
28 |
|
|
<artifactId>dnet-oai-store-service-rmi</artifactId>
|
29 |
29747
|
alessia.ba
|
<version>[3.0.0-SNAPSHOT,4.0.0-SNAPSHOT)</version>
|
30 |
26600
|
sandro.lab
|
</dependency>
|
31 |
|
|
<dependency>
|
32 |
|
|
<groupId>eu.dnetlib</groupId>
|
33 |
|
|
<artifactId>cnr-resultset-client</artifactId>
|
34 |
30771
|
alessia.ba
|
<version>[1.0.0,2.0.0)</version>
|
35 |
26600
|
sandro.lab
|
</dependency>
|
36 |
|
|
<dependency>
|
37 |
|
|
<groupId>org.mongodb</groupId>
|
38 |
|
|
<artifactId>mongo-java-driver</artifactId>
|
39 |
|
|
<version>${mongodb.driver.version}</version>
|
40 |
|
|
</dependency>
|
41 |
|
|
<dependency>
|
42 |
|
|
<groupId>joda-time</groupId>
|
43 |
|
|
<artifactId>joda-time</artifactId>
|
44 |
|
|
<version>[2.3, 3.0)</version>
|
45 |
|
|
</dependency>
|
46 |
|
|
<dependency>
|
47 |
|
|
<groupId>org.z3950.zing</groupId>
|
48 |
|
|
<artifactId>cql-java</artifactId>
|
49 |
|
|
<version>[1.7]</version>
|
50 |
|
|
</dependency>
|
51 |
|
|
<dependency>
|
52 |
|
|
<groupId>junit</groupId>
|
53 |
|
|
<artifactId>junit</artifactId>
|
54 |
|
|
<version>${junit.version}</version>
|
55 |
|
|
<scope>test</scope>
|
56 |
|
|
</dependency>
|
57 |
|
|
<dependency>
|
58 |
|
|
<groupId>eu.dnetlib</groupId>
|
59 |
|
|
<artifactId>cnr-test-utils</artifactId>
|
60 |
30771
|
alessia.ba
|
<version>[1.0.0,2.0.0)</version>
|
61 |
26600
|
sandro.lab
|
<scope>test</scope>
|
62 |
|
|
</dependency>
|
63 |
|
|
|
64 |
|
|
</dependencies>
|
65 |
|
|
</project>
|