Project

General

Profile

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>3.0.0-SNAPSHOT</version>
15
	<dependencies>
16

    
17

    
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
		<!-- Common components in every container -->
26
		<dependency>
27
			<groupId>eu.dnetlib</groupId>
28
			<artifactId>cnr-log4j-inspector</artifactId>
29
			<version>[1.0.0,2.0.0)</version>
30
		</dependency>
31
		<dependency>
32
			<groupId>eu.dnetlib</groupId>
33
			<artifactId>dnet-schemas</artifactId>
34
			<version>[1.0.0,2.0.0)</version>
35
		</dependency>
36

    
37
		<!-- Common services in every container -->
38
		<dependency>
39
			<groupId>eu.dnetlib</groupId>
40
			<artifactId>cnr-enabling-hnm-service</artifactId>
41
			<version>[2.0.0,3.0.0)</version>
42
		</dependency>
43
		<dependency>
44
			<groupId>eu.dnetlib</groupId>
45
			<artifactId>cnr-enabling-hcm-service</artifactId>
46
			<version>[2.0.0,3.0.0)</version>
47
		</dependency>
48

    
49
		<!-- Enabling services service -->
50
		<dependency>
51
			<groupId>eu.dnetlib</groupId>
52
			<artifactId>cnr-enabling-services</artifactId>
53
			<version>[2.0.0,3.0.0)</version>
54
			<exclusions>
55
				<exclusion>
56
					<groupId>apache</groupId>
57
					<artifactId>commons-pool</artifactId>
58
				</exclusion> 
59
				<exclusion>
60
                                        <groupId>org.apache.logging.log4j</groupId>
61
                                        <artifactId>log4j-slf4j-impl</artifactId>
62
                                </exclusion>
63
			</exclusions>
64
		</dependency>
65
		<dependency>
66
			<groupId>eu.dnetlib</groupId>
67
			<artifactId>cnr-enabling-inspector</artifactId>
68
			<version>[2.0.0,3.0.0)</version>
69
		</dependency>
70
		<dependency>
71
			<groupId>eu.dnetlib</groupId>
72
			<artifactId>cnr-resultset-inspector</artifactId>
73
			<version>[2.0.0,3.0.0)</version>
74
		</dependency>
75

    
76
		<!-- Manager Service Resource Orchestration (required for workflows) -->
77
		<dependency>
78
			<groupId>eu.dnetlib</groupId>
79
			<artifactId>dnet-msro-service</artifactId>
80
			<version>[3.0.0,4.0.0)</version>
81
		</dependency>
82
		<dependency>
83
			<groupId>eu.dnetlib</groupId>
84
			<artifactId>dnet-mongo-logging</artifactId>
85
			<version>[2.0.0,3.0.0)</version>
86
		</dependency>
87

    
88
		<!-- Modular User Interfaces -->
89
		<dependency>
90
			<groupId>eu.dnetlib</groupId>
91
			<artifactId>dnet-modular-ui</artifactId>
92
			<version>[3.0.0,4.0.0)</version>
93
		</dependency>
94
		<dependency>
95
			<groupId>eu.dnetlib</groupId>
96
			<artifactId>dnet-modular-workflows-ui</artifactId>
97
			<version>[4.0.0,5.0.0)</version>
98
		</dependency>
99
		<dependency>
100
			<groupId>eu.dnetlib</groupId>
101
			<artifactId>dnet-modular-is-ui</artifactId>
102
			<version>[2.0.1,3.0.0)</version>
103
		</dependency>
104
		<dependency>
105
			<groupId>eu.dnetlib</groupId>
106
			<artifactId>dnet-modular-repositories-ui</artifactId>
107
			<version>[4.0.0,5.0.0)</version>
108
		</dependency>
109
		<dependency>
110
			<groupId>eu.dnetlib</groupId>
111
			<artifactId>dnet-modular-oai-explorer-ui</artifactId>
112
			<version>[2.0.0,3.0.0)</version>
113
		</dependency>
114
		<dependency>
115
			<groupId>eu.dnetlib</groupId>
116
			<artifactId>dnet-oai-modular-ui</artifactId>
117
			<version>[3.0.0,4.0.0)</version>
118
		</dependency>
119
		<dependency>
120
			<groupId>eu.dnetlib</groupId>
121
			<artifactId>dnet-modular-vocabularies-ui</artifactId>
