Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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</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>5.0.17-PROD</version>
15
	<scm>
16
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/webapps/dnet-container-openaireplus/branches/prod</developerConnection>
17
	</scm>
18
	<dependencies>
19

    
20
		<!-- Common components in every container -->
21
		<dependency>
22
			<groupId>eu.dnetlib</groupId>
23
			<artifactId>cnr-log4j-inspector</artifactId>
24
			<version>[1.0.0,2.0.0)</version>
25
		</dependency>
26
		<dependency>
27
			<groupId>eu.dnetlib</groupId>
28
			<artifactId>dnet-schemas</artifactId>
29
			<version>[1.0.0,2.0.0)</version>
30
		</dependency>
31

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

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

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

    
79
		<!-- Modular User Interfaces -->
80
		<dependency>
81
			<groupId>eu.dnetlib</groupId>
82
			<artifactId>dnet-modular-ui</artifactId>
83
			<version>[3.0.0,4.0.0)</version>
84
		</dependency>
85
		<dependency>
86
			<groupId>eu.dnetlib</groupId>
87
			<artifactId>dnet-modular-mdstore-ui</artifactId>
88
			<version>[2.0.0,3.0.0)</version>
89
		</dependency>
90

    
91
		<dependency>
92
			<groupId>eu.dnetlib</groupId>
93
			<artifactId>dnet-objectStore-ui</artifactId>
94
			<version>[2.0.0,3.0.0)</version>
95
		</dependency>
96
		<dependency>
97
			<groupId>eu.dnetlib</groupId>
98
			<artifactId>dnet-modular-workflows-ui</artifactId>
99
			<version>[5.0.0,6.0.0)</version>
100
		</dependency>
101
		<dependency>
102
			<groupId>eu.dnetlib</groupId>
103
			<artifactId>dnet-modular-is-ui</artifactId>
104
			<version>[2.0.1,3.0.0)</version>
105
		</dependency>
106
		<dependency>
107
			<groupId>eu.dnetlib</groupId>
108
			<artifactId>dnet-modular-repositories-ui</artifactId>
109
			<version>[5.0.1,6.0.0)</version>
110
		</dependency>
111
		<dependency>
112
			<groupId>eu.dnetlib</groupId>
113
			<artifactId>dnet-modular-oai-explorer-ui</artifactId>
114
			<version>[2.0.0,3.0.0)</version>
115
		</dependency>
116
		<dependency>
117
			<groupId>eu.dnetlib</groupId>
118
			<artifactId>dnet-oai-modular-ui</artifactId>
119
			<version>[3.0.0,4.0.0)</version>
120
		</dependency>
121
		<dependency>
122
			<groupId>eu.dnetlib</groupId>
123
			<artifactId>dnet-modular-vocabularies-ui</artifactId>
124
			<version>[2.0.1,3.0.0)</version>
125
		</dependency>
126
		<dependency>
127
			<groupId>eu.dnetlib</groupId>
128
			<artifactId>dnet-modular-cleaning-rules-ui</artifactId>
129
			<version>[2.0.0,3.0.0)</version>
130
		</dependency>
131
		<dependency>
132
			<groupId>eu.dnetlib</groupId>
133
			<artifactId>dnet-modular-database-ui</artifactId>
134
			<version>[2.0.0,3.0.0)</version>
135
		</dependency>
136
		<dependency>
137
			<groupId>eu.dnetlib</groupId>
138
			<artifactId>dnet-modular-index-ui</artifactId>
139
			<version>[2.0.8,3.0.0)</version>
140
                        <exclusions>
141
                                <exclusion>
142
                                        <groupId>eu.dnetlib</groupId>
143
                                        <artifactId>dnet-index-solr-common</artifactId>
144
                                </exclusion>
145
                        </exclusions>
146
		</dependency>
147

    
148
		<dependency>
149
			<groupId>eu.dnetlib</groupId>
150
			<artifactId>dnet-index-solr-common</artifactId>
151
			<version>[2.3.4,3.0.0)</version>
152
		</dependency>
153

    
154
		<dependency>
155
			<groupId>eu.dnetlib</groupId>
156
			<artifactId>dnet-openaire-blacklist</artifactId>
157
			<version>[2.0.0,3.0.0)</version>
158
                        <exclusions>
159
                                <exclusion>
160
                                        <groupId>eu.dnetlib</groupId>
161
                                        <artifactId>dnet-pace-core</artifactId>
162
                                </exclusion>
163
                                <exclusion>
164
                                        <groupId>eu.dnetlib</groupId>
165
                                        <artifactId>dnet-index-solr-common</artifactId>
166
                                </exclusion>
167
                        </exclusions>
168
		</dependency>
169

    
170
		<!-- Aggregation services -->
171
		<dependency>
172
			<groupId>eu.dnetlib</groupId>
173
			<artifactId>cnr-mongo-mdstore</artifactId>
174
			<version>[7.0.1,8.0.0)</version>
175
		</dependency>
176
		<dependency>
