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-SNAPSHOT</version>
8
		<relativePath></relativePath>		
9
	</parent>
10
	<modelVersion>4.0.0</modelVersion>
11
	<groupId>eu.dnetlib</groupId>
12
	<artifactId>dnet-msro-service</artifactId>
13
	<packaging>jar</packaging>
14
	<version>1.2.0-SNAPSHOT</version>
15
	<dependencies>
16
		<dependency>
17
			<groupId>opensymphony</groupId>
18
			<artifactId>quartz</artifactId>
19
			<version>1.6.6</version>
20
		</dependency>
21
		<dependency>
22
			<groupId>eu.dnetlib</groupId>
23
			<artifactId>dnet-msro-service-api</artifactId>
24
			<version>[2.0.0-SNAPSHOT]</version>
25
		</dependency>
26
		<dependency>
27
			<groupId>eu.dnetlib</groupId>
28
			<artifactId>cnr-resultset-service</artifactId>
29
			<version>[1.0.0-SNAPSHOT]</version>
30
		</dependency>
31
		<dependency>
32
			<groupId>eu.dnetlib</groupId>
33
			<artifactId>cnr-data-utility-cleaner-rmi</artifactId>
34
			 <version>[2.0.0-SNAPSHOT]</version>
35
		</dependency>
36
		<dependency>
37
			<groupId>eu.dnetlib</groupId>
38
			<artifactId>cnr-resultset-client</artifactId>
39
			<version>[1.0.0-SNAPSHOT]</version>
40
		</dependency>
41
		<dependency>
42
			<groupId>eu.dnetlib</groupId>
43
			<artifactId>dnet-download-service-rmi</artifactId>
44
			<version>[1.0.0-SNAPSHOT]</version>
45
		</dependency>
46
		
47
		<dependency>
48
			<groupId>eu.dnetlib</groupId>
49
			<artifactId>cnr-blackboard-common</artifactId>
50
			<version>[1.0.0-SNAPSHOT]</version>
51
		</dependency>
52
		<dependency>
53
			<groupId>eu.dnetlib</groupId>
54
			<artifactId>dnet-mongo-logging</artifactId>
55
			<version>[1.0.0-SNAPSHOT]</version>
56
		</dependency>
57
		<dependency>
58
			<groupId>com.googlecode</groupId>
59
			<artifactId>sarasvati</artifactId>
60
			<version>1.0.3</version>
61
		</dependency>
62
		<dependency>
63
			<groupId>com.googlecode</groupId>
64
			<artifactId>sarasvati-visual</artifactId>
65
			<version>1.0.3</version>
66
		</dependency>
67
		<dependency>
68
			<groupId>eu.dnetlib</groupId>
69
			<artifactId>dnet-modular-collector-service-rmi</artifactId>
70
			 <version>[1.2.0-SNAPSHOT]</version>
71
		</dependency>
72
		<dependency>
73
			<groupId>eu.dnetlib</groupId>
74
			<artifactId>cnr-enabling-database-api</artifactId>
75
			 <version>[1.0.0-SNAPSHOT]</version>
76
		</dependency>
77
		<dependency>
78
			<groupId>eu.dnetlib</groupId>
79
			<artifactId>dnet-objectstore-rmi</artifactId>
80
			 <version>[1.0.0-SNAPSHOT]</version>
81
		</dependency>
82
		<dependency>
83
			<groupId>eu.dnetlib</groupId>
84
			<artifactId>dnet-data-transformation-service-rmi</artifactId>
85
			<version>[1.0.0-SNAPSHOT]</version>
86
		</dependency>
87
		<dependency>
88
			<groupId>javax.mail</groupId>
89
			<artifactId>mail</artifactId>
90
			<version>1.4</version>
91
		</dependency>
92
		<dependency>
93
			<groupId>org.codehaus.groovy</groupId>
94
			<artifactId>groovy-all</artifactId>
95
			<version>2.1.6</version>
96
		</dependency>
97
		<dependency>
98
			<groupId>junit</groupId>
99
			<artifactId>junit</artifactId>
100
			<version>${junit.version}</version>
101
			<scope>test</scope>
102
		</dependency>
103
		<dependency>
104
			<groupId>eu.dnetlib</groupId>
105
			<artifactId>dnet-runtime</artifactId>
106
			<version>[1.0.0-SNAPSHOT]</version>
107
		</dependency>
108
	</dependencies>
109

    
110
	<properties>
111
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
112
	</properties>
113

    
114
</project>
(2-2/2)