Project

General

Profile

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