177
			<groupId>eu.dnetlib</groupId>
178
			<artifactId>dnet-modular-collector-service</artifactId>
179
			<version>[3.0.0,4.0.0)</version>
180
		</dependency>
181
		<dependency>
182
                        <groupId>eu.dnetlib</groupId>
183
                        <artifactId>dnet-s3-objectStore</artifactId>
184
                        <version>[2.0.0,3.0.0)</version>
185
                </dependency>
186
		<dependency>
187
			<groupId>eu.dnetlib</groupId>
188
			<artifactId>dnet-data-transformation-service</artifactId>
189
			<version>[4.0.0,5.0.0)</version>
190
		</dependency>
191

    
192
		<dependency>
193
			<groupId>eu.dnetlib</groupId>
194
			<artifactId>cnr-enabling-database-service</artifactId>
195
			<version>[3.0.0,4.0.0)</version>
196
		</dependency>
197
		<dependency>
198
			<groupId>eu.dnetlib</groupId>
199
			<artifactId>dnet-openaireplus-profiles</artifactId>
200
			<version>[1.0.0,2.0.0)</version>
201
		</dependency>
202
		<dependency>
203
			<groupId>eu.dnetlib</groupId>
204
			<artifactId>cnr-data-utility-cleaner-service</artifactId>
205
			<version>[3.0.0,4.0.0)</version>
206
		</dependency>
207
		<dependency>
208
			<groupId>eu.dnetlib</groupId>
209
			<artifactId>dnet-openaireplus-workflows</artifactId>
210
			<version>[8.0.1,9.0.0)</version>
211
                        <exclusions>
212
                                <exclusion>
213
                                        <groupId>eu.dnetlib</groupId>
214
                                        <artifactId>dnet-pace-core</artifactId>
215
                                </exclusion>
216
                        </exclusions>
217
		</dependency>
218
		<dependency>
219
			<groupId>eu.dnetlib</groupId>
220
			<artifactId>dnet-validator-workflows</artifactId>
221
			<version>[2.0.1,3.0.0)</version>
222
		</dependency>
223
		<dependency>
224
			<groupId>eu.dnetlib</groupId>
225
			<artifactId>dnet-deduplication</artifactId>
226
			<version>[2.0.0,3.0.0)</version>
227
		</dependency>
228
		<dependency>
229
			<groupId>eu.dnetlib</groupId>
230
			<artifactId>dnet-hadoop-service</artifactId>
231
			<version>[2.7.0,3.0.0)</version>
232
			<exclusions>
233
				<exclusion>
234
					<groupId>org.jruby</groupId>
235
					<artifactId>jruby-complete</artifactId>
236
				</exclusion>
237
			</exclusions>
238
		</dependency>
239
		<dependency>
240
			<groupId>eu.dnetlib</groupId>
241
			<artifactId>dnet-actionmanager-service</artifactId>
242
			<version>[5.0.0,6.0.0)</version>
243
		</dependency>
244
		<dependency>
245
			<groupId>eu.dnetlib</groupId>
246
			<artifactId>dnet-download-service</artifactId>
247
			<version>[2.0.0,3.0.0)</version>
248
			<exclusions>
249
				<exclusion>
250
					<groupId>eu.dnetlib</groupId>
251
					<artifactId>dnet-modular-objectstore-service</artifactId>
252
				</exclusion>
253
			</exclusions>
254
		</dependency>
255
		<dependency>
256
			<groupId>eu.dnetlib</groupId>
257
			<artifactId>dnet-download-plugins</artifactId>
258
			<version>[2.0.0,3.0.0)</version>
259
		</dependency>
260

    
261
		<dependency>
262
			<groupId>eu.dnetlib</groupId>
263
			<artifactId>cnr-inspector-security</artifactId>
264
			<version>[1.0.0,2.0.0)</version>
265
		</dependency>
266
		<dependency>
267
			<groupId>eu.dnetlib</groupId>
268
			<artifactId>dnet-webapp-monitoring</artifactId>
269
			<version>[1.0.0,2.0.0)</version>
270
		</dependency>
271

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

    
279
		<dependency>
280
			<groupId>eu.dnetlib</groupId>
281
			<artifactId>dnet-mapreduce-jobs</artifactId>
282
			<version>[1.0.1,2.0.0)</version>
283
			<exclusions>
284
				<exclusion>
285
					<groupId>eu.dnetlib</groupId>
286
					<artifactId>dnet-openaireplus-mapping-utils</artifactId>
287
				</exclusion>
288
                                <exclusion>
289
                                        <groupId>eu.dnetlib.dhp</groupId>
290
                                        <artifactId>dhp-schemas</artifactId>
291
                                </exclusion>
292
			</exclusions>
293
		</dependency>
294

    
295
                <dependency>
296
                        <groupId>eu.dnetlib</groupId>
297
                        <artifactId>dnet-pace-core</artifactId>
298
                        <version>[3.0.14]</version>
299
                </dependency>
300

    
301
	</dependencies>
302
</project>
    (1-1/1)