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
        <dependency>
18
            <groupId>eu.dnetlib</groupId>
19
            <artifactId>dnet-objectStore-ui</artifactId>
20
            <version>[1.0.0,2.0.0)</version>
21
        </dependency>
22

    
23
        <!-- 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

    
35
        <!-- 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

    
47
        <!-- 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

    
70
        <!-- 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

    
82
		<!-- 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
			<version>[2.0.6-solr75,3.0.0)</version>
132
		</dependency>
133

    
134
        <!-- Aggregation services -->
135
        <dependency>
136
            <groupId>eu.dnetlib</groupId>
137
            <artifactId>cnr-mongo-mdstore</artifactId>
138
            <version>[6.0.0-SNAPSHOT,7.0.0)</version>
139
        </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

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

    
152
        <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

    
158
		<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
			<version>7.0.0-hadoop-SNAPSHOT</version>
177
		</dependency>
178

    
179
		<dependency>
180
			<groupId>eu.dnetlib</groupId>
181
			<artifactId>dnet-deduplication</artifactId>
182
			<version>[1.6.1-solr75,2.0.0)</version>
183
			<exclusions>
184
				<exclusion>
185
					<groupId>eu.dnetlib</groupId>
186
					<artifactId>dnet-openaireplus-mapping-utils</artifactId>
187
				</exclusion>
188
			</exclusions>
189
		</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
			<exclusions>
210
				<exclusion>
211
					<groupId>eu.dnetlib</groupId>
212
					<artifactId>dnet-openaireplus-mapping-utils</artifactId>
213
				</exclusion>
214
			</exclusions>
215
		</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

    
227
        <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

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

    
250
        <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

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

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

    
275
        <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

    
282
        <!-- 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

    
300
        <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

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

    
317
    </dependencies>
318

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

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