Project

General

Profile

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