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.11-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
		</dependency>
141

    
142
		<dependency>
143
			<groupId>eu.dnetlib</groupId>
144
			<artifactId>dnet-index-solr-common</artifactId>
145
			<version>[2.3.4,3.0.0)</version>
146
		</dependency>
147

    
148
		<dependency>
149
			<groupId>eu.dnetlib</groupId>
150
			<artifactId>dnet-openaire-blacklist</artifactId>
151
			<version>[2.0.0,3.0.0)</version>
152
		</dependency>
153

    
154
		<!-- Aggregation services -->
155
		<dependency>
156
			<groupId>eu.dnetlib</groupId>
157
			<artifactId>cnr-mongo-mdstore</artifactId>
158
			<version>[7.0.1,8.0.0)</version>
159
		</dependency>
160
		<dependency>
161
			<groupId>eu.dnetlib</groupId>
162
			<artifactId>dnet-modular-collector-service</artifactId>
163
			<version>[3.0.0,4.0.0)</version>
164
		</dependency>
165
		<dependency>
166
                        <groupId>eu.dnetlib</groupId>
167
                        <artifactId>dnet-s3-objectStore</artifactId>
168
                        <version>[2.0.0,3.0.0)</version>
169
                </dependency>
170
		<dependency>
171
			<groupId>eu.dnetlib</groupId>
172
			<artifactId>dnet-data-transformation-service</artifactId>
173
			<version>[4.0.0,5.0.0)</version>
174
		</dependency>
175

    
176
		<dependency>
177
			<groupId>eu.dnetlib</groupId>
178
			<artifactId>cnr-enabling-database-service</artifactId>
179
			<version>[3.0.0,4.0.0)</version>
180
		</dependency>
181
		<dependency>
182
			<groupId>eu.dnetlib</groupId>
183
			<artifactId>dnet-openaireplus-profiles</artifactId>
184
			<version>[1.0.0,2.0.0)</version>
185
		</dependency>
186
		<dependency>
187
			<groupId>eu.dnetlib</groupId>
188
			<artifactId>cnr-data-utility-cleaner-service</artifactId>
189
			<version>[3.0.0,4.0.0)</version>
190
		</dependency>
191
		<dependency>
192
			<groupId>eu.dnetlib</groupId>
193
			<artifactId>dnet-openaireplus-workflows</artifactId>
194
			<version>[8.0.1,9.0.0)</version>
195
		</dependency>
196
		<dependency>
197
			<groupId>eu.dnetlib</groupId>
198
			<artifactId>dnet-validator-workflows</artifactId>
199
			<version>[2.0.1,3.0.0)</version>
200
		</dependency>
201
		<dependency>
202
			<groupId>eu.dnetlib</groupId>
203
			<artifactId>dnet-deduplication</artifactId>
204
			<version>[2.0.0,3.0.0)</version>
205
		</dependency>
206
		<dependency>
207
			<groupId>eu.dnetlib</groupId>
208
			<artifactId>dnet-hadoop-service</artifactId>
209
			<version>[2.7.0,3.0.0)</version>
210
			<exclusions>
211
				<exclusion>
212
					<groupId>org.jruby</groupId>
213
					<artifactId>jruby-complete</artifactId>
214
				</exclusion>
215
			</exclusions>
216
		</dependency>
217
		<dependency>
218
			<groupId>eu.dnetlib</groupId>
219
			<artifactId>dnet-actionmanager-service</artifactId>
220
			<version>[5.0.0,6.0.0)</version>
221
		</dependency>
222
		<dependency>
223
			<groupId>eu.dnetlib</groupId>
224
			<artifactId>dnet-download-service</artifactId>
225
			<version>[2.0.0,3.0.0)</version>
226
			<exclusions>
227
				<exclusion>
228
					<groupId>eu.dnetlib</groupId>
229
					<artifactId>dnet-modular-objectstore-service</artifactId>
230
				</exclusion>
231
			</exclusions>
232
		</dependency>
233
		<dependency>
234
			<groupId>eu.dnetlib</groupId>
235
			<artifactId>dnet-download-plugins</artifactId>
236
			<version>[2.0.0,3.0.0)</version>
237
		</dependency>
238

    
239
		<dependency>
240
			<groupId>eu.dnetlib</groupId>
241
			<artifactId>cnr-inspector-security</artifactId>
242
			<version>[1.0.0,2.0.0)</version>
243
		</dependency>
244
		<dependency>
245
			<groupId>eu.dnetlib</groupId>
246
			<artifactId>dnet-webapp-monitoring</artifactId>
247
			<version>[1.0.0,2.0.0)</version>
248
		</dependency>
249

    
250
		<dependency>
251
			<groupId>xerces</groupId>
252
			<artifactId>xercesImpl</artifactId>
253
			<version>2.11.0</version>
254
			<scope>compile</scope>
255
		</dependency>
256

    
257
		<dependency>
258
			<groupId>eu.dnetlib</groupId>
259
			<artifactId>dnet-mapreduce-jobs</artifactId>
260
			<version>[1.0.1,2.0.0)</version>
261
			<exclusions>
262
				<exclusion>
263
					<groupId>eu.dnetlib</groupId>
264
					<artifactId>dnet-openaireplus-mapping-utils</artifactId>
265
				</exclusion>
266
			</exclusions>
267
		</dependency>
268

    
269
                <dependency>
270
                        <groupId>eu.dnetlib</groupId>
271
                        <artifactId>dnet-pace-core</artifactId>
272
                        <version>[3.0.14]</version>
273
                </dependency>
274

    
275
	</dependencies>
276
</project>
    (1-1/1)