122
			<version>[2.0.1,3.0.0)</version>
123
		</dependency>
124
		<dependency>
125
			<groupId>eu.dnetlib</groupId>
126
			<artifactId>dnet-modular-cleaning-rules-ui</artifactId>
127
			<version>[2.0.0,3.0.0)</version>
128
		</dependency>
129
		<dependency>
130
			<groupId>eu.dnetlib</groupId>
131
			<artifactId>dnet-modular-database-ui</artifactId>
132
			<version>[2.0.0,3.0.0)</version>
133
		</dependency>
134
		<dependency>
135
			<groupId>eu.dnetlib</groupId>
136
			<artifactId>dnet-modular-index-ui</artifactId>
137
			<version>[2.0.1,3.0.0)</version>
138
		</dependency>
139

    
140
		<!-- Aggregation services -->
141
		<dependency>
142
			<groupId>eu.dnetlib</groupId>
143
			<artifactId>cnr-mongo-mdstore</artifactId>
144
			<version>[6.0.0-SNAPSHOT,7.0.0)</version>
145
		</dependency>
146
		<dependency>
147
			<groupId>eu.dnetlib</groupId>
148
			<artifactId>dnet-modular-collector-service</artifactId>
149
			<version>[3.0.0,4.0.0)</version>
150
		</dependency>
151
		<!-- 		<dependency> -->
152
		<!-- 			<groupId>eu.dnetlib</groupId> -->
153
		<!-- 			<artifactId>dnet-gridfs-objectstore</artifactId> -->
154
		<!-- 			<version>[4.0.0,5.0.0)</version> -->
155
		<!-- 			<exclusions> -->
156
		<!--                <exclusion> -->
157
		<!--                    <groupId>apache</groupId> -->
158
		<!--                    <artifactId>commons-net</artifactId> -->
159
		<!--                    </exclusion> -->
160
		<!--                </exclusions> -->
161
		<!-- 		</dependency> -->
162

    
163

    
164
		<dependency>
165
			<groupId>eu.dnetlib</groupId>
166
			<artifactId>dnet-fs-objectstore</artifactId>
167
			<version>[2.0.0,3.0.0)</version>
168
		</dependency>
169

    
170
		<dependency>
171
			<groupId>eu.dnetlib</groupId>
172
			<artifactId>dnet-data-transformation-service</artifactId>
173
			<version>[3.0.0,4.0.0)</version>
174
		</dependency>
175

    
176
		<dependency>
177
			<groupId>eu.dnetlib</groupId>
178
			<artifactId>cnr-enabling-database-service</artifactId>
179
			<version>[3.0.0,4.0.0)</version>
180
		</dependency>
181
		<dependency>
182
			<groupId>eu.dnetlib</groupId>
183
			<artifactId>dnet-openaireplus-profiles</artifactId>
184
			<version>[1.0.0,2.0.0)</version>
185
		</dependency>
186
		<dependency>
187
			<groupId>eu.dnetlib</groupId>
188
			<artifactId>cnr-data-utility-cleaner-service</artifactId>
189
			<version>[3.0.0,4.0.0)</version>
190
		</dependency>
191
		<dependency>
192
			<groupId>eu.dnetlib</groupId>
193
			<artifactId>dnet-openaireplus-workflows</artifactId>
194
			<version>[6.0.0,7.0.0)</version>
195
		</dependency>
196

    
197
                <dependency>
198
                  <groupId>eu.dnetlib</groupId>
199
		  <artifactId>dnet-openaireplus-mapping-utils</artifactId>
200
		  <version>[6.1.0,7.0.0)</version>
201
		</dependency>
202

    
203
                <dependency>
204
                   <groupId>eu.dnetlib</groupId>
205
                   <artifactId>dnet-index-solr-common</artifactId>
206
                   <version>[1.3.2-SNAPSHOT,2.0.0)</version>
207
                </dependency>
208

    
209
		<dependency>
210
			<groupId>eu.dnetlib</groupId>
211
			<artifactId>dnet-deduplication</artifactId>
212
			<version>[1.0.0,2.0.0)</version>
213
		</dependency>
214
		<dependency>
215
			<groupId>eu.dnetlib</groupId>
216
			<artifactId>dnet-hadoop-service</artifactId>
217
			<version>[2.0.0,3.0.0)</version>
218
			<exclusions>
