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"
3
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
	<parent>
5
		<groupId>eu.dnetlib</groupId>
6
		<artifactId>dnet-parent</artifactId>
7
		<version>0.0.1-alpha</version>
8
	</parent>
9
	<modelVersion>4.0.0</modelVersion>
10
	<groupId>eu.dnetlib</groupId>
11
	<artifactId>cnr-data-utility-cleaner-service</artifactId>
12
	<packaging>jar</packaging>
13
	<version>1.0.0</version>
14
	<dependencies>
15
		<dependency>
16
			<groupId>org.mockito</groupId>
17
			<artifactId>mockito-core</artifactId>
18
			<version>1.6</version>
19
			<scope>test</scope>
20
		</dependency>
21
		<dependency>
22
			<groupId>eu.dnetlib</groupId>
23
			<artifactId>cnr-test-utils</artifactId>
24
			<version>0.0.2</version>
25
			<scope>test</scope>
26
		</dependency>
27
		<dependency>
28
			<groupId>eu.dnetlib</groupId>
29
			<artifactId>cnr-rmi-api</artifactId>
30
			<version>0.0.9</version>
31
		</dependency>
32
		<dependency>
33
			<groupId>eu.dnetlib</groupId>
34
			<artifactId>cnr-service-common</artifactId>
35
			<version>0.1.1</version>
36
		</dependency>
37
		<dependency>
38
			<groupId>eu.dnetlib</groupId>
39
			<artifactId>cnr-resultset-service</artifactId>
40
			<version>0.0.10</version>
41
		</dependency>
42
		<dependency>
43
			<groupId>com.google.guava</groupId>
44
			<artifactId>guava</artifactId>
45
			<version>${google.guava.version}</version>
46
		</dependency>
47
		<dependency>
48
			<groupId>org.codehaus.groovy</groupId>
49
			<artifactId>groovy-all</artifactId>
50
			<version>2.1.6</version>
51
		</dependency>
52
		<dependency>
53
			<groupId>eu.dnetlib</groupId>
54
			<artifactId>cnr-inspector</artifactId>
55
			<version>[0.0.0,)</version>
56
		</dependency>
57
		<dependency>
58
			<groupId>eu.dnetlib</groupId>
59
			<artifactId>cnr-data-utility-cleaner-rmi</artifactId>
60
			<version>1.0.0</version>
61
		</dependency>		
62
		<dependency>
63
			<groupId>junit</groupId>
64
			<artifactId>junit</artifactId>
65
			<version>${junit.version}</version>
66
			<scope>test</scope>
67
		</dependency>
68
	</dependencies>
69
</project>
(2-2/2)