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