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

    
58

    
59
		<dependency>
60
			<groupId>eu.dnetlib</groupId>
61
			<artifactId>cnr-misc-utils</artifactId>
62
			<version>[1.0.0-SNAPSHOT]</version>
63
		</dependency>
64
		<dependency>
65
			<groupId>eu.dnetlib</groupId>
66
			<artifactId>cnr-service-utils</artifactId>
67
			<version>[1.0.0-SNAPSHOT]</version>
68
		</dependency>
69
		<dependency>
70
			<groupId>eu.dnetlib</groupId>
71
			<artifactId>cnr-rmi-api</artifactId>
72
			<version>[2.0.0-SNAPSHOT]</version>
73
		</dependency>
74
		<dependency>
75
			<groupId>eu.dnetlib</groupId>
76
			<artifactId>cnr-spring-utils</artifactId>
77
			<version>[1.0.0-SNAPSHOT]</version>
78
		</dependency>
79
		<dependency>
80
			<groupId>eu.dnetlib</groupId>
81
			<artifactId>dnet-runtime</artifactId>
82
			<version>[1.0.0-SNAPSHOT]</version>
83
			<scope>test</scope>
84
		</dependency>
85
		<dependency>
86
			<groupId>eu.dnetlib</groupId>
87
			<artifactId>cnr-test-utils</artifactId>
88
			<version>[1.0.0-SNAPSHOT]</version>
89
			<scope>test</scope>
90
		</dependency>
91
		<dependency>
92
			<groupId>eu.dnetlib</groupId>
93
			<artifactId>icm-functionality-api</artifactId>
94
			<version>[1.0.0-SNAPSHOT]</version>
95
			<scope>test</scope>
96
		</dependency>
97

    
98
	</dependencies>
99
</project>
(2-2/2)