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.9-BETA</version>
15
	<scm>
16
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/webapps/dnet-container-openaireplus/branches/beta</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.0,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
		</dependency>
141

    
142
		<!-- dependencies added to avoid *-solr6 versions to be included in the classpath -->
143
		<!--
144
        <dependency>
145
            <groupId>eu.dnetlib</groupId>
146
            <artifactId>dnet-index-solr-client</artifactId>
147
            <version>[2.4.1]</version>
148
        </dependency>
149
		-->
150
		<dependency>
151
			<groupId>eu.dnetlib</groupId>
152
			<artifactId>dnet-index-solr-common</artifactId>
153
			<version>[2.3.4,3.0.0)</version>
154
		</dependency>
155

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

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

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

    
247
		<dependency>
248
			<groupId>eu.dnetlib</groupId>
249
			<artifactId>cnr-inspector-security</artifactId>
250
			<version>[1.0.0,2.0.0)</version>
251
		</dependency>
252
		<dependency>
253
			<groupId>eu.dnetlib</groupId>
254
			<artifactId>dnet-webapp-monitoring</artifactId>
255
			<version>[1.0.0,2.0.0)</version>
256
		</dependency>
257

    
258
		<!-- Light-ui for pre-public check -->
259
		<!-- 		<dependency> -->
260
		<!-- 			<groupId>eu.dnetlib</groupId> -->
261
		<!-- 			<artifactId>dnet-modular-lightui-ui</artifactId> -->
262
		<!-- 			<version>[2.0.0,3.0.0)</version> -->
263
		<!-- 		</dependency> -->
264

    
265
		<dependency>
266
			<groupId>xerces</groupId>
267
			<artifactId>xercesImpl</artifactId>
268
			<version>2.11.0</version>
269
			<scope>compile</scope>
270
		</dependency>
271

    
272
		<dependency>
273
			<groupId>eu.dnetlib</groupId>
274
			<artifactId>dnet-mapreduce-jobs</artifactId>
275
			<version>[1.0.1,2.0.0)</version>
276
			<exclusions>
277
				<exclusion>
278
					<groupId>eu.dnetlib</groupId>
279
					<artifactId>dnet-openaireplus-mapping-utils</artifactId>
280
				</exclusion>
281
			</exclusions>
282
		</dependency>
283

    
284
		<dependency>
285
			<groupId>eu.dnetlib</groupId>
286
			<artifactId>dnet-pace-core</artifactId>
287
			<version>[3.0.14]</version>
288
		</dependency>
289

    
290
	</dependencies>
291
	<properties>
292
		<apache.solr.version>7.5.0</apache.solr.version>
293
	</properties>
294
</project>
    (1-1/1)