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

    
16
    <dependencies>
17

    
18
        <dependency>
19
            <groupId>eu.dnetlib</groupId>
20
            <artifactId>dnet-objectStore-ui</artifactId>
21
            <version>[2.0.0-SNAPSHOT,3)</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.0,2.0.0)</version>
29
        </dependency>
30
        <dependency>
31
            <groupId>eu.dnetlib</groupId>
32
            <artifactId>dnet-schemas</artifactId>
33
            <version>[1.0.0,2.0.0)</version>
34
        </dependency>
35

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

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

    
71
        <!-- Manager Service Resource Orchestration (required for workflows) -->
72
        <dependency>
73
            <groupId>eu.dnetlib</groupId>
74
            <artifactId>dnet-msro-service</artifactId>
75
            <version>[3.0.0,4.0.0)</version>
76
        </dependency>
77
        <dependency>
78
            <groupId>eu.dnetlib</groupId>
79
            <artifactId>dnet-mongo-logging</artifactId>
80
            <version>[2.0.0,3.0.0)</version>
81
        </dependency>
82

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

    
135
        <!-- Aggregation services -->
136
        <dependency>
137
            <groupId>eu.dnetlib</groupId>
138
            <artifactId>cnr-mongo-mdstore</artifactId>
139
            <version>[6.0.0,7.0.0)</version>
140
        </dependency>
141
        <dependency>
142
            <groupId>eu.dnetlib</groupId>
143
            <artifactId>dnet-modular-collector-service</artifactId>
144
            <version>[3.0.0,4.0.0)</version>
145
        </dependency>
146

    
147
        <dependency>
148
            <groupId>eu.dnetlib</groupId>
149
            <artifactId>dnet-s3-objectStore</artifactId>
150
            <version>[2.0.0,3.0.0)</version>
151
        </dependency>
152

    
153
        <dependency>
154
            <groupId>eu.dnetlib</groupId>
155
            <artifactId>dnet-data-transformation-service</artifactId>
156
            <version>[3.0.0,4.0.0)</version>
157
        </dependency>
158

    
159
		<dependency>
160
			<groupId>eu.dnetlib</groupId>
161
			<artifactId>cnr-enabling-database-service</artifactId>
162
			<version>[3.0.0,4.0.0)</version>
163
		</dependency>
164
		<dependency>
165
			<groupId>eu.dnetlib</groupId>
166
			<artifactId>dnet-openaireplus-profiles</artifactId>
167
			<version>[1.0.0,2.0.0)</version>
168
		</dependency>
169
		<dependency>
170
			<groupId>eu.dnetlib</groupId>
171
			<artifactId>cnr-data-utility-cleaner-service</artifactId>
172
			<version>[3.0.0,4.0.0)</version>
173
		</dependency>
174
		<dependency>
175
			<groupId>eu.dnetlib</groupId>
176
			<artifactId>dnet-openaireplus-workflows</artifactId>
177
			<version>[7.0.0-SNAPSHOT,8.0.0)</version>
178
		</dependency>
179

    
180
		<dependency>
181
			<groupId>eu.dnetlib</groupId>
182
			<artifactId>dnet-deduplication</artifactId>
183
			<version>[1.6.7,2.0.0)</version>
184
			<exclusions>
185
				<exclusion>
186
					<groupId>eu.dnetlib</groupId>
187
					<artifactId>dnet-openaireplus-mapping-utils</artifactId>
188
				</exclusion>
189
			</exclusions>
190
		</dependency>
191
		<dependency>
192
			<groupId>eu.dnetlib</groupId>
193
			<artifactId>dnet-hadoop-service</artifactId>
194
			<version>[2.0.0,3.0.0)</version>
195
			<exclusions>
196
				<exclusion>
197
					<groupId>org.jruby</groupId>
198
					<artifactId>jruby-complete</artifactId>
199
				</exclusion>
200
				<exclusion>
201
					<groupId>org.apache.httpcomponents</groupId>
202
					<artifactId>httpclient</artifactId>
203
				</exclusion>
204
			</exclusions>
205
		</dependency>
206
		<dependency>
207
			<groupId>eu.dnetlib</groupId>
208
			<artifactId>dnet-actionmanager-service</artifactId>
209
			<version>[5.0.0,6.0.0)</version>
210
			<exclusions>
211
				<exclusion>
