Project

General

Profile

« Previous | Next » 

Revision 47529

Cleaning dependencies

View differences:

pom.xml
16 16
			<artifactId>junit</artifactId>
17 17
			<version>${junit.version}</version>
18 18
		</dependency>
19
	<!--	<dependency>
20
			<groupId>eu.dnetlib</groupId>
21
			<artifactId>uoa-commons</artifactId>
22
			<version>[1.0.0-SNAPSHOT,)</version>
23
		</dependency> -->
24 19
	        <dependency>
25 20
	            <groupId>eu.dnetlib</groupId>
26 21
	            <artifactId>uoa-commons</artifactId>
27 22
	            <version>[2.0.0-SNAPSHOT, 3.0.0)</version>
28 23
	        </dependency>
29
        	<dependency>
30
        	    <groupId>org.apache.ant</groupId>
31
        	    <artifactId>ant</artifactId>
32
        	    <version>1.8.2</version>
33
        	</dependency>
34 24
		<dependency>
35 25
			<groupId>org.springframework</groupId>
36 26
			<artifactId>spring-jdbc</artifactId>
......
68 58
			<version>1.4</version>
69 59
		</dependency>
70 60
		<dependency>
71
			<groupId>org.springframework</groupId>
72
			<artifactId>spring-test</artifactId>
73
			<version>${spring.version}</version>
74
		</dependency>
75
		<dependency>
76 61
			<groupId>com.googlecode.json-simple</groupId>
77 62
			<artifactId>json-simple</artifactId>
78 63
			<version>1.1</version>

Also available in: Unified diff