1 |
26600
|
sandro.lab
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
39737
|
claudio.at
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
|
3 |
40348
|
alessia.ba
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
4 |
26600
|
sandro.lab
|
<parent>
|
5 |
|
|
<groupId>eu.dnetlib</groupId>
|
6 |
46772
|
claudio.at
|
<artifactId>dnet45-container-parent</artifactId>
|
7 |
48155
|
claudio.at
|
<version>1.0.0-SNAPSHOT</version>
|
8 |
34667
|
alessia.ba
|
<relativePath></relativePath>
|
9 |
26600
|
sandro.lab
|
</parent>
|
10 |
|
|
<modelVersion>4.0.0</modelVersion>
|
11 |
|
|
<groupId>eu.dnetlib</groupId>
|
12 |
|
|
<artifactId>dnet-container-openaireplus</artifactId>
|
13 |
|
|
<packaging>war</packaging>
|
14 |
40060
|
sandro.lab
|
<version>3.0.0-SNAPSHOT</version>
|
15 |
26600
|
sandro.lab
|
<dependencies>
|
16 |
|
|
|
17 |
40060
|
sandro.lab
|
|
18 |
|
|
<dependency>
|
19 |
|
|
<groupId>eu.dnetlib</groupId>
|
20 |
|
|
<artifactId>dnet-objectStore-ui</artifactId>
|
21 |
|
|
<version>[1.0.0,2.0.0)</version>
|
22 |
|
|
</dependency>
|
23 |
|
|
|
24 |
|
|
|
25 |
26600
|
sandro.lab
|
<!-- Common components in every container -->
|
26 |
|
|
<dependency>
|
27 |
|
|
<groupId>eu.dnetlib</groupId>
|
28 |
|
|
<artifactId>cnr-log4j-inspector</artifactId>
|
29 |
30762
|
sandro.lab
|
<version>[1.0.0,2.0.0)</version>
|
30 |
26600
|
sandro.lab
|
</dependency>
|
31 |
|
|
<dependency>
|
32 |
|
|
<groupId>eu.dnetlib</groupId>
|
33 |
|
|
<artifactId>dnet-schemas</artifactId>
|
34 |
30762
|
sandro.lab
|
<version>[1.0.0,2.0.0)</version>
|
35 |
26600
|
sandro.lab
|
</dependency>
|
36 |
|
|
|
37 |
|
|
<!-- Common services in every container -->
|
38 |
|
|
<dependency>
|
39 |
|
|
<groupId>eu.dnetlib</groupId>
|
40 |
|
|
<artifactId>cnr-enabling-hnm-service</artifactId>
|
41 |
32817
|
claudio.at
|
<version>[2.0.0,3.0.0)</version>
|
42 |
26600
|
sandro.lab
|
</dependency>
|
43 |
|
|
<dependency>
|
44 |
|
|
<groupId>eu.dnetlib</groupId>
|
45 |
|
|
<artifactId>cnr-enabling-hcm-service</artifactId>
|
46 |
32817
|
claudio.at
|
<version>[2.0.0,3.0.0)</version>
|
47 |
26600
|
sandro.lab
|
</dependency>
|
48 |
|
|
|
49 |
|
|
<!-- Enabling services service -->
|
50 |
|
|
<dependency>
|
51 |
|
|
<groupId>eu.dnetlib</groupId>
|
52 |
28167
|
claudio.at
|
<artifactId>cnr-enabling-services</artifactId>
|
53 |
32817
|
claudio.at
|
<version>[2.0.0,3.0.0)</version>
|
54 |
33871
|
claudio.at
|
<exclusions>
|
55 |
|
|
<exclusion>
|
56 |
|
|
<groupId>apache</groupId>
|
57 |
|
|
<artifactId>commons-pool</artifactId>
|
58 |
50482
|
claudio.at
|
</exclusion>
|
59 |
33871
|
claudio.at
|
</exclusions>
|
60 |
26600
|
sandro.lab
|
</dependency>
|
61 |
|
|
<dependency>
|
62 |
|
|
<groupId>eu.dnetlib</groupId>
|
63 |
28167
|
claudio.at
|
<artifactId>cnr-enabling-inspector</artifactId>
|
64 |
32817
|
claudio.at
|
<version>[2.0.0,3.0.0)</version>
|
65 |
26600
|
sandro.lab
|
</dependency>
|
66 |
28853
|
claudio.at
|
<dependency>
|
67 |
|
|
<groupId>eu.dnetlib</groupId>
|
68 |
|
|
<artifactId>cnr-resultset-inspector</artifactId>
|
69 |
32817
|
claudio.at
|
<version>[2.0.0,3.0.0)</version>
|
70 |
28853
|
claudio.at
|
</dependency>
|
71 |
28905
|
alessia.ba
|
|
72 |
26600
|
sandro.lab
|
<!-- Manager Service Resource Orchestration (required for workflows) -->
|
73 |
|
|
<dependency>
|
74 |
|
|
<groupId>eu.dnetlib</groupId>
|
75 |
|
|
<artifactId>dnet-msro-service</artifactId>
|
76 |
34667
|
alessia.ba
|
<version>[3.0.0,4.0.0)</version>
|
77 |
26600
|
sandro.lab
|
</dependency>
|
78 |
|
|
<dependency>
|
79 |
|
|
<groupId>eu.dnetlib</groupId>
|
80 |
|
|
<artifactId>dnet-mongo-logging</artifactId>
|
81 |
42333
|
alessia.ba
|
<version>[2.0.0,3.0.0)</version>
|
82 |
26600
|
sandro.lab
|
</dependency>
|
83 |
|
|
|
84 |
|
|
<!-- Modular User Interfaces -->
|
85 |
|
|
<dependency>
|
86 |
|
|
<groupId>eu.dnetlib</groupId>
|
87 |
31341
|
claudio.at
|
<artifactId>dnet-modular-ui</artifactId>
|
88 |
32817
|
claudio.at
|
<version>[3.0.0,4.0.0)</version>
|
89 |
30183
|
sandro.lab
|
</dependency>
|
90 |
|
|
<dependency>
|
91 |
|
|
<groupId>eu.dnetlib</groupId>
|
92 |
31341
|
claudio.at
|
<artifactId>dnet-modular-workflows-ui</artifactId>
|
93 |
34667
|
alessia.ba
|
<version>[4.0.0,5.0.0)</version>
|
94 |
26600
|
sandro.lab
|
</dependency>
|
95 |
|
|
<dependency>
|
96 |
|
|
<groupId>eu.dnetlib</groupId>
|
97 |
31341
|
claudio.at
|
<artifactId>dnet-modular-is-ui</artifactId>
|
98 |
32817
|
claudio.at
|
<version>[2.0.1,3.0.0)</version>
|
99 |
26600
|
sandro.lab
|
</dependency>
|
100 |
|
|
<dependency>
|
101 |
|
|
<groupId>eu.dnetlib</groupId>
|
102 |
|
|
<artifactId>dnet-modular-repositories-ui</artifactId>
|
103 |
34667
|
alessia.ba
|
<version>[4.0.0,5.0.0)</version>
|
104 |
26600
|
sandro.lab
|
</dependency>
|
105 |
28853
|
claudio.at
|
<dependency>
|
106 |
|
|
<groupId>eu.dnetlib</groupId>
|
107 |
|
|
<artifactId>dnet-modular-oai-explorer-ui</artifactId>
|
108 |
32817
|
claudio.at
|
<version>[2.0.0,3.0.0)</version>
|
109 |
28905
|
alessia.ba
|
</dependency>
|
110 |
26606
|
claudio.at
|
<dependency>
|
111 |
28167
|
claudio.at
|
<groupId>eu.dnetlib</groupId>
|
112 |
29224
|
alessia.ba
|
<artifactId>dnet-oai-modular-ui</artifactId>
|
113 |
32817
|
claudio.at
|
<version>[3.0.0,4.0.0)</version>
|
114 |
29224
|
alessia.ba
|
</dependency>
|
115 |
|
|
<dependency>
|
116 |
|
|
<groupId>eu.dnetlib</groupId>
|
117 |
28167
|
claudio.at
|
<artifactId>dnet-modular-vocabularies-ui</artifactId>
|
118 |
32817
|
claudio.at
|
<version>[2.0.1,3.0.0)</version>
|
119 |
26606
|
claudio.at
|
</dependency>
|
120 |
29285
|
michele.ar
|
<dependency>
|
121 |
|
|
<groupId>eu.dnetlib</groupId>
|
122 |
29490
|
claudio.at
|
<artifactId>dnet-modular-cleaning-rules-ui</artifactId>
|
123 |
32817
|
claudio.at
|
<version>[2.0.0,3.0.0)</version>
|
124 |
31341
|
claudio.at
|
</dependency>
|
125 |
29490
|
claudio.at
|
<dependency>
|
126 |
|
|
<groupId>eu.dnetlib</groupId>
|
127 |
29285
|
michele.ar
|
<artifactId>dnet-modular-database-ui</artifactId>
|
128 |
32817
|
claudio.at
|
<version>[2.0.0,3.0.0)</version>
|
129 |
29285
|
michele.ar
|
</dependency>
|
130 |
31341
|
claudio.at
|
<dependency>
|
131 |
|
|
<groupId>eu.dnetlib</groupId>
|
132 |
|
|
<artifactId>dnet-modular-index-ui</artifactId>
|
133 |
32817
|
claudio.at
|
<version>[2.0.1,3.0.0)</version>
|
134 |
33458
|
alessia.ba
|
</dependency>
|
135 |
40060
|
sandro.lab
|
|
136 |
26600
|
sandro.lab
|
<!-- Aggregation services -->
|
137 |
|
|
<dependency>
|
138 |
|
|
<groupId>eu.dnetlib</groupId>
|
139 |
31341
|
claudio.at
|
<artifactId>cnr-mongo-mdstore</artifactId>
|
140 |
44793
|
sandro.lab
|
<version>[6.0.0-SNAPSHOT,7.0.0)</version>
|
141 |
31341
|
claudio.at
|
</dependency>
|
142 |
|
|
<dependency>
|
143 |
|
|
<groupId>eu.dnetlib</groupId>
|
144 |
|
|
<artifactId>dnet-modular-collector-service</artifactId>
|
145 |
32817
|
claudio.at
|
<version>[3.0.0,4.0.0)</version>
|
146 |
31341
|
claudio.at
|
</dependency>
|
147 |
40060
|
sandro.lab
|
<!-- <dependency> -->
|
148 |
|
|
<!-- <groupId>eu.dnetlib</groupId> -->
|
149 |
|
|
<!-- <artifactId>dnet-gridfs-objectstore</artifactId> -->
|
150 |
|
|
<!-- <version>[4.0.0,5.0.0)</version> -->
|
151 |
|
|
<!-- <exclusions> -->
|
152 |
|
|
<!-- <exclusion> -->
|
153 |
|
|
<!-- <groupId>apache</groupId> -->
|
154 |
|
|
<!-- <artifactId>commons-net</artifactId> -->
|
155 |
|
|
<!-- </exclusion> -->
|
156 |
|
|
<!-- </exclusions> -->
|
157 |
|
|
<!-- </dependency> -->
|
158 |
37060
|
sandro.lab
|
|
159 |
|
|
|
160 |
31341
|
claudio.at
|
<dependency>
|
161 |
|
|
<groupId>eu.dnetlib</groupId>
|
162 |
40060
|
sandro.lab
|
<artifactId>dnet-fs-objectstore</artifactId>
|
163 |
48155
|
claudio.at
|
<version>[2.0.0,3.0.0)</version>
|
164 |
31341
|
claudio.at
|
</dependency>
|
165 |
37060
|
sandro.lab
|
|
166 |
31341
|
claudio.at
|
<dependency>
|
167 |
|
|
<groupId>eu.dnetlib</groupId>
|
168 |
|
|
<artifactId>dnet-data-transformation-service</artifactId>
|
169 |
40689
|
alessia.ba
|
<version>[3.0.0,4.0.0)</version>
|
170 |
31341
|
claudio.at
|
</dependency>
|
171 |
|
|
|
172 |
|
|
<dependency>
|
173 |
|
|
<groupId>eu.dnetlib</groupId>
|
174 |
26600
|
sandro.lab
|
<artifactId>cnr-enabling-database-service</artifactId>
|
175 |
48155
|
claudio.at
|
<version>[3.0.0,4.0.0)</version>
|
176 |
26600
|
sandro.lab
|
</dependency>
|
177 |
|
|
<dependency>
|
178 |
|
|
<groupId>eu.dnetlib</groupId>
|
179 |
|
|
<artifactId>dnet-openaireplus-profiles</artifactId>
|
180 |
31636
|
claudio.at
|
<version>[1.0.0,2.0.0)</version>
|
181 |
26600
|
sandro.lab
|
</dependency>
|
182 |
|
|
<dependency>
|
183 |
|
|
<groupId>eu.dnetlib</groupId>
|
184 |
31341
|
claudio.at
|
<artifactId>cnr-data-utility-cleaner-service</artifactId>
|
185 |
32817
|
claudio.at
|
<version>[3.0.0,4.0.0)</version>
|
186 |
31341
|
claudio.at
|
</dependency>
|
187 |
|
|
<dependency>
|
188 |
|
|
<groupId>eu.dnetlib</groupId>
|
189 |
26600
|
sandro.lab
|
<artifactId>dnet-openaireplus-workflows</artifactId>
|
190 |
49306
|
claudio.at
|
<version>[6.0.0,7.0.0)</version>
|
191 |
26600
|
sandro.lab
|
</dependency>
|
192 |
49306
|
claudio.at
|
|
193 |
49391
|
claudio.at
|
<dependency>
|
194 |
|
|
<groupId>eu.dnetlib</groupId>
|
195 |
|
|
<artifactId>dnet-openaireplus-mapping-utils</artifactId>
|
196 |
50484
|
claudio.at
|
<version>[6.1.0,7.0.0]</version>
|
197 |
49391
|
claudio.at
|
</dependency>
|
198 |
49306
|
claudio.at
|
|
199 |
|
|
<dependency>
|
200 |
|
|
<groupId>eu.dnetlib</groupId>
|
201 |
|
|
<artifactId>dnet-index-solr-common</artifactId>
|
202 |
50484
|
claudio.at
|
<version>[1.3.2-SNAPSHOT]</version>
|
203 |
49306
|
claudio.at
|
</dependency>
|
204 |
|
|
|
205 |
26600
|
sandro.lab
|
<dependency>
|
206 |
|
|
<groupId>eu.dnetlib</groupId>
|
207 |
36300
|
claudio.at
|
<artifactId>dnet-deduplication</artifactId>
|
208 |
|
|
<version>[1.0.0,2.0.0)</version>
|
209 |
|
|
</dependency>
|
210 |
|
|
<dependency>
|
211 |
|
|
<groupId>eu.dnetlib</groupId>
|
212 |
26600
|
sandro.lab
|
<artifactId>dnet-hadoop-service</artifactId>
|
213 |
32817
|
claudio.at
|
<version>[2.0.0,3.0.0)</version>
|
214 |
33871
|
claudio.at
|
<exclusions>
|
215 |
40060
|
sandro.lab
|
<exclusion>
|
216 |
|
|
<groupId>org.jruby</groupId>
|
217 |
|
|
<artifactId>jruby-complete</artifactId>
|
218 |
|
|
</exclusion>
|
219 |
|
|
</exclusions>
|
220 |
26600
|
sandro.lab
|
</dependency>
|
221 |
|
|
<dependency>
|
222 |
|
|
<groupId>eu.dnetlib</groupId>
|
223 |
|
|
<artifactId>dnet-actionmanager-service</artifactId>
|
224 |
43908
|
claudio.at
|
<version>[5.0.0,6.0.0)</version>
|
225 |
26600
|
sandro.lab
|
</dependency>
|
226 |
|
|
<dependency>
|
227 |
|
|
<groupId>eu.dnetlib</groupId>
|
228 |
31341
|
claudio.at
|
<artifactId>dnet-download-service</artifactId>
|
229 |
32817
|
claudio.at
|
<version>[2.0.0,3.0.0)</version>
|
230 |
31341
|
claudio.at
|
</dependency>
|
231 |
|
|
<dependency>
|
232 |
|
|
<groupId>eu.dnetlib</groupId>
|
233 |
|
|
<artifactId>dnet-download-plugins</artifactId>
|
234 |
32817
|
claudio.at
|
<version>[2.0.0,3.0.0)</version>
|
235 |
33458
|
alessia.ba
|
</dependency>
|
236 |
|
|
|
237 |
31341
|
claudio.at
|
<dependency>
|
238 |
|
|
<groupId>eu.dnetlib</groupId>
|
239 |
26600
|
sandro.lab
|
<artifactId>cnr-inspector-security</artifactId>
|
240 |
31636
|
claudio.at
|
<version>[1.0.0,2.0.0)</version>
|
241 |
26600
|
sandro.lab
|
</dependency>
|
242 |
|
|
<dependency>
|
243 |
|
|
<groupId>eu.dnetlib</groupId>
|
244 |
|
|
<artifactId>dnet-webapp-monitoring</artifactId>
|
245 |
31636
|
claudio.at
|
<version>[1.0.0,2.0.0)</version>
|
246 |
26600
|
sandro.lab
|
</dependency>
|
247 |
31341
|
claudio.at
|
|
248 |
41312
|
alessia.ba
|
<dependency>
|
249 |
|
|
<groupId>eu.dnetlib</groupId>
|
250 |
|
|
<artifactId>dnet-openaire-blacklist</artifactId>
|
251 |
|
|
<version>[1.0.0,2.0.0)</version>
|
252 |
|
|
</dependency>
|
253 |
44786
|
sandro.lab
|
|
254 |
|
|
<dependency>
|
255 |
|
|
<groupId>eu.dnetlib</groupId>
|
256 |
|
|
<artifactId>dnet-modular-mdstore-ui</artifactId>
|
257 |
44793
|
sandro.lab
|
<version>[1.0.0-SNAPSHOT, 2.0.0)</version>
|
258 |
44786
|
sandro.lab
|
</dependency>
|
259 |
|
|
|
260 |
33458
|
alessia.ba
|
<!-- Light-ui for pre-public check -->
|
261 |
40060
|
sandro.lab
|
<!-- <dependency> -->
|
262 |
|
|
<!-- <groupId>eu.dnetlib</groupId> -->
|
263 |
|
|
<!-- <artifactId>dnet-modular-lightui-ui</artifactId> -->
|
264 |
|
|
<!-- <version>[2.0.0,3.0.0)</version> -->
|
265 |
|
|
<!-- </dependency> -->
|
266 |
33458
|
alessia.ba
|
|
267 |
26600
|
sandro.lab
|
<dependency>
|
268 |
|
|
<groupId>xerces</groupId>
|
269 |
|
|
<artifactId>xercesImpl</artifactId>
|
270 |
|
|
<version>2.11.0</version>
|
271 |
|
|
<scope>compile</scope>
|
272 |
|
|
</dependency>
|
273 |
40060
|
sandro.lab
|
|
274 |
44959
|
alessia.ba
|
<dependency>
|
275 |
|
|
<groupId>eu.dnetlib</groupId>
|
276 |
|
|
<artifactId>dnet-mapreduce-jobs</artifactId>
|
277 |
48155
|
claudio.at
|
<version>[1.0.0,2.0.0)</version>
|
278 |
44959
|
alessia.ba
|
</dependency>
|
279 |
48146
|
claudio.at
|
|
280 |
46908
|
claudio.at
|
<dependency>
|
281 |
48146
|
claudio.at
|
<groupId>javax.servlet</groupId>
|
282 |
|
|
<artifactId>javax.servlet-api</artifactId>
|
283 |
|
|
<version>${javax.servlet.version}</version>
|
284 |
|
|
<scope>provided</scope>
|
285 |
|
|
</dependency>
|
286 |
46908
|
claudio.at
|
|
287 |
48146
|
claudio.at
|
<!-- SWAGGER -->
|
288 |
|
|
<dependency>
|
289 |
|
|
<groupId>com.fasterxml.jackson.datatype</groupId>
|
290 |
|
|
<artifactId>jackson-datatype-joda</artifactId>
|
291 |
|
|
<version>2.6.6</version>
|
292 |
|
|
<exclusions>
|
293 |
|
|
<exclusion>
|
294 |
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
295 |
|
|
<artifactId>jackson-annotations</artifactId>
|
296 |
|
|
</exclusion>
|
297 |
|
|
</exclusions>
|
298 |
|
|
</dependency>
|
299 |
|
|
<dependency>
|
300 |
|
|
<groupId>joda-time</groupId>
|
301 |
|
|
<artifactId>joda-time</artifactId>
|
302 |
|
|
<version>2.8.2</version>
|
303 |
|
|
</dependency>
|
304 |
|
|
|
305 |
|
|
<dependency>
|
306 |
|
|
<groupId>io.springfox</groupId>
|
307 |
|
|
<artifactId>springfox-swagger2</artifactId>
|
308 |
|
|
<version>${springfox-version}</version>
|
309 |
|
|
</dependency>
|
310 |
|
|
<dependency>
|
311 |
|
|
<groupId>io.springfox</groupId>
|
312 |
|
|
<artifactId>springfox-swagger-ui</artifactId>
|
313 |
|
|
<version>${springfox-version}</version>
|
314 |
|
|
</dependency>
|
315 |
|
|
|
316 |
|
|
<dependency>
|
317 |
|
|
<groupId>org.hibernate</groupId>
|
318 |
|
|
<artifactId>hibernate-validator</artifactId>
|
319 |
|
|
<version>5.2.4.Final</version>
|
320 |
|
|
</dependency>
|
321 |
|
|
|
322 |
26600
|
sandro.lab
|
</dependencies>
|
323 |
48146
|
claudio.at
|
|
324 |
50482
|
claudio.at
|
<properties>
|
325 |
50484
|
claudio.at
|
<springfox-version>2.5.0</springfox-version>
|
326 |
50482
|
claudio.at
|
</properties>
|
327 |
|
|
|
328 |
30955
|
claudio.at
|
</project>
|