219
				<exclusion>
220
					<groupId>org.jruby</groupId>
221
					<artifactId>jruby-complete</artifactId>
222
				</exclusion>
223
			</exclusions>
224
		</dependency>
225
		<dependency>
226
			<groupId>eu.dnetlib</groupId>
227
			<artifactId>dnet-actionmanager-service</artifactId>
228
			<version>[5.0.0,6.0.0)</version>
229
		</dependency>
230
		<dependency>
231
			<groupId>eu.dnetlib</groupId>
232
			<artifactId>dnet-download-service</artifactId>
233
			<version>[2.0.0,3.0.0)</version>
234
		</dependency>
235
		<dependency>
236
			<groupId>eu.dnetlib</groupId>
237
			<artifactId>dnet-download-plugins</artifactId>
238
			<version>[2.0.0,3.0.0)</version>
239
		</dependency>
240

    
241
		<dependency>
242
			<groupId>eu.dnetlib</groupId>
243
			<artifactId>cnr-inspector-security</artifactId>
244
			<version>[1.0.0,2.0.0)</version>
245
		</dependency>
246
		<dependency>
247
			<groupId>eu.dnetlib</groupId>
248
			<artifactId>dnet-webapp-monitoring</artifactId>
249
			<version>[1.0.0,2.0.0)</version>
250
		</dependency>
251

    
252
		<dependency>
253
			<groupId>eu.dnetlib</groupId>
254
			<artifactId>dnet-openaire-blacklist</artifactId>
255
			<version>[1.0.0,2.0.0)</version>
256
		</dependency>
257

    
258
		<dependency>
259
			<groupId>eu.dnetlib</groupId>
260
			<artifactId>dnet-modular-mdstore-ui</artifactId>
261
			<version>[1.0.0-SNAPSHOT, 2.0.0)</version>
262
		</dependency>
263

    
264
		<!-- Light-ui for pre-public check -->
265
		<!-- 		<dependency> -->
266
		<!-- 			<groupId>eu.dnetlib</groupId> -->
267
		<!-- 			<artifactId>dnet-modular-lightui-ui</artifactId> -->
268
		<!-- 			<version>[2.0.0,3.0.0)</version> -->
269
		<!-- 		</dependency> -->
270

    
271
		<dependency>
272
			<groupId>xerces</groupId>
273
			<artifactId>xercesImpl</artifactId>
274
			<version>2.11.0</version>
275
			<scope>compile</scope>
276
		</dependency>
277

    
278
		<dependency>
279
			<groupId>eu.dnetlib</groupId>
280
			<artifactId>dnet-mapreduce-jobs</artifactId>
281
			<version>[1.0.0,2.0.0)</version>
282
		</dependency>
283

    
284
		<dependency>
285
			<groupId>javax.servlet</groupId>
286
			<artifactId>javax.servlet-api</artifactId>
287
			<version>${javax.servlet.version}</version>
288
			<scope>provided</scope>
289
		</dependency>
290

    
291
		<!-- SWAGGER -->
292
		<dependency>
293
			<groupId>com.fasterxml.jackson.datatype</groupId>
294
			<artifactId>jackson-datatype-joda</artifactId>
295
			<version>2.6.6</version>
296
			<exclusions>
297
				<exclusion>
298
					<groupId>com.fasterxml.jackson.core</groupId>
299
					<artifactId>jackson-annotations</artifactId>
300
				</exclusion>
301
			</exclusions>
302
		</dependency>
303
		<dependency>
304
			<groupId>joda-time</groupId>
305
			<artifactId>joda-time</artifactId>
306
			<version>2.8.2</version>
307
		</dependency>
308

    
309
		<dependency>
310
			<groupId>io.springfox</groupId>
311
			<artifactId>springfox-swagger2</artifactId>
312
			<version>${springfox-version}</version>
313
		</dependency>
314
		<dependency>
315
			<groupId>io.springfox</groupId>
316
			<artifactId>springfox-swagger-ui</artifactId>
317
			<version>${springfox-version}</version>
318
		</dependency>
319

    
320
		<dependency>
321
			<groupId>org.hibernate</groupId>
322
			<artifactId>hibernate-validator</artifactId>
323
			<version>5.2.4.Final</version>
324
		</dependency>
325

    
326
	</dependencies>
327

    
328
</project>
(2-2/2)