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>dnet45-container-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-container-openaireplus</artifactId>
|
13
|
<packaging>war</packaging>
|
14
|
<version>4.0.0-SNAPSHOT</version>
|
15
|
|
16
|
<dependencies>
|
17
|
|
18
|
<dependency>
|
19
|
<groupId>eu.dnetlib</groupId>
|
20
|
<artifactId>dnet-objectStore-ui</artifactId>
|
21
|
<version>[2.0.0-SNAPSHOT,3.0.0)</version>
|
22
|
</dependency>
|
23
|
|
24
|
<!-- Common components in every container -->
|
25
|
<dependency>
|
26
|
<groupId>eu.dnetlib</groupId>
|
27
|
<artifactId>cnr-log4j-inspector</artifactId>
|
28
|
<version>1.0.2-SNAPSHOT</version>
|
29
|
<exclusions>
|
30
|
<exclusion>
|
31
|
<groupId>eu.dnetlib</groupId>
|
32
|
<artifactId>cnr-log4j-management</artifactId>
|
33
|
</exclusion>
|
34
|
</exclusions>
|
35
|
</dependency>
|
36
|
<dependency>
|
37
|
<groupId>eu.dnetlib</groupId>
|
38
|
<artifactId>cnr-log4j-management</artifactId>
|
39
|
<version>1.0.2-SNAPSHOT</version>
|
40
|
</dependency>
|
41
|
<dependency>
|
42
|
<groupId>eu.dnetlib</groupId>
|
43
|
<artifactId>dnet-schemas</artifactId>
|
44
|
<version>[1.0.0,2.0.0)</version>
|
45
|
</dependency>
|
46
|
|
47
|
<!-- Common services in every container -->
|
48
|
<dependency>
|
49
|
<groupId>eu.dnetlib</groupId>
|
50
|
<artifactId>cnr-enabling-hnm-service</artifactId>
|
51
|
<version>[2.0.0,3.0.0)</version>
|
52
|
</dependency>
|
53
|
<dependency>
|
54
|
<groupId>eu.dnetlib</groupId>
|
55
|
<artifactId>cnr-enabling-hcm-service</artifactId>
|
56
|
<version>[2.0.0,3.0.0)</version>
|
57
|
</dependency>
|
58
|
|
59
|
<!-- Enabling services service -->
|
60
|
<dependency>
|
61
|
<groupId>eu.dnetlib</groupId>
|
62
|
<artifactId>cnr-enabling-services</artifactId>
|
63
|
<version>[2.0.0,3.0.0)</version>
|
64
|
<exclusions>
|
65
|
<exclusion>
|
66
|
<groupId>apache</groupId>
|
67
|
<artifactId>commons-pool</artifactId>
|
68
|
</exclusion>
|
69
|
</exclusions>
|
70
|
</dependency>
|
71
|
<dependency>
|
72
|
<groupId>eu.dnetlib</groupId>
|
73
|
<artifactId>cnr-enabling-inspector</artifactId>
|
74
|
<version>[2.0.0,3.0.0)</version>
|
75
|
</dependency>
|
76
|
<dependency>
|
77
|
<groupId>eu.dnetlib</groupId>
|
78
|
<artifactId>cnr-resultset-inspector</artifactId>
|
79
|
<version>[2.0.0,3.0.0)</version>
|
80
|
</dependency>
|
81
|
|
82
|
<!-- Manager Service Resource Orchestration (required for workflows) -->
|
83
|
<dependency>
|
84
|
<groupId>eu.dnetlib</groupId>
|
85
|
<artifactId>dnet-msro-service</artifactId>
|
86
|
<version>[4.0.0,5.0.0)</version>
|
87
|
</dependency>
|
88
|
<dependency>
|
89
|
<groupId>eu.dnetlib</groupId>
|
90
|
<artifactId>dnet-mongo-logging</artifactId>
|
91
|
<version>[2.0.0,3.0.0)</version>
|
92
|
</dependency>
|
93
|
|
94
|
<!-- Modular User Interfaces -->
|
95
|
<dependency>
|
96
|
<groupId>eu.dnetlib</groupId>
|
97
|
<artifactId>dnet-modular-ui</artifactId>
|
98
|
<version>[3.0.0,4.0.0)</version>
|
99
|
</dependency>
|
100
|
<dependency>
|
101
|
<groupId>eu.dnetlib</groupId>
|
102
|
<artifactId>dnet-modular-workflows-ui</artifactId>
|
103
|
<version>[5.0.0,6.0.0)</version>
|
104
|
</dependency>
|
105
|
<dependency>
|
106
|
<groupId>eu.dnetlib</groupId>
|
107
|
<artifactId>dnet-modular-is-ui</artifactId>
|
108
|
<version>[2.0.1,3.0.0)</version>
|
109
|
</dependency>
|
110
|
<dependency>
|
111
|
<groupId>eu.dnetlib</groupId>
|
112
|
<artifactId>dnet-modular-repositories-ui</artifactId>
|
113
|
<version>[5.0.0,6.0.0)</version>
|
114
|
</dependency>
|
115
|
<dependency>
|
116
|
<groupId>eu.dnetlib</groupId>
|
117
|
<artifactId>dnet-modular-oai-explorer-ui</artifactId>
|
118
|
<version>[2.0.0,3.0.0)</version>
|
119
|
</dependency>
|
120
|
<dependency>
|
121
|
<groupId>eu.dnetlib</groupId>
|
122
|
<artifactId>dnet-oai-modular-ui</artifactId>
|
123
|
<version>[3.0.0,4.0.0)</version>
|
124
|
</dependency>
|
125
|
<dependency>
|
126
|
<groupId>eu.dnetlib</groupId>
|
127
|
<artifactId>dnet-modular-vocabularies-ui</artifactId>
|
128
|
<version>[2.0.1,3.0.0)</version>
|
129
|
</dependency>
|
130
|
<dependency>
|
131
|
<groupId>eu.dnetlib</groupId>
|
132
|
<artifactId>dnet-modular-cleaning-rules-ui</artifactId>
|
133
|
<version>[2.0.0,3.0.0)</version>
|
134
|
</dependency>
|
135
|
<dependency>
|
136
|
<groupId>eu.dnetlib</groupId>
|
137
|
<artifactId>dnet-modular-database-ui</artifactId>
|
138
|
<version>[2.0.0,3.0.0)</version>
|
139
|
</dependency>
|
140
|
<dependency>
|
141
|
<groupId>eu.dnetlib</groupId>
|
142
|
<artifactId>dnet-modular-index-ui</artifactId>
|
143
|
<version>[2.0.8,3.0.0)</version>
|
144
|
</dependency>
|
145
|
|
146
|
<!-- Aggregation services -->
|
147
|
<dependency>
|
148
|
<groupId>eu.dnetlib</groupId>
|
149
|
<artifactId>cnr-mongo-mdstore</artifactId>
|
150
|
<version>[7.0.0,8.0.0)</version>
|
151
|
</dependency>
|
152
|
<dependency>
|
153
|
<groupId>eu.dnetlib</groupId>
|
154
|
<artifactId>dnet-modular-collector-service</artifactId>
|
155
|
<version>[3.0.0,4.0.0)</version>
|
156
|
</dependency>
|
157
|
|
158
|
<dependency>
|
159
|
<groupId>eu.dnetlib</groupId>
|
160
|
<artifactId>dnet-s3-objectStore</artifactId>
|
161
|
<version>[2.0.0,3.0.0)</version>
|
162
|
</dependency>
|
163
|
|
164
|
<dependency>
|
165
|
<groupId>eu.dnetlib</groupId>
|
166
|
<artifactId>dnet-data-transformation-service</artifactId>
|
167
|
<version>[4.0.0,5.0.0)</version>
|
168
|
</dependency>
|
169
|
|
170
|
<dependency>
|
171
|
<groupId>eu.dnetlib</groupId>
|
172
|
<artifactId>cnr-enabling-database-service</artifactId>
|
173
|
<version>[3.0.0,4.0.0)</version>
|
174
|
</dependency>
|
175
|
<dependency>
|
176
|
<groupId>eu.dnetlib</groupId>
|
177
|
<artifactId>dnet-openaireplus-profiles</artifactId>
|
178
|
<version>[1.0.0,2.0.0)</version>
|
179
|
</dependency>
|
180
|
<dependency>
|
181
|
<groupId>eu.dnetlib</groupId>
|
182
|
<artifactId>cnr-data-utility-cleaner-service</artifactId>
|
183
|
<version>[3.0.0,4.0.0)</version>
|
184
|
</dependency>
|
185
|
<dependency>
|
186
|
<groupId>eu.dnetlib</groupId>
|
187
|
<artifactId>dnet-openaireplus-workflows</artifactId>
|
188
|
<version>[8.0.0,9.0.0)</version>
|
189
|
</dependency>
|
190
|
|
191
|
<dependency>
|
192
|
<groupId>eu.dnetlib</groupId>
|
193
|
<artifactId>dnet-deduplication</artifactId>
|
194
|
<version>[2.0.0,3.0.0)</version>
|
195
|
<exclusions>
|
196
|
<exclusion>
|
197
|
<groupId>eu.dnetlib</groupId>
|
198
|
<artifactId>dnet-openaireplus-mapping-utils</artifactId>
|
199
|
</exclusion>
|
200
|
</exclusions>
|
201
|
</dependency>
|
202
|
<dependency>
|
203
|
<groupId>eu.dnetlib</groupId>
|
204
|
<artifactId>dnet-hadoop-service</artifactId>
|
205
|
<version>[2.0.0,3.0.0)</version>
|
206
|
<exclusions>
|
207
|
<exclusion>
|
208
|
<groupId>org.jruby</groupId>
|
209
|
<artifactId>jruby-complete</artifactId>
|
210
|
</exclusion>
|
211
|
<exclusion>
|
212
|
<groupId>org.apache.httpcomponents</groupId>
|
213
|
<artifactId>httpclient</artifactId>
|
214
|
</exclusion>
|
215
|
</exclusions>
|
216
|
</dependency>
|
217
|
<dependency>
|
218
|
<groupId>eu.dnetlib</groupId>
|
219
|
<artifactId>dnet-actionmanager-service</artifactId>
|
220
|
<version>[5.0.0,6.0.0)</version>
|
221
|
<exclusions>
|
222
|
<exclusion>
|
223
|
<groupId>eu.dnetlib</groupId>
|
224
|
<artifactId>dnet-openaireplus-mapping-utils</artifactId>
|
225
|
</exclusion>
|
226
|
</exclusions>
|
227
|
</dependency>
|
228
|
<dependency>
|
229
|
<groupId>eu.dnetlib</groupId>
|
230
|
<artifactId>dnet-download-service</artifactId>
|
231
|
<version>[2.0.0,3.0.0)</version>
|
232
|
</dependency>
|
233
|
<dependency>
|
234
|
<groupId>eu.dnetlib</groupId>
|
235
|
<artifactId>dnet-download-plugins</artifactId>
|
236
|
<version>[2.0.0,3.0.0)</version>
|
237
|
</dependency>
|
238
|
|
239
|
<dependency>
|
240
|
<groupId>eu.dnetlib</groupId>
|
241
|
<artifactId>cnr-inspector-security</artifactId>
|
242
|
<version>[1.0.0,2.0.0)</version>
|
243
|
</dependency>
|
244
|
<dependency>
|
245
|
<groupId>eu.dnetlib</groupId>
|
246
|
<artifactId>dnet-webapp-monitoring</artifactId>
|
247
|
<version>[1.0.0,2.0.0)</version>
|
248
|
</dependency>
|
249
|
|
250
|
<dependency>
|
251
|
<groupId>eu.dnetlib</groupId>
|
252
|
<artifactId>dnet-openaire-blacklist</artifactId>
|
253
|
<version>[2.0.0,3.0.0)</version>
|
254
|
<exclusions>
|
255
|
<exclusion>
|
256
|
<groupId>eu.dnetlib</groupId>
|
257
|
<artifactId>dnet-openaireplus-mapping-utils</artifactId>
|
258
|
</exclusion>
|
259
|
</exclusions>
|
260
|
</dependency>
|
261
|
|
262
|
<dependency>
|
263
|
<groupId>eu.dnetlib</groupId>
|
264
|
<artifactId>dnet-modular-mdstore-ui</artifactId>
|
265
|
<version>[2.0.0,3.0.0)</version>
|
266
|
</dependency>
|
267
|
|
268
|
<dependency>
|
269
|
<groupId>xerces</groupId>
|
270
|
<artifactId>xercesImpl</artifactId>
|
271
|
<version>2.11.0</version>
|
272
|
<scope>compile</scope>
|
273
|
</dependency>
|
274
|
|
275
|
<dependency>
|
276
|
<groupId>eu.dnetlib</groupId>
|
277
|
<artifactId>dnet-mapreduce-jobs</artifactId>
|
278
|
<version>[1.1.11-solr75-SNAPSHOT]</version>
|
279
|
<exclusions>
|
280
|
<exclusion>
|
281
|
<groupId>eu.dnetlib</groupId>
|
282
|
<artifactId>dnet-openaireplus-mapping-utils</artifactId>
|
283
|
</exclusion>
|
284
|
</exclusions>
|
285
|
</dependency>
|
286
|
|
287
|
<dependency>
|
288
|
<groupId>javax.servlet</groupId>
|
289
|
<artifactId>javax.servlet-api</artifactId>
|
290
|
<version>${javax.servlet.version}</version>
|
291
|
<scope>provided</scope>
|
292
|
</dependency>
|
293
|
|
294
|
<!-- SWAGGER -->
|
295
|
<dependency>
|
296
|
<groupId>com.fasterxml.jackson.datatype</groupId>
|
297
|
<artifactId>jackson-datatype-joda</artifactId>
|
298
|
<version>2.6.6</version>
|
299
|
<exclusions>
|
300
|
<exclusion>
|
301
|
<groupId>com.fasterxml.jackson.core</groupId>
|
302
|
<artifactId>jackson-annotations</artifactId>
|
303
|
</exclusion>
|
304
|
</exclusions>
|
305
|
</dependency>
|
306
|
<dependency>
|
307
|
<groupId>joda-time</groupId>
|
308
|
<artifactId>joda-time</artifactId>
|
309
|
<version>2.8.2</version>
|
310
|
</dependency>
|
311
|
|
312
|
<dependency>
|
313
|
<groupId>io.springfox</groupId>
|
314
|
<artifactId>springfox-swagger2</artifactId>
|
315
|
<version>${springfox-version}</version>
|
316
|
</dependency>
|
317
|
<dependency>
|
318
|
<groupId>io.springfox</groupId>
|
319
|
<artifactId>springfox-swagger-ui</artifactId>
|
320
|
<version>${springfox-version}</version>
|
321
|
</dependency>
|
322
|
|
323
|
<dependency>
|
324
|
<groupId>org.hibernate</groupId>
|
325
|
<artifactId>hibernate-validator</artifactId>
|
326
|
<version>5.2.4.Final</version>
|
327
|
</dependency>
|
328
|
|
329
|
</dependencies>
|
330
|
|
331
|
<properties>
|
332
|
<springfox-version>2.5.0</springfox-version>
|
333
|
|
334
|
</properties>
|
335
|
|
336
|
</project>
|