Project

General

Profile

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>dnet45-parent</artifactId>
6
		<version>1.0.0</version>
7
	</parent>
8
	<modelVersion>4.0.0</modelVersion>
9
	<groupId>eu.dnetlib</groupId>
10
	<artifactId>cnr-data-utility-cleaner-service</artifactId>
11
	<packaging>jar</packaging>
12
	<version>3.0.1-SNAPSHOT</version>
13
	<scm>
14
	  <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/cnr-data-utility-cleaner-service/trunk</developerConnection>
15
	</scm>
16
	<dependencies>
17
		<dependency>
18
			<groupId>org.mockito</groupId>
19
			<artifactId>mockito-core</artifactId>
20
			<version>1.6</version>
21
			<scope>test</scope>
22
		</dependency>
23
		<dependency>
24
			<groupId>eu.dnetlib</groupId>
25
			<artifactId>cnr-test-utils</artifactId>
26
			<version>[1.0.0,2.0.0)</version>
27
			<scope>test</scope>
28
		</dependency>
29
		<dependency>
30
			<groupId>eu.dnetlib</groupId>
31
			<artifactId>cnr-rmi-api</artifactId>
32
			<version>[2.0.0,3.0.0)</version>
33
		</dependency>
34
		<dependency>
35
			<groupId>eu.dnetlib</groupId>
36
			<artifactId>cnr-service-common</artifactId>
37
			<version>[2.1.2,3.0.0)</version>
38
		</dependency>
39
		<dependency>
40
			<groupId>eu.dnetlib</groupId>
41
			<artifactId>cnr-resultset-service</artifactId>
42
			<version>[2.0.0,3.0.0)</version>
43
		</dependency>
44
		<dependency>
45
			<groupId>com.google.guava</groupId>
46
			<artifactId>guava</artifactId>
47
			<version>${google.guava.version}</version>
48
		</dependency>
49
		<dependency>
50
			<groupId>org.codehaus.groovy</groupId>
51
			<artifactId>groovy</artifactId>
52
			<version>2.1.6</version>
53
		</dependency>
54
		<dependency>
55
			<groupId>eu.dnetlib</groupId>
56
			<artifactId>cnr-inspector</artifactId>
57
			<version>[1.0.0,2.0.0)</version>
58
		</dependency>
59
		<dependency>
60
			<groupId>eu.dnetlib</groupId>
61
			<artifactId>cnr-data-utility-cleaner-rmi</artifactId>
62
			<version>[2.0.0,3.0.0)</version>
63
		</dependency>		
64
		<dependency>
65
			<groupId>junit</groupId>
66
			<artifactId>junit</artifactId>
67
			<version>${junit.version}</version>
68
			<scope>test</scope>
69
		</dependency>
70
	</dependencies>
71
</project>
(3-3/3)