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 |
50509
|
sandro.lab
|
<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 |
62180
|
michele.ar
|
<version>4.0.0-SNAPSHOT</version>
|
15 |
57301
|
sandro.lab
|
|
16 |
50509
|
sandro.lab
|
<dependencies>
|
17 |
26600
|
sandro.lab
|
|
18 |
50509
|
sandro.lab
|
<dependency>
|
19 |
|
|
<groupId>eu.dnetlib</groupId>
|
20 |
|
|
<artifactId>dnet-objectStore-ui</artifactId>
|
21 |
62180
|
michele.ar
|
<version>[2.0.0-SNAPSHOT,3.0.0)</version>
|
22 |
50509
|
sandro.lab
|
</dependency>
|
23 |
40060
|
sandro.lab
|
|
24 |
50509
|
sandro.lab
|
<!-- Common components in every container -->
|
25 |
|
|
<dependency>
|
26 |
|
|
<groupId>eu.dnetlib</groupId>
|
27 |
|
|
<artifactId>cnr-log4j-inspector</artifactId>
|
28 |
62180
|
michele.ar
|
<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 |
50509
|
sandro.lab
|
</dependency>
|
36 |
|
|
<dependency>
|
37 |
|
|
<groupId>eu.dnetlib</groupId>
|
38 |
62180
|
michele.ar
|
<artifactId>cnr-log4j-management</artifactId>
|
39 |
|
|
<version>1.0.2-SNAPSHOT</version>
|
40 |
|
|
</dependency>
|
41 |
|
|
<dependency>
|
42 |
|
|
<groupId>eu.dnetlib</groupId>
|
43 |
50509
|
sandro.lab
|
<artifactId>dnet-schemas</artifactId>
|
44 |
|
|
<version>[1.0.0,2.0.0)</version>
|
45 |
|
|
</dependency>
|
46 |
26600
|
sandro.lab
|
|
47 |
50509
|
sandro.lab
|
<!-- 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 |
26600
|
sandro.lab
|
|
59 |
50509
|
sandro.lab
|
<!-- 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 |
28905
|
alessia.ba
|
|
82 |
50509
|
sandro.lab
|
<!-- Manager Service Resource Orchestration (required for workflows) -->
|
83 |
|
|
<dependency>
|
84 |
|
|
<groupId>eu.dnetlib</groupId>
|
85 |
|
|
<artifactId>dnet-msro-service</artifactId>
|
86 |
62180
|
michele.ar
|
<version>[4.0.0,5.0.0)</version>
|
87 |
50509
|
sandro.lab
|
</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 |
26600
|
sandro.lab
|
|
94 |
50546
|
claudio.at
|
<!-- 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 |
62180
|
michele.ar
|
<version>[5.0.0,6.0.0)</version>
|
104 |
50546
|
claudio.at
|
</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 |
62180
|
michele.ar
|
<version>[5.0.0,6.0.0)</version>
|
114 |
50546
|
claudio.at
|
</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 |
55843
|
claudio.at
|
<version>[2.0.8,3.0.0)</version>
|
144 |
50546
|
claudio.at
|
</dependency>
|
145 |
40060
|
sandro.lab
|
|
146 |
50509
|
sandro.lab
|
<!-- Aggregation services -->
|
147 |
|
|
<dependency>
|
148 |
|
|
<groupId>eu.dnetlib</groupId>
|
149 |
|
|
<artifactId>cnr-mongo-mdstore</artifactId>
|
150 |
62180
|
michele.ar
|
<version>[7.0.0,8.0.0)</version>
|
151 |
50509
|
sandro.lab
|
</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 |
37060
|
sandro.lab
|
|
158 |
50509
|
sandro.lab
|
<dependency>
|
159 |
|
|
<groupId>eu.dnetlib</groupId>
|
160 |
54562
|
sandro.lab
|
<artifactId>dnet-s3-objectStore</artifactId>
|
161 |
55843
|
claudio.at
|
<version>[2.0.0,3.0.0)</version>
|
162 |
50509
|
sandro.lab
|
</dependency>
|
163 |
37060
|
sandro.lab
|
|
164 |
50509
|
sandro.lab
|
<dependency>
|
165 |
|
|
<groupId>eu.dnetlib</groupId>
|
166 |
|
|
<artifactId>dnet-data-transformation-service</artifactId>
|
167 |
62180
|
michele.ar
|
<version>[4.0.0,5.0.0)</version>
|
168 |
50509
|
sandro.lab
|
</dependency>
|
169 |
31341
|
claudio.at
|
|
170 |
50546
|
claudio.at
|
<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 |
62180
|
michele.ar
|
<version>[8.0.0,9.0.0)</version>
|
189 |
50546
|
claudio.at
|
</dependency>
|
190 |
49306
|
claudio.at
|
|
191 |
50546
|
claudio.at
|
<dependency>
|
192 |
|
|
<groupId>eu.dnetlib</groupId>
|
193 |
|
|
<artifactId>dnet-deduplication</artifactId>
|
194 |
62180
|
michele.ar
|
<version>[2.0.0,3.0.0)</version>
|
195 |
52585
|
claudio.at
|
<exclusions>
|
196 |
|
|
<exclusion>
|
197 |
|
|
<groupId>eu.dnetlib</groupId>
|
198 |
|
|
<artifactId>dnet-openaireplus-mapping-utils</artifactId>
|
199 |
|
|
</exclusion>
|
200 |
|
|
</exclusions>
|
201 |
50546
|
claudio.at
|
</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 |
52585
|
claudio.at
|
<exclusions>
|
222 |
|
|
<exclusion>
|
223 |
|
|
<groupId>eu.dnetlib</groupId>
|
224 |
|
|
<artifactId>dnet-openaireplus-mapping-utils</artifactId>
|
225 |
|
|
</exclusion>
|
226 |
|
|
</exclusions>
|
227 |
50546
|
claudio.at
|
</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 |
49306
|
claudio.at
|
|
239 |
50509
|
sandro.lab
|
<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 |
31341
|
claudio.at
|
|
250 |
50509
|
sandro.lab
|
<dependency>
|
251 |
|
|
<groupId>eu.dnetlib</groupId>
|
252 |
|
|
<artifactId>dnet-openaire-blacklist</artifactId>
|
253 |
62180
|
michele.ar
|
<version>[2.0.0,3.0.0)</version>
|
254 |
52585
|
claudio.at
|
<exclusions>
|
255 |
|
|
<exclusion>
|
256 |
|
|
<groupId>eu.dnetlib</groupId>
|
257 |
|
|
<artifactId>dnet-openaireplus-mapping-utils</artifactId>
|
258 |
|
|
</exclusion>
|
259 |
|
|
</exclusions>
|
260 |
50509
|
sandro.lab
|
</dependency>
|
261 |
44786
|
sandro.lab
|
|
262 |
50509
|
sandro.lab
|
<dependency>
|
263 |
|
|
<groupId>eu.dnetlib</groupId>
|
264 |
|
|
<artifactId>dnet-modular-mdstore-ui</artifactId>
|
265 |
62180
|
michele.ar
|
<version>[2.0.0,3.0.0)</version>
|
266 |
50509
|
sandro.lab
|
</dependency>
|
267 |
44786
|
sandro.lab
|
|
268 |
50509
|
sandro.lab
|
<dependency>
|
269 |
|
|
<groupId>xerces</groupId>
|
270 |
|
|
<artifactId>xercesImpl</artifactId>
|
271 |
|
|
<version>2.11.0</version>
|
272 |
|
|
<scope>compile</scope>
|
273 |
|
|
</dependency>
|
274 |
40060
|
sandro.lab
|
|
275 |
50509
|
sandro.lab
|
<dependency>
|
276 |
|
|
<groupId>eu.dnetlib</groupId>
|
277 |
|
|
<artifactId>dnet-mapreduce-jobs</artifactId>
|
278 |
53814
|
claudio.at
|
<version>[1.1.11-solr75-SNAPSHOT]</version>
|
279 |
54298
|
claudio.at
|
<exclusions>
|
280 |
|
|
<exclusion>
|
281 |
|
|
<groupId>eu.dnetlib</groupId>
|
282 |
|
|
<artifactId>dnet-openaireplus-mapping-utils</artifactId>
|
283 |
|
|
</exclusion>
|
284 |
|
|
</exclusions>
|
285 |
50509
|
sandro.lab
|
</dependency>
|
286 |
48146
|
claudio.at
|
|
287 |
50509
|
sandro.lab
|
<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 |
46908
|
claudio.at
|
|
294 |
50509
|
sandro.lab
|
<!-- 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 |
48146
|
claudio.at
|
|
312 |
50509
|
sandro.lab
|
<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 |
48146
|
claudio.at
|
|
323 |
50509
|
sandro.lab
|
<dependency>
|
324 |
|
|
<groupId>org.hibernate</groupId>
|
325 |
|
|
<artifactId>hibernate-validator</artifactId>
|
326 |
|
|
<version>5.2.4.Final</version>
|
327 |
|
|
</dependency>
|
328 |
48146
|
claudio.at
|
|
329 |
50509
|
sandro.lab
|
</dependencies>
|
330 |
48146
|
claudio.at
|
|
331 |
50509
|
sandro.lab
|
<properties>
|
332 |
|
|
<springfox-version>2.5.0</springfox-version>
|
333 |
57301
|
sandro.lab
|
|
334 |
50509
|
sandro.lab
|
</properties>
|
335 |
50482
|
claudio.at
|
|
336 |
30955
|
claudio.at
|
</project>
|