Project

General

Profile

1
<?xml version="1.0" ?>
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-SNAPSHOT</version>
7
        <relativePath />
8
    </parent>
9
    <modelVersion>4.0.0</modelVersion>
10
    <groupId>eu.dnetlib</groupId>
11
    <artifactId>dnet-openaireplus-workflows</artifactId>
12
    <packaging>jar</packaging>
13
    <version>6.0.5-SNAPSHOT</version>
14
    <scm>
15
        <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-openaireplus-workflows/trunk</developerConnection>
16
    </scm>
17
    <repositories>
18
        <repository>
19
            <id>dfm-releases</id>
20
            <url>http://maven.research-infrastructures.eu/nexus/content/repositories/dfm-releases</url>
21
        </repository>
22
        <repository>
23
            <id>dfm-snapshots</id>
24
            <url>http://maven.research-infrastructures.eu/nexus/content/repositories/dfm-snapshots</url>
25
        </repository>
26
    </repositories>
27
    <dependencies>
28
        <dependency>
29
            <groupId>eu.dnetlib</groupId>
30
            <artifactId>cnr-data-flow-monitoring-core</artifactId>
31
            <version>[2.0.0,3.0.0)</version>
32
            <exclusions>
33
                <exclusion>
34
                    <artifactId>wstx-asl</artifactId>
35
                    <groupId>org.codehaus.woodstox</groupId>
36
                </exclusion>
37
            </exclusions>
38
        </dependency>
39
        <dependency>
40
            <groupId>eu.dnetlib</groupId>
41
            <artifactId>cnr-enabling-database-api</artifactId>
42
            <version>[2.0.0,3.0.0)</version>
43
        </dependency>
44
        <dependency>
45
            <groupId>eu.dnetlib</groupId>
46
            <artifactId>cnr-enabling-database-service</artifactId>
47
            <version>[3.0.0,4.0.0)</version>
48
        </dependency>
49
        <dependency>
50
            <groupId>eu.dnetlib</groupId>
51
            <artifactId>dnet-msro-service</artifactId>
52
            <version>[3.0.0,4.0.0)</version>
53
        </dependency>
54
        <dependency>
55
            <groupId>eu.dnetlib</groupId>
56
            <artifactId>cnr-resultset-service</artifactId>
57
            <version>[2.0.0,3.0.0)</version>
58
        </dependency>
59
        <dependency>
60
            <groupId>eu.dnetlib</groupId>
61
            <artifactId>dnet-openaireplus-datasource-manager-service</artifactId>
62
            <version>[5.0.0,6.0.0)</version>
63
        </dependency>
64
        <dependency>
65
            <groupId>eu.dnetlib</groupId>
66
            <artifactId>dnet-openaireplus-mapping-utils</artifactId>
67
            <version>[6.0.0,7.0.0)</version>
68
        </dependency>
69
        <dependency>
70
            <groupId>eu.dnetlib</groupId>
71
            <artifactId>dnet-hadoop-service-rmi</artifactId>
72
            <version>[1.0.0,2.0.0)</version>
73
        </dependency>
74
        <dependency>
75
            <groupId>eu.dnetlib</groupId>
76
            <artifactId>dnet-index-solr-common</artifactId>
77
            <version>[1.0.0,2.0.0)</version>
78
        </dependency>
79
        <dependency>
80
            <groupId>eu.dnetlib</groupId>
81
            <artifactId>dnet-collector-plugins</artifactId>
82
            <version>[1.0.0,2.0.0)</version>
83
        </dependency>
84

    
85
        <dependency>
86
            <groupId>eu.dnetlib</groupId>
87
            <artifactId>dnet-actionmanager-api</artifactId>
88
            <version>[4.0.0,5.0.0)</version>
89
        </dependency>
90

    
91
        <dependency>
92
            <groupId>eu.dnetlib</groupId>
93
            <artifactId>dnet-oai-common-workflows</artifactId>
94
            <version>[5.0.0-SNAPSHOT,6.0.0)</version>
95
        </dependency>
96

    
97
        <dependency>
98
            <groupId>eu.dnetlib</groupId>
99
            <artifactId>dnet-index-solr-client</artifactId>
100
            <version>[2.0.0,2.9.9)</version>
101
        </dependency>
102

    
103
        <dependency>
104
            <groupId>eu.dnetlib</groupId>
105
            <artifactId>dnet-validator-workflows</artifactId>
106
            <version>[1.0.0,2.0.0)</version>
107
        </dependency>
108

    
109
        <dependency>
110
            <groupId>eu.dnetlib</groupId>
111
            <artifactId>dnet-deduplication</artifactId>
112
            <version>[1.0.0,2.0.0)</version>
113
        </dependency>
114

    
115
        <!-- modular ui and servlet api are here because of the stats controller -->
116
        <dependency>
117
            <groupId>eu.dnetlib</groupId>
118
            <artifactId>dnet-modular-vocabularies-ui</artifactId>
119
            <version>[2.0.0,3.0.0)</version>
120
        </dependency>
121

    
122
        <dependency>
123
            <groupId>org.apache.velocity</groupId>
124
            <artifactId>velocity</artifactId>
125
            <version>1.7</version>
126
            <exclusions>
127
                <exclusion>
128
                    <artifactId>antlr</artifactId>
129
                    <groupId>antlr</groupId>
130
                </exclusion>
131
            </exclusions>
132
        </dependency>
133
        <dependency>
134
            <groupId>org.apache.velocity</groupId>
135
            <artifactId>velocity-tools</artifactId>
136
            <version>2.0</version>
137
            <exclusions>
138
                <exclusion>
139
                    <artifactId>antlr</artifactId>
140
                    <groupId>antlr</groupId>
141
                </exclusion>
142
            </exclusions>
143
        </dependency>
144
        <dependency>
145
            <groupId>javax.servlet</groupId>
146
            <artifactId>javax.servlet-api</artifactId>
147
            <version>${javax.servlet.version}</version>
148
            <scope>provided</scope>
149
        </dependency>
150
        <dependency>
151
            <groupId>junit</groupId>
152
            <artifactId>junit</artifactId>
153
            <version>${junit.version}</version>
154
            <scope>test</scope>
155
        </dependency>
156
 		<dependency>
157
			<groupId>eu.dnetlib</groupId>
158
			<artifactId>dnet-openaireplus-profiles</artifactId>
159
			<version>[1.0.0,2.0.0)</version>
160
			<scope>test</scope>
161
		</dependency>
162
        <dependency>
163
            <groupId>org.mockito</groupId>
164
            <artifactId>mockito-core</artifactId>
165
            <version>1.9.5</version>
166
        </dependency>
167
        <dependency>
168
            <groupId>org.springframework</groupId>
169
            <artifactId>spring-jdbc</artifactId>
170
            <version>${spring.version}</version>
171
        </dependency>
172
	    <dependency>
173
		    <groupId>org.apache.commons</groupId>
174
		    <artifactId>commons-dbcp2</artifactId>
175
		    <version>2.1.1</version>
176
	    </dependency>
177
    </dependencies>
178

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