Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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/>
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>3.0.12-SNAPSHOT</version>
15
    <scm>
16
        <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-msro-service/trunk</developerConnection>
17
    </scm>
18
    <dependencies>
19
        <dependency>
20
            <groupId>opensymphony</groupId>
21
            <artifactId>quartz</artifactId>
22
            <version>1.6.6</version>
23
        </dependency>
24
        <dependency>
25
            <groupId>eu.dnetlib</groupId>
26
            <artifactId>dnet-msro-service-api</artifactId>
27
            <version>[2.0.0,3.0.0)</version>
28
        </dependency>
29
        <dependency>
30
            <groupId>eu.dnetlib</groupId>
31
            <artifactId>cnr-resultset-service</artifactId>
32
            <version>[2.0.0,3.0.0)</version>
33
        </dependency>
34
        <dependency>
35
            <groupId>eu.dnetlib</groupId>
36
            <artifactId>cnr-data-utility-cleaner-rmi</artifactId>
37
            <version>[2.0.0,3.0.0)</version>
38
        </dependency>
39
        <dependency>
40
            <groupId>eu.dnetlib</groupId>
41
            <artifactId>cnr-resultset-client</artifactId>
42
            <version>[2.0.0,3.0.0)</version>
43
        </dependency>
44
        <dependency>
45
            <groupId>eu.dnetlib</groupId>
46
            <artifactId>dnet-download-service-rmi</artifactId>
47
            <version>[1.1.0,2.0.0)</version>
48
        </dependency>
49
        <dependency>
50
            <groupId>eu.dnetlib</groupId>
51
            <artifactId>dnet-datasource-manager-rmi</artifactId>
52
            <version>[4.0.0,5.0.0)</version>
53
        </dependency>
54
        <dependency>
55
            <groupId>eu.dnetlib</groupId>
56
            <artifactId>cnr-blackboard-common</artifactId>
57
            <version>[2.1.0,3.0.0)</version>
58
        </dependency>
59
        <dependency>
60
            <groupId>eu.dnetlib</groupId>
61
            <artifactId>dnet-mongo-logging</artifactId>
62
            <version>[1.0.0,2.0.0)</version>
63
        </dependency>
64
        <dependency>
65
            <groupId>eu.dnetlib</groupId>
66
            <artifactId>dnet-modular-collector-service-rmi</artifactId>
67
            <version>[1.3.0,2.0.0)</version>
68
        </dependency>
69
        <dependency>
70
            <groupId>eu.dnetlib</groupId>
71
            <artifactId>cnr-enabling-database-api</artifactId>
72
            <version>[1.0.0,2.0.0)</version>
73
        </dependency>
74
        <dependency>
75
            <groupId>eu.dnetlib</groupId>
76
            <artifactId>dnet-objectstore-rmi</artifactId>
77
            <version>[2.0.0,3.0.0)</version>
78
        </dependency>
79
        <dependency>
80
            <groupId>eu.dnetlib</groupId>
81
            <artifactId>dnet-data-transformation-service-rmi</artifactId>
82
            <version>[1.0.0,2.0.0)</version>
83
        </dependency>
84
        <dependency>
85
            <groupId>eu.dnetlib</groupId>
86
            <artifactId>dnet-data-provision-rmi</artifactId>
87
            <version>[1.0.0,2.0.0)</version>
88
        </dependency>
89
        <dependency>
90
            <groupId>eu.dnetlib</groupId>
91
            <artifactId>dnet-runtime</artifactId>
92
            <version>[1.0.0,2.0.0)</version>
93
        </dependency>
94
        <dependency>
95
            <groupId>javax.mail</groupId>
96
            <artifactId>mail</artifactId>
97
            <version>1.4</version>
98
        </dependency>
99
        <dependency>
100
            <groupId>org.codehaus.groovy</groupId>
101
            <artifactId>groovy-all</artifactId>
102
            <version>2.1.6</version>
103
        </dependency>
104
        <dependency>
105
            <groupId>junit</groupId>
106
            <artifactId>junit</artifactId>
107
            <version>${junit.version}</version>
108
            <scope>test</scope>
109
        </dependency>
110
        <dependency>
111
            <groupId>joda-time</groupId>
112
            <artifactId>joda-time</artifactId>
113
            <version>2.3</version>
114
        </dependency>
115
    </dependencies>
116

    
117
    <properties>
118
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
119
    </properties>
120

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