212
					<groupId>eu.dnetlib</groupId>
213
					<artifactId>dnet-openaireplus-mapping-utils</artifactId>
214
				</exclusion>
215
			</exclusions>
216
		</dependency>
217
		<dependency>
218
			<groupId>eu.dnetlib</groupId>
219
			<artifactId>dnet-download-service</artifactId>
220
			<version>[2.0.0,3.0.0)</version>
221
		</dependency>
222
		<dependency>
223
			<groupId>eu.dnetlib</groupId>
224
			<artifactId>dnet-download-plugins</artifactId>
225
			<version>[2.0.0,3.0.0)</version>
226
		</dependency>
227

    
228
        <dependency>
229
            <groupId>eu.dnetlib</groupId>
230
            <artifactId>cnr-inspector-security</artifactId>
231
            <version>[1.0.0,2.0.0)</version>
232
        </dependency>
233
        <dependency>
234
            <groupId>eu.dnetlib</groupId>
235
            <artifactId>dnet-webapp-monitoring</artifactId>
236
            <version>[1.0.0,2.0.0)</version>
237
        </dependency>
238

    
239
        <dependency>
240
            <groupId>eu.dnetlib</groupId>
241
            <artifactId>dnet-openaire-blacklist</artifactId>
242
            <version>[1.0.0,2.0.0)</version>
243
	        <exclusions>
244
		        <exclusion>
245
			        <groupId>eu.dnetlib</groupId>
246
			        <artifactId>dnet-openaireplus-mapping-utils</artifactId>
247
		        </exclusion>
248
	        </exclusions>
249
        </dependency>
250

    
251
        <dependency>
252
            <groupId>eu.dnetlib</groupId>
253
            <artifactId>dnet-modular-mdstore-ui</artifactId>
254
            <version>[1.0.0-SNAPSHOT, 2.0.0)</version>
255
        </dependency>
256

    
257
        <dependency>
258
            <groupId>xerces</groupId>
259
            <artifactId>xercesImpl</artifactId>
260
            <version>2.11.0</version>
261
            <scope>compile</scope>
262
        </dependency>
263

    
264
        <dependency>
265
            <groupId>eu.dnetlib</groupId>
266
            <artifactId>dnet-mapreduce-jobs</artifactId>
267
            <version>[1.1.11-solr75-SNAPSHOT]</version>
268
            <exclusions>
269
                <exclusion>
270
                    <groupId>eu.dnetlib</groupId>
271
                    <artifactId>dnet-openaireplus-mapping-utils</artifactId>
272
                </exclusion>
273
            </exclusions>
274
        </dependency>
275

    
276
        <dependency>
277
            <groupId>javax.servlet</groupId>
278
            <artifactId>javax.servlet-api</artifactId>
279
            <version>${javax.servlet.version}</version>
280
            <scope>provided</scope>
281
        </dependency>
282

    
283
        <!-- SWAGGER -->
284
        <dependency>
285
            <groupId>com.fasterxml.jackson.datatype</groupId>
286
            <artifactId>jackson-datatype-joda</artifactId>
287
            <version>2.6.6</version>
288
            <exclusions>
289
                <exclusion>
290
                    <groupId>com.fasterxml.jackson.core</groupId>
291
                    <artifactId>jackson-annotations</artifactId>
292
                </exclusion>
293
            </exclusions>
294
        </dependency>
295
        <dependency>
296
            <groupId>joda-time</groupId>
297
            <artifactId>joda-time</artifactId>
298
            <version>2.8.2</version>
299
        </dependency>
300

    
301
        <dependency>
302
            <groupId>io.springfox</groupId>
303
            <artifactId>springfox-swagger2</artifactId>
304
            <version>${springfox-version}</version>
305
        </dependency>
306
        <dependency>
307
            <groupId>io.springfox</groupId>
308
            <artifactId>springfox-swagger-ui</artifactId>
309
            <version>${springfox-version}</version>
310
        </dependency>
311

    
312
        <dependency>
313
            <groupId>org.hibernate</groupId>
314
            <artifactId>hibernate-validator</artifactId>
315
            <version>5.2.4.Final</version>
316
        </dependency>
317

    
318
    </dependencies>
319

    
320
    <properties>
321
        <springfox-version>2.5.0</springfox-version>
322

    
323
    </properties>
324

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