Project

General

Profile

« Previous | Next » 

Revision 45145

codebase used to migrate to java8 the production system

View differences:

modules/dnet-oai-store-service/pom.xml
1
<?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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
	<parent>
4
		<groupId>eu.dnetlib</groupId>
5
		<artifactId>dnet-parent</artifactId>
6
		<version>1.0.0</version>
7
		<relativePath />
8
	</parent>
9
	<modelVersion>4.0.0</modelVersion>
10
	<groupId>eu.dnetlib</groupId>
11
	<artifactId>dnet-oai-store-service</artifactId>
12
	<packaging>jar</packaging>
13
	<scm>
14
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-oai-store-service/tags/dnet-oai-store-service-7.0.0-BASIC-AGGREGATOR</developerConnection>
15
	</scm>
16
	<version>7.0.0-BASIC-AGGREGATOR</version>
17

  
18
	<dependencies>
19
		<dependency>
20
			<groupId>eu.dnetlib</groupId>
21
			<artifactId>cnr-blackboard-common</artifactId>
22
			<version>[2.1.0,3.0.0)</version>
23
		</dependency>
24
		<dependency>
25
			<groupId>eu.dnetlib</groupId>
26
			<artifactId>cnr-cql-utils</artifactId>
27
			<version>[2.0.0,3.0.0)</version>
28
		</dependency>
29
		<dependency>
30
			<groupId>eu.dnetlib</groupId>
31
			<artifactId>dnet-oai-store-service-rmi</artifactId>
32
			<version>[4.0.0,5.0.0)</version>
33
		</dependency>
34
		<dependency>
35
			<groupId>eu.dnetlib</groupId>
36
			<artifactId>cnr-resultset-client</artifactId>
37
			<version>[2.0.0,3.0.0)</version>
38
		</dependency>
39
		<dependency>
40
			<groupId>org.mongodb</groupId>
41
			<artifactId>mongo-java-driver</artifactId>
42
			<version>${mongodb.driver.version}</version>
43
		</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
			<version>[1.0.0,2.0.0)</version>
64
			<scope>test</scope>
65
		</dependency>
66

  
67
	</dependencies>
68
</project>
modules/dnet-oai-store-service/trunk/pom.xml
1
<?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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
	<parent>
4
		<groupId>eu.dnetlib</groupId>
5
		<artifactId>dnet-parent</artifactId>
6
		<version>1.0.0</version>
7
		<relativePath />
8
	</parent>
9
	<modelVersion>4.0.0</modelVersion>
10
	<groupId>eu.dnetlib</groupId>
11
	<artifactId>dnet-oai-store-service</artifactId>
12
	<packaging>jar</packaging>
13
	<scm>
14
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-oai-store-service/tags/dnet-oai-store-service-7.0.0-BASIC-AGGREGATOR</developerConnection>
15
	</scm>
16
	<version>7.0.0-BASIC-AGGREGATOR</version>
17

  
18
	<dependencies>
19
		<dependency>
20
			<groupId>eu.dnetlib</groupId>
21
			<artifactId>cnr-blackboard-common</artifactId>
22
			<version>[2.1.0,3.0.0)</version>
23
		</dependency>
24
		<dependency>
25
			<groupId>eu.dnetlib</groupId>
26
			<artifactId>cnr-cql-utils</artifactId>
27
			<version>[2.0.0,3.0.0)</version>
28
		</dependency>
29
		<dependency>
30
			<groupId>eu.dnetlib</groupId>
31
			<artifactId>dnet-oai-store-service-rmi</artifactId>
32
			<version>[4.0.0,5.0.0)</version>
33
		</dependency>
34
		<dependency>
35
			<groupId>eu.dnetlib</groupId>
36
			<artifactId>cnr-resultset-client</artifactId>
37
			<version>[2.0.0,3.0.0)</version>
38
		</dependency>
39
		<dependency>
40
			<groupId>org.mongodb</groupId>
41
			<artifactId>mongo-java-driver</artifactId>
42
			<version>${mongodb.driver.version}</version>
43
		</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
			<version>[1.0.0,2.0.0)</version>
64
			<scope>test</scope>
65
		</dependency>
66

  
67
	</dependencies>
68
</project>

Also available in: Unified diff