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>4.0.0-PROD-SNAPSHOT</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>[3.0.0,4.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>[1.0.0,2.0.0)</version>-->
89
		<!--</dependency>-->
90

    
91
		<dependency>
92
			<groupId>eu.dnetlib</groupId>
93
			<artifactId>dnet-objectStore-ui</artifactId>
94
			<version>[1.0.0,2.0.0)</version>
95
		</dependency>
96
		<dependency>
97
			<groupId>eu.dnetlib</groupId>
98
			<artifactId>dnet-modular-workflows-ui</artifactId>
99
			<version>[4.0.0,5.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>[4.0.0,5.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.1,2.0.6)</version>
140
			<exclusions>
141
				<exclusion>
142
					<groupId>eu.dnetlib</groupId>
143
					<artifactId>dnet-index-client</artifactId>
144
				</exclusion>
145
				<exclusion>
146
					<groupId>eu.dnetlib</groupId>
147
					<artifactId>dnet-index-solr-common</artifactId>
148
				</exclusion>
149
			</exclusions>
150
		</dependency>
151

    
152
		<dependency>
153
			<groupId>eu.dnetlib</groupId>
154
			<artifactId>dnet-index-client</artifactId>
155
			<version>[2.3.2]</version>
156
		</dependency>
157

    
158
		<!-- dependencies added to avoid *-solr6 versions to be included in the classpath -->
159
		<!--
160
        <dependency>
161
            <groupId>eu.dnetlib</groupId>
162
            <artifactId>dnet-index-solr-client</artifactId>
163
            <version>[2.4.1]</version>
164
        </dependency>
165
		-->
166
		<dependency>
167
			<groupId>eu.dnetlib</groupId>
168
			<artifactId>dnet-index-solr-common</artifactId>
169
			<version>[1.3.1]</version>
170
		</dependency>
171

    
172
		<dependency>
173
			<groupId>eu.dnetlib</groupId>
174
			<artifactId>dnet-openaire-blacklist</artifactId>
175
			<version>[1.0.0,1.2.0)</version>
176
			<exclusions>
177
				<exclusion>
178
					<groupId>eu.dnetlib</groupId>
179
					<artifactId>dnet-index-solr-common</artifactId>
180
				</exclusion>
181
			</exclusions>
182
		</dependency>
183

    
184
		<!-- Aggregation services -->
185
		<dependency>
186
			<groupId>eu.dnetlib</groupId>
187
			<artifactId>cnr-mongo-mdstore</artifactId>
188
			<version>[6.0.0,7.0.0)</version>
189
		</dependency>
190
		<dependency>
191
			<groupId>eu.dnetlib</groupId>
192
			<artifactId>dnet-modular-collector-service</artifactId>
193
			<version>[3.0.0,4.0.0)</version>
194
		</dependency>
195
		<dependency>
196
			<groupId>eu.dnetlib</groupId>
197
			<artifactId>dnet-fs-objectstore</artifactId>
198
			<version>[2.0.0,3.0.0)</version>
199
		</dependency>
200
		<dependency>
201
			<groupId>eu.dnetlib</groupId>
202
			<artifactId>dnet-data-transformation-service</artifactId>
203
			<version>[3.0.0,4.0.0)</version>
204
		</dependency>
205

    
206
		<dependency>
207
			<groupId>eu.dnetlib</groupId>
208
			<artifactId>cnr-enabling-database-service</artifactId>
209
			<version>[3.0.0,4.0.0)</version>
210
		</dependency>
211
		<dependency>
212
			<groupId>eu.dnetlib</groupId>
213
			<artifactId>dnet-openaireplus-profiles</artifactId>
214
			<version>[1.0.0,2.0.0)</version>
215
		</dependency>
216
		<dependency>
217
			<groupId>eu.dnetlib</groupId>
218
			<artifactId>cnr-data-utility-cleaner-service</artifactId>
219
			<version>[3.0.0,4.0.0)</version>
220
		</dependency>
221
		<dependency>
222
			<groupId>eu.dnetlib</groupId>
223
			<artifactId>dnet-openaireplus-workflows</artifactId>
224
			<version>[6.3.29]</version>
225
			<exclusions>
226
				<exclusion>
227
					<groupId>eu.dnetlib</groupId>
228
					<artifactId>dnet-index-solr-common</artifactId>
229
				</exclusion>
230
			</exclusions>
231
		</dependency>
232
		<dependency>
233
			<groupId>eu.dnetlib</groupId>
234
			<artifactId>dnet-validator-workflows</artifactId>
235
			<version>[1.0.0,2.0.0)</version>
236
		</dependency>
237
		<dependency>
238
			<groupId>eu.dnetlib</groupId>
239
			<artifactId>dnet-deduplication</artifactId>
240
			<version>[1.0.0,1.6.0]</version>
241
			<exclusions>
242
				<exclusion>
243
					<groupId>eu.dnetlib</groupId>
244
					<artifactId>dnet-openaireplus-mapping-utils</artifactId>
245
				</exclusion>
246
				<exclusion>
247
					<groupId>eu.dnetlib</groupId>
248
					<artifactId>dnet-index-client</artifactId>
249
				</exclusion>
250
			</exclusions>
251
		</dependency>
252
		<dependency>
253
			<groupId>eu.dnetlib</groupId>
254
			<artifactId>dnet-hadoop-service</artifactId>
255
			<version>[2.7.0,3.0.0)</version>
256
			<exclusions>
257
				<exclusion>
258
					<groupId>org.jruby</groupId>
259
					<artifactId>jruby-complete</artifactId>
260
				</exclusion>
261
			</exclusions>
262
		</dependency>
263
		<dependency>
264
			<groupId>eu.dnetlib</groupId>
265
			<artifactId>dnet-actionmanager-service</artifactId>
266
			<version>[5.0.0,6.0.0)</version>
267
		</dependency>
268
		<dependency>
269
			<groupId>eu.dnetlib</groupId>
270
			<artifactId>dnet-download-service</artifactId>
271
			<version>[2.0.0,3.0.0)</version>
272
		</dependency>
273
		<dependency>
274
			<groupId>eu.dnetlib</groupId>
275
			<artifactId>dnet-download-plugins</artifactId>
276
			<version>[2.0.0,3.0.0)</version>
277
		</dependency>
278

    
279
		<dependency>
280
			<groupId>eu.dnetlib</groupId>
281
			<artifactId>cnr-inspector-security</artifactId>
282
			<version>[1.0.0,2.0.0)</version>
283
		</dependency>
284
		<dependency>
285
			<groupId>eu.dnetlib</groupId>
286
			<artifactId>dnet-webapp-monitoring</artifactId>
287
			<version>[1.0.0,2.0.0)</version>
288
		</dependency>
289

    
290
		<!-- Light-ui for pre-public check -->
291
		<!-- 		<dependency> -->
292
		<!-- 			<groupId>eu.dnetlib</groupId> -->
293
		<!-- 			<artifactId>dnet-modular-lightui-ui</artifactId> -->
294
		<!-- 			<version>[2.0.0,3.0.0)</version> -->
295
		<!-- 		</dependency> -->
296

    
297
		<dependency>
298
			<groupId>xerces</groupId>
299
			<artifactId>xercesImpl</artifactId>
300
			<version>2.11.0</version>
301
			<scope>compile</scope>
302
		</dependency>
303

    
304
		<dependency>
305
			<groupId>eu.dnetlib</groupId>
306
			<artifactId>dnet-mapreduce-jobs</artifactId>
307
			<version>[1.0.1,2.0.0)</version>
308
			<exclusions>
309
				<exclusion>
310
					<groupId>eu.dnetlib</groupId>
311
					<artifactId>dnet-openaireplus-mapping-utils</artifactId>
312
				</exclusion>
313
			</exclusions>
314
		</dependency>
315

    
316
	</dependencies>
317
</project>
    (1-1/1)