Project

General

Profile

1 26600 sandro.lab
<?xml version="1.0" encoding="UTF-8"?>
2 31131 alessia.ba
<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 31130 alessia.ba
		<version>1.0.0</version>
7 31131 alessia.ba
		<relativePath />
8 26600 sandro.lab
	</parent>
9
	<modelVersion>4.0.0</modelVersion>
10
	<groupId>eu.dnetlib</groupId>
11
	<artifactId>dnet-oai-store-service</artifactId>
12
	<packaging>jar</packaging>
13 32657 andrea.man
	<version>4.0.0</version>
14 31130 alessia.ba
	<scm>
15 32657 andrea.man
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-oai-store-service/tags/dnet-oai-store-service-4.0.0</developerConnection>
16 31130 alessia.ba
	</scm>
17 26600 sandro.lab
	<dependencies>
18
		<dependency>
19
			<groupId>eu.dnetlib</groupId>
20
			<artifactId>cnr-blackboard-common</artifactId>
21 32656 andrea.man
			<version>[2.1.0,3.0.0)</version>
22 26600 sandro.lab
		</dependency>
23
		<dependency>
24
			<groupId>eu.dnetlib</groupId>
25
			<artifactId>cnr-cql-utils</artifactId>
26 30771 alessia.ba
			<version>[1.0.0,2.0.0)</version>
27 26600 sandro.lab
		</dependency>
28
		<dependency>
29
			<groupId>eu.dnetlib</groupId>
30
			<artifactId>dnet-oai-store-service-rmi</artifactId>
31 32656 andrea.man
			<version>[4.0.0,5.0.0)</version>
32 26600 sandro.lab
		</dependency>
33
		<dependency>
34
			<groupId>eu.dnetlib</groupId>
35
			<artifactId>cnr-resultset-client</artifactId>
36 32656 andrea.man
			<version>[2.0.0,3.0.0)</version>
37 26600 sandro.lab
		</dependency>
38
		<dependency>
39
			<groupId>org.mongodb</groupId>
40
			<artifactId>mongo-java-driver</artifactId>
41
			<version>${mongodb.driver.version}</version>
42
		</dependency>
43
		<dependency>
44
			<groupId>joda-time</groupId>
45
			<artifactId>joda-time</artifactId>
46
			<version>[2.3, 3.0)</version>
47
		</dependency>
48
		<dependency>
49
			<groupId>org.z3950.zing</groupId>
50
			<artifactId>cql-java</artifactId>
51
			<version>[1.7]</version>
52
		</dependency>
53
		<dependency>
54
			<groupId>junit</groupId>
55
			<artifactId>junit</artifactId>
56
			<version>${junit.version}</version>
57
			<scope>test</scope>
58
		</dependency>
59
		<dependency>
60
			<groupId>eu.dnetlib</groupId>
61
			<artifactId>cnr-test-utils</artifactId>
62 30771 alessia.ba
			<version>[1.0.0,2.0.0)</version>
63 26600 sandro.lab
			<scope>test</scope>
64
		</dependency>
65
66
	</dependencies>
67
</project>