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-BETA-SNAPSHOT</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>[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>[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>[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.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>[1.2.0,2.0.0)</version>
160
		</dependency>
161

    
162
		<!-- Aggregation services -->
163
		<dependency>
164
			<groupId>eu.dnetlib</groupId>
165
			<artifactId>cnr-mongo-mdstore</artifactId>
166
			<version>[6.0.0,7.0.0)</version>
167
		</dependency>
168
		<dependency>
169
			<groupId>eu.dnetlib</groupId>
170
			<artifactId>dnet-modular-collector-service</artifactId>
171
			<version>[3.0.0,4.0.0)</version>
172
		</dependency>
173
		<dependency>
174
			<groupId>eu.dnetlib</groupId>
175
			<artifactId>dnet-s3-objectStore</artifactId>
176
			<version>[2.0.0,3.0.0)</version>
177
		</dependency>
178
		<dependency>
179
			<groupId>eu.dnetlib</groupId>
180
			<artifactId>dnet-data-transformation-service</artifactId>
181
			<version>[3.0.0,4.0.0)</version>
182
		</dependency>
183

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

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

    
252
		<!-- Light-ui for pre-public check -->
253
		<!-- 		<dependency> -->
254
		<!-- 			<groupId>eu.dnetlib</groupId> -->
255
		<!-- 			<artifactId>dnet-modular-lightui-ui</artifactId> -->
256
		<!-- 			<version>[2.0.0,3.0.0)</version> -->
257
		<!-- 		</dependency> -->
258

    
259
		<dependency>
260
			<groupId>xerces</groupId>
261
			<artifactId>xercesImpl</artifactId>
262
			<version>2.11.0</version>
263
			<scope>compile</scope>
264
		</dependency>
265

    
266
		<dependency>
267
			<groupId>eu.dnetlib</groupId>
268
			<artifactId>dnet-mapreduce-jobs</artifactId>
269
			<version>[1.0.1,2.0.0)</version>
270
			<exclusions>
271
				<exclusion>
272
					<groupId>eu.dnetlib</groupId>
273
					<artifactId>dnet-openaireplus-mapping-utils</artifactId>
274
				</exclusion>
275
			</exclusions>
276
		</dependency>
277

    
278
	</dependencies>
279
	<properties>
280
		<apache.solr.version>7.5.0</apache.solr.version>
281
	</properties>
282
</project>
    (1-1/1)