Project

General

Profile

« Previous | Next » 

Revision 30759

fixed pom dependencies

View differences:

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-objectstore-rmi</artifactId>
29
			<version>[1.0.0-SNAPSHOT]</version>
23
			<version>[1.0.0-SNAPSHOT,2.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>eu.dnetlib</groupId>
37
			<artifactId>cnr-blackboard-common</artifactId>
38
			<version>[1.0.0,2.0.0)</version>
39
		</dependency>
40
		<dependency>
41
			<groupId>eu.dnetlib</groupId>
42
			<artifactId>cnr-inspector</artifactId>
43
			<version>[1.0.0,2.0.0)</version>
44
		</dependency>
45
		<dependency>
46
			<groupId>junit</groupId>
47
			<artifactId>junit</artifactId>
48
			<version>${junit.version}</version>
49
			<scope>test</scope>
50
		</dependency>
51
		<dependency>
42 52
			<groupId>apache</groupId>
43 53
			<artifactId>commons-net</artifactId>
44 54
			<version>2.2</version>
......
49 59
			<version>2.0</version>
50 60
		</dependency>
51 61
		<dependency>
52
			<groupId>eu.dnetlib</groupId>
53
			<artifactId>cnr-blackboard-common</artifactId>
54
			<version>[1.0.0-SNAPSHOT]</version>
55
		</dependency>
56
		<dependency>
57
			<groupId>eu.dnetlib</groupId>
58
			<artifactId>cnr-inspector</artifactId>
59
			<version>[1.0.0-SNAPSHOT]</version>
60
		</dependency>
61
		<dependency>
62 62
			<groupId>javax.servlet</groupId>
63 63
			<artifactId>javax.servlet-api</artifactId>
64 64
			<version>${javax.servlet.version}</version>

Also available in: Unified diff