Project

General

Profile

« Previous | Next » 

Revision 30760

fixed pom dependencies

View differences:

modules/dnet-gridfs-objectstore/trunk/pom.xml
15 15
		<dependency>
16 16
			<groupId>eu.dnetlib</groupId>
17 17
			<artifactId>cnr-service-common</artifactId>
18
			<version>[1.0.0-SNAPSHOT]</version>
18
			<version>[1.0.0,2.0.0)</version>
19 19
		</dependency>
20 20
		<dependency>
21
			<groupId>junit</groupId>
22
			<artifactId>junit</artifactId>
23
			<version>${junit.version}</version>
24
			<scope>test</scope>
25
		</dependency>
26
		<dependency>
27 21
			<groupId>eu.dnetlib</groupId>
28 22
			<artifactId>dnet-modular-objectstore-service</artifactId>
29
			<version>[2.0.0-SNAPSHOT]</version>
23
			<version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
30 24
		</dependency>
31 25
		<dependency>
32 26
			<groupId>eu.dnetlib</groupId>
33 27
			<artifactId>cnr-resultset-service</artifactId>
34
			<version>[1.0.0-SNAPSHOT]</version>
28
			<version>[1.0.0,2.0.0)</version>
35 29
		</dependency>
36 30
		<dependency>
37 31
			<groupId>eu.dnetlib</groupId>
38 32
			<artifactId>cnr-resultset-client</artifactId>
39
			<version>[1.0.0-SNAPSHOT]</version>
33
			<version>[1.0.0,2.0.0)</version>
40 34
		</dependency>
41 35
		<dependency>
36
			<groupId>junit</groupId>
37
			<artifactId>junit</artifactId>
38
			<version>${junit.version}</version>
39
			<scope>test</scope>
40
		</dependency>
41
		<dependency>
42 42
			<groupId>org.mongodb</groupId>
43 43
			<artifactId>mongo-java-driver</artifactId>
44 44
			<version>${mongodb.driver.version}</version>

Also available in: Unified diff