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
		<relativePath />
8
	</parent>
9
	<modelVersion>4.0.0</modelVersion>
10
	<groupId>eu.dnetlib</groupId>
11
	<artifactId>cnr-service-common</artifactId>
12
	<packaging>jar</packaging>
13
	<version>2.1.6-SNAPSHOT</version>
14
	<scm>
15
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/cnr-service-common/trunk</developerConnection>
16
	</scm>
17
	<dependencies>
18
		<dependency>
19
			<groupId>org.springframework</groupId>
20
			<artifactId>spring-test</artifactId>
21
			<version>${spring.version}</version>
22
			<scope>test</scope>
23
		</dependency>
24
		<dependency>
25
			<groupId>org.mockito</groupId>
26
			<artifactId>mockito-core</artifactId>
27
			<version>${mockito.version}</version>
28
			<scope>test</scope>
29
		</dependency>
30
		<dependency>
31
			<groupId>junit</groupId>
32
			<artifactId>junit</artifactId>
33
			<version>${junit.version}</version>
34
			<scope>test</scope>
35
		</dependency>
36
		<dependency>
37
			<groupId>org.antlr</groupId>
38
			<artifactId>stringtemplate</artifactId>
39
			<version>3.2</version>
40
		</dependency>
41
		<dependency>
42
			<groupId>org.quartz-scheduler</groupId>
43
			<artifactId>quartz</artifactId>
44
			<version>${quartz.version}</version>
45
		</dependency>
46
		<dependency>
47
			<groupId>org.springframework</groupId>
48
			<artifactId>spring-tx</artifactId>
49
			<version>${spring.version}</version>
50
		</dependency>
51
		<dependency>
52
			<groupId>org.springframework</groupId>
53
			<artifactId>spring-beans</artifactId>
54
			<version>${spring.version}</version>
55
		</dependency>
56

    
57

    
58
		<dependency>
59
			<groupId>eu.dnetlib</groupId>
60
			<artifactId>cnr-misc-utils</artifactId>
61
			<version>[1.0.0,2.0.0)</version>
62
		</dependency>
63
		<dependency>
64
			<groupId>eu.dnetlib</groupId>
65
			<artifactId>cnr-service-utils</artifactId>
66
			<version>[1.0.0,2.0.0)</version>
67
		</dependency>
68
		<dependency>
69
			<groupId>eu.dnetlib</groupId>
70
			<artifactId>cnr-rmi-api</artifactId>
71
			<version>[2.0.0,3.0.0)</version>
72
		</dependency>
73
		<dependency>
74
			<groupId>eu.dnetlib</groupId>
75
			<artifactId>cnr-spring-utils</artifactId>
76
			<version>[1.0.0,2.0.0)</version>
77
		</dependency>
78
		<dependency>
79
			<groupId>eu.dnetlib</groupId>
80
			<artifactId>dnet-runtime</artifactId>
81
			<version>[1.0.0,2.0.0)</version>
82
			<scope>test</scope>
83
		</dependency>
84
		<dependency>
85
			<groupId>eu.dnetlib</groupId>
86
			<artifactId>cnr-test-utils</artifactId>
87
			<version>[1.0.0,2.0.0)</version>
88
			<scope>test</scope>
89
		</dependency>
90

    
91
	</dependencies>
92
</project>
(3-3/3)