1 |
26600
|
sandro.lab
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
30690
|
sandro.lab
|
<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 |
26600
|
sandro.lab
|
<parent>
|
4 |
|
|
<groupId>eu.dnetlib</groupId>
|
5 |
|
|
<artifactId>dnet-parent</artifactId>
|
6 |
30689
|
sandro.lab
|
<version>1.0.0</version>
|
7 |
30690
|
sandro.lab
|
<relativePath />
|
8 |
26600
|
sandro.lab
|
</parent>
|
9 |
|
|
<modelVersion>4.0.0</modelVersion>
|
10 |
|
|
<groupId>eu.dnetlib</groupId>
|
11 |
|
|
<artifactId>dnet-msro-service</artifactId>
|
12 |
|
|
<packaging>jar</packaging>
|
13 |
40536
|
claudio.at
|
<version>3.1.3-SNAPSHOT</version>
|
14 |
30689
|
sandro.lab
|
<scm>
|
15 |
40536
|
claudio.at
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-msro-service/trunk</developerConnection>
|
16 |
30689
|
sandro.lab
|
</scm>
|
17 |
26600
|
sandro.lab
|
<dependencies>
|
18 |
|
|
<dependency>
|
19 |
|
|
<groupId>opensymphony</groupId>
|
20 |
|
|
<artifactId>quartz</artifactId>
|
21 |
|
|
<version>1.6.6</version>
|
22 |
|
|
</dependency>
|
23 |
|
|
<dependency>
|
24 |
|
|
<groupId>eu.dnetlib</groupId>
|
25 |
|
|
<artifactId>dnet-msro-service-api</artifactId>
|
26 |
30689
|
sandro.lab
|
<version>[2.0.0,3.0.0)</version>
|
27 |
26600
|
sandro.lab
|
</dependency>
|
28 |
|
|
<dependency>
|
29 |
|
|
<groupId>eu.dnetlib</groupId>
|
30 |
|
|
<artifactId>cnr-resultset-service</artifactId>
|
31 |
32639
|
michele.ar
|
<version>[2.0.0,3.0.0)</version>
|
32 |
26600
|
sandro.lab
|
</dependency>
|
33 |
|
|
<dependency>
|
34 |
|
|
<groupId>eu.dnetlib</groupId>
|
35 |
|
|
<artifactId>cnr-data-utility-cleaner-rmi</artifactId>
|
36 |
30689
|
sandro.lab
|
<version>[2.0.0,3.0.0)</version>
|
37 |
26600
|
sandro.lab
|
</dependency>
|
38 |
|
|
<dependency>
|
39 |
|
|
<groupId>eu.dnetlib</groupId>
|
40 |
|
|
<artifactId>cnr-resultset-client</artifactId>
|
41 |
32639
|
michele.ar
|
<version>[2.0.0,3.0.0)</version>
|
42 |
26600
|
sandro.lab
|
</dependency>
|
43 |
|
|
<dependency>
|
44 |
|
|
<groupId>eu.dnetlib</groupId>
|
45 |
|
|
<artifactId>dnet-download-service-rmi</artifactId>
|
46 |
33279
|
sandro.lab
|
<version>[1.1.0,2.0.0)</version>
|
47 |
26600
|
sandro.lab
|
</dependency>
|
48 |
|
|
<dependency>
|
49 |
|
|
<groupId>eu.dnetlib</groupId>
|
50 |
33833
|
michele.ar
|
<artifactId>dnet-datasource-manager-rmi</artifactId>
|
51 |
|
|
<version>[4.0.0,5.0.0)</version>
|
52 |
|
|
</dependency>
|
53 |
|
|
<dependency>
|
54 |
|
|
<groupId>eu.dnetlib</groupId>
|
55 |
26600
|
sandro.lab
|
<artifactId>cnr-blackboard-common</artifactId>
|
56 |
32639
|
michele.ar
|
<version>[2.1.0,3.0.0)</version>
|
57 |
26600
|
sandro.lab
|
</dependency>
|
58 |
|
|
<dependency>
|
59 |
|
|
<groupId>eu.dnetlib</groupId>
|
60 |
|
|
<artifactId>dnet-mongo-logging</artifactId>
|
61 |
30689
|
sandro.lab
|
<version>[1.0.0,2.0.0)</version>
|
62 |
26600
|
sandro.lab
|
</dependency>
|
63 |
|
|
<dependency>
|
64 |
|
|
<groupId>com.googlecode</groupId>
|
65 |
|
|
<artifactId>sarasvati</artifactId>
|
66 |
|
|
<version>1.0.3</version>
|
67 |
|
|
</dependency>
|
68 |
|
|
<dependency>
|
69 |
|
|
<groupId>com.googlecode</groupId>
|
70 |
|
|
<artifactId>sarasvati-visual</artifactId>
|
71 |
|
|
<version>1.0.3</version>
|
72 |
|
|
</dependency>
|
73 |
|
|
<dependency>
|
74 |
|
|
<groupId>eu.dnetlib</groupId>
|
75 |
|
|
<artifactId>dnet-modular-collector-service-rmi</artifactId>
|
76 |
33279
|
sandro.lab
|
<version>[1.3.0,2.0.0)</version>
|
77 |
26600
|
sandro.lab
|
</dependency>
|
78 |
|
|
<dependency>
|
79 |
|
|
<groupId>eu.dnetlib</groupId>
|
80 |
|
|
<artifactId>cnr-enabling-database-api</artifactId>
|
81 |
30689
|
sandro.lab
|
<version>[1.0.0,2.0.0)</version>
|
82 |
26600
|
sandro.lab
|
</dependency>
|
83 |
|
|
<dependency>
|
84 |
|
|
<groupId>eu.dnetlib</groupId>
|
85 |
|
|
<artifactId>dnet-objectstore-rmi</artifactId>
|
86 |
31819
|
sandro.lab
|
<version>[2.0.0,3.0.0)</version>
|
87 |
26600
|
sandro.lab
|
</dependency>
|
88 |
|
|
<dependency>
|
89 |
|
|
<groupId>eu.dnetlib</groupId>
|
90 |
|
|
<artifactId>dnet-data-transformation-service-rmi</artifactId>
|
91 |
30689
|
sandro.lab
|
<version>[1.0.0,2.0.0)</version>
|
92 |
26600
|
sandro.lab
|
</dependency>
|
93 |
|
|
<dependency>
|
94 |
30689
|
sandro.lab
|
<groupId>eu.dnetlib</groupId>
|
95 |
32877
|
michele.ar
|
<artifactId>dnet-data-provision-rmi</artifactId>
|
96 |
|
|
<version>[1.0.0,2.0.0)</version>
|
97 |
|
|
</dependency>
|
98 |
|
|
<dependency>
|
99 |
|
|
<groupId>eu.dnetlib</groupId>
|
100 |
30689
|
sandro.lab
|
<artifactId>dnet-runtime</artifactId>
|
101 |
|
|
<version>[1.0.0,2.0.0)</version>
|
102 |
|
|
</dependency>
|
103 |
|
|
<dependency>
|
104 |
26600
|
sandro.lab
|
<groupId>javax.mail</groupId>
|
105 |
|
|
<artifactId>mail</artifactId>
|
106 |
|
|
<version>1.4</version>
|
107 |
|
|
</dependency>
|
108 |
|
|
<dependency>
|
109 |
|
|
<groupId>org.codehaus.groovy</groupId>
|
110 |
|
|
<artifactId>groovy-all</artifactId>
|
111 |
|
|
<version>2.1.6</version>
|
112 |
|
|
</dependency>
|
113 |
|
|
<dependency>
|
114 |
|
|
<groupId>junit</groupId>
|
115 |
|
|
<artifactId>junit</artifactId>
|
116 |
|
|
<version>${junit.version}</version>
|
117 |
|
|
<scope>test</scope>
|
118 |
|
|
</dependency>
|
119 |
31406
|
sandro.lab
|
<dependency>
|
120 |
|
|
<groupId>joda-time</groupId>
|
121 |
|
|
<artifactId>joda-time</artifactId>
|
122 |
|
|
<version>2.3</version>
|
123 |
|
|
</dependency>
|
124 |
26600
|
sandro.lab
|
</dependencies>
|
125 |
|
|
|
126 |
|
|
<properties>
|
127 |
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
128 |
|
|
</properties>
|
129 |
|
|
|
130 |
|
|
</project>
|