Project

General

Profile

1
<?xml version="1.0" ?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0"
3
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5
	<parent>
6
		<groupId>eu.dnetlib</groupId>
7
		<artifactId>dnet45-parent</artifactId>
8
		<version>1.0.0-SNAPSHOT</version>
9
		<relativePath />
10
	</parent>
11
	<modelVersion>4.0.0</modelVersion>
12
	<groupId>eu.dnetlib</groupId>
13
	<artifactId>dnet-openaireplus-workflows</artifactId>
14
	<packaging>jar</packaging>
15
	<version>7.0.0-hadoop-SNAPSHOT</version>
16

    
17
	<scm>
18
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-openaireplus-workflows/branches/solr75</developerConnection>
19
	</scm>
20
	<dependencies>
21
		<dependency>
22
			<groupId>eu.dnetlib</groupId>
23
			<artifactId>cnr-data-flow-monitoring-core</artifactId>
24
			<version>[2.0.0,3.0.0)</version>
25
			<exclusions>
26
				<exclusion>
27
					<artifactId>wstx-asl</artifactId>
28
					<groupId>org.codehaus.woodstox</groupId>
29
				</exclusion>
30
			</exclusions>
31
		</dependency>
32
		<dependency>
33
			<groupId>eu.dnetlib</groupId>
34
			<artifactId>cnr-enabling-database-api</artifactId>
35
			<version>[2.0.0,3.0.0)</version>
36
		</dependency>
37
		<dependency>
38
			<groupId>eu.dnetlib</groupId>
39
			<artifactId>cnr-enabling-database-service</artifactId>
40
			<version>[3.0.0,4.0.0)</version>
41
		</dependency>
42
		<dependency>
43
			<groupId>eu.dnetlib</groupId>
44
			<artifactId>dnet-msro-service</artifactId>
45
			<version>[3.0.0,4.0.0)</version>
46
		</dependency>
47
		<dependency>
48
			<groupId>eu.dnetlib</groupId>
49
			<artifactId>cnr-resultset-service</artifactId>
50
			<version>[2.0.0,3.0.0)</version>
51
		</dependency>
52
		<dependency>
53
			<groupId>eu.dnetlib</groupId>
54
			<artifactId>dnet-openaire-datasource-manager</artifactId>
55
			<version>[1.0.0-SNAPSHOT,2.0.0)</version>
56
		</dependency>
57
		<dependency>
58
			<groupId>eu.dnetlib</groupId>
59
			<artifactId>dnet-openaireplus-mapping-utils</artifactId>
60
			<version>[6.3.24,7.0.0)</version>
61
		</dependency>
62
		<dependency>
63
			<groupId>eu.dnetlib</groupId>
64
			<artifactId>dnet-hadoop-service-rmi</artifactId>
65
			<version>[1.0.0,2.0.0)</version>
66
		</dependency>
67

    
68
		<dependency>
69
			<groupId>eu.dnetlib</groupId>
70
			<artifactId>dnet-collector-plugins</artifactId>
71
			<version>[1.0.0,2.0.0)</version>
72
		</dependency>
73

    
74
		<dependency>
75
			<groupId>eu.dnetlib</groupId>
76
			<artifactId>dnet-actionmanager-api</artifactId>
77
			<version>[4.0.0,5.0.0)</version>
78
		</dependency>
79

    
80
		<dependency>
81
			<groupId>eu.dnetlib</groupId>
82
			<artifactId>dnet-oai-common-workflows</artifactId>
83
			<version>[5.0.0,6.0.0)</version>
84
		</dependency>
85

    
86
		<dependency>
87
			<groupId>eu.dnetlib</groupId>
88
			<artifactId>cnr-mongo-mdstore</artifactId>
89
			<version>[6.0.0,7.0.0)</version>
90
			<scope>provided</scope>
91
		</dependency>
92

    
93
		<dependency>
94
			<groupId>eu.dnetlib</groupId>
95
			<artifactId>dnet-modular-objectstore-service</artifactId>
96
			<version>[4.2.1,5.0.0)</version>
97
			<scope>provided</scope>
98
		</dependency>
99

    
100
		<dependency>
101
			<groupId>eu.dnetlib</groupId>
102
			<artifactId>dnet-index-client</artifactId>
103
			<version>[2.3.4,3.0.0)</version>
104
		</dependency>
105

    
106
		<dependency>
107
			<groupId>eu.dnetlib</groupId>
108
			<artifactId>dnet-validator-workflows</artifactId>
109
			<version>[1.0.0,2.0.0)</version>
110
		</dependency>
111

    
112
		<dependency>
113
			<groupId>eu.dnetlib</groupId>
114
			<artifactId>dnet-deduplication</artifactId>
115
			<version>[1.6.7,2.0.0)</version>
116
		</dependency>
117

    
118
		<!-- modular ui and servlet api are here because of the stats controller -->
119
		<dependency>
120
			<groupId>eu.dnetlib</groupId>
121
			<artifactId>dnet-directindex-api</artifactId>
122
			<version>[2.1.13,3.0.0)</version>
123
		</dependency>
124

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

    
181
		<dependency>
182
			<groupId>eu.dnetlib</groupId>
183
			<artifactId>cnr-misc-utils</artifactId>
184
			<version>[1.0.5, 2.0.0)</version>
185
		</dependency>
186

    
187
		<!-- Hadoop modules -->
188
		<dependency>
189
			<groupId>eu.dnetlib.dhp</groupId>
190
			<artifactId>dhp-common</artifactId>
191
			<version>1.0.0-SNAPSHOT</version>
192
		</dependency>
193
	</dependencies>
194

    
195
	<properties>
196
		<springfox-version>2.5.0</springfox-version>
197
	</properties>
198
</project>
(2-2/2)