Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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-SNAPSHOT</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>3.0.0-SNAPSHOT</version>
15
	<dependencies>
16

    
17

    
18
		<dependency>
19
			<groupId>eu.dnetlib</groupId>
20
			<artifactId>dnet-objectStore-ui</artifactId>
21
			<version>[1.0.0,2.0.0)</version>
22
		</dependency>
23

    
24

    
25
		<!-- Common components in every container -->
26
		<dependency>
27
			<groupId>eu.dnetlib</groupId>
28
			<artifactId>cnr-log4j-inspector</artifactId>
29
			<version>[1.0.0,2.0.0)</version>
30
		</dependency>
31
		<dependency>
32
			<groupId>eu.dnetlib</groupId>
33
			<artifactId>dnet-schemas</artifactId>
34
			<version>[1.0.0,2.0.0)</version>
35
		</dependency>
36

    
37
		<!-- Common services in every container -->
38
		<dependency>
39
			<groupId>eu.dnetlib</groupId>
40
			<artifactId>cnr-enabling-hnm-service</artifactId>
41
			<version>[2.0.0,3.0.0)</version>
42
		</dependency>
43
		<dependency>
44
			<groupId>eu.dnetlib</groupId>
45
			<artifactId>cnr-enabling-hcm-service</artifactId>
46
			<version>[2.0.0,3.0.0)</version>
47
		</dependency>
48

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

    
72
		<!-- Manager Service Resource Orchestration (required for workflows) -->
73
		<dependency>
74
			<groupId>eu.dnetlib</groupId>
75
			<artifactId>dnet-msro-service</artifactId>
76
			<version>[3.0.0,4.0.0)</version>
77
		</dependency>
78
		<dependency>
79
			<groupId>eu.dnetlib</groupId>
80
			<artifactId>dnet-mongo-logging</artifactId>
81
			<version>[2.0.0,3.0.0)</version>
82
		</dependency>
83

    
84
		<!-- Modular User Interfaces -->
85
		<dependency>
86
			<groupId>eu.dnetlib</groupId>
87
			<artifactId>dnet-modular-ui</artifactId>
88
			<version>[3.0.0,4.0.0)</version>
89
		</dependency>
90
		<dependency>
91
			<groupId>eu.dnetlib</groupId>
92
			<artifactId>dnet-modular-workflows-ui</artifactId>
93
			<version>[4.0.0,5.0.0)</version>
94
		</dependency>
95
		<dependency>
96
			<groupId>eu.dnetlib</groupId>
97
			<artifactId>dnet-modular-is-ui</artifactId>
98
			<version>[2.0.1,3.0.0)</version>
99
		</dependency>
100
		<dependency>
101
			<groupId>eu.dnetlib</groupId>
102
			<artifactId>dnet-modular-repositories-ui</artifactId>
103
			<version>[4.0.0,5.0.0)</version>
104
		</dependency>
105
		<dependency>
106
			<groupId>eu.dnetlib</groupId>
107
			<artifactId>dnet-modular-oai-explorer-ui</artifactId>
108
			<version>[2.0.0,3.0.0)</version>
109
		</dependency>
110
		<dependency>
111
			<groupId>eu.dnetlib</groupId>
112
			<artifactId>dnet-oai-modular-ui</artifactId>
113
			<version>[3.0.0,4.0.0)</version>
114
		</dependency>
115
		<dependency>
116
			<groupId>eu.dnetlib</groupId>
117
			<artifactId>dnet-modular-vocabularies-ui</artifactId>
118
			<version>[2.0.1,3.0.0)</version>
119
		</dependency>
120
		<dependency>
121
			<groupId>eu.dnetlib</groupId>
122
			<artifactId>dnet-modular-cleaning-rules-ui</artifactId>
123
			<version>[2.0.0,3.0.0)</version>
124
		</dependency>
125
		<dependency>
126
			<groupId>eu.dnetlib</groupId>
127
			<artifactId>dnet-modular-database-ui</artifactId>
128
			<version>[2.0.0,3.0.0)</version>
129
		</dependency>
130
		<dependency>
131
			<groupId>eu.dnetlib</groupId>
132
			<artifactId>dnet-modular-index-ui</artifactId>
133
			<version>[2.0.1,3.0.0)</version>
134
		</dependency>
135

    
136
		<!-- Aggregation services -->
137
		<dependency>
138
			<groupId>eu.dnetlib</groupId>
139
			<artifactId>cnr-mongo-mdstore</artifactId>
140
			<version>[6.0.0-SNAPSHOT,7.0.0)</version>
141
		</dependency>
142
		<dependency>
143
			<groupId>eu.dnetlib</groupId>
144
			<artifactId>dnet-modular-collector-service</artifactId>
145
			<version>[3.0.0,4.0.0)</version>
146
		</dependency>
147
		<!-- 		<dependency> -->
148
		<!-- 			<groupId>eu.dnetlib</groupId> -->
149
		<!-- 			<artifactId>dnet-gridfs-objectstore</artifactId> -->
150
		<!-- 			<version>[4.0.0,5.0.0)</version> -->
151
		<!-- 			<exclusions> -->
152
		<!--                <exclusion> -->
153
		<!--                    <groupId>apache</groupId> -->
154
		<!--                    <artifactId>commons-net</artifactId> -->
155
		<!--                    </exclusion> -->
156
		<!--                </exclusions> -->
157
		<!-- 		</dependency> -->
158

    
159

    
160
		<dependency>
161
			<groupId>eu.dnetlib</groupId>
162
			<artifactId>dnet-fs-objectstore</artifactId>
163
			<version>[2.0.0-SNAPSHOT,3.0.0)</version>
164
		</dependency>
165

    
166
		<dependency>
167
			<groupId>eu.dnetlib</groupId>
168
			<artifactId>dnet-data-transformation-service</artifactId>
169
			<version>[3.0.0,4.0.0)</version>
170
		</dependency>
171

    
172
		<dependency>
173
			<groupId>eu.dnetlib</groupId>
174
			<artifactId>cnr-enabling-database-service</artifactId>
175
			<version>[3.0.0-SNAPSHOT,4.0.0)</version>
176
		</dependency>
177
		<dependency>
178
			<groupId>eu.dnetlib</groupId>
179
			<artifactId>dnet-openaireplus-profiles</artifactId>
180
			<version>[1.0.0,2.0.0)</version>
181
		</dependency>
182
		<dependency>
183
			<groupId>eu.dnetlib</groupId>
184
			<artifactId>cnr-data-utility-cleaner-service</artifactId>
185
			<version>[3.0.0,4.0.0)</version>
186
		</dependency>
187
		<dependency>
188
			<groupId>eu.dnetlib</groupId>
189
			<artifactId>dnet-openaireplus-workflows</artifactId>
190
			<version>[6.0.1-SNAPSHOT, 7.0.0)</version>
191
		</dependency>
192
		<dependency>
193
			<groupId>eu.dnetlib</groupId>
194
			<artifactId>dnet-deduplication</artifactId>
195
			<version>[1.0.0,2.0.0)</version>
196
		</dependency>
197
		<dependency>
198
			<groupId>eu.dnetlib</groupId>
199
			<artifactId>dnet-hadoop-service</artifactId>
200
			<version>[2.0.0,3.0.0)</version>
201
			<exclusions>
202
				<exclusion>
203
					<groupId>org.jruby</groupId>
204
					<artifactId>jruby-complete</artifactId>
205
				</exclusion>
206
			</exclusions>
207
		</dependency>
208
		<dependency>
209
			<groupId>eu.dnetlib</groupId>
210
			<artifactId>dnet-actionmanager-service</artifactId>
211
			<version>[5.0.0,6.0.0)</version>
212
		</dependency>
213
		<dependency>
214
			<groupId>eu.dnetlib</groupId>
215
			<artifactId>dnet-download-service</artifactId>
216
			<version>[2.0.0,3.0.0)</version>
217
		</dependency>
218
		<dependency>
219
			<groupId>eu.dnetlib</groupId>
220
			<artifactId>dnet-download-plugins</artifactId>
221
			<version>[2.0.0,3.0.0)</version>
222
		</dependency>
223

    
224
		<dependency>
225
			<groupId>eu.dnetlib</groupId>
226
			<artifactId>cnr-inspector-security</artifactId>
227
			<version>[1.0.0,2.0.0)</version>
228
		</dependency>
229
		<dependency>
230
			<groupId>eu.dnetlib</groupId>
231
			<artifactId>dnet-webapp-monitoring</artifactId>
232
			<version>[1.0.0,2.0.0)</version>
233
		</dependency>
234

    
235
		<dependency>
236
			<groupId>eu.dnetlib</groupId>
237
			<artifactId>dnet-openaire-blacklist</artifactId>
238
			<version>[1.0.0,2.0.0)</version>
239
		</dependency>
240

    
241
		<dependency>
242
			<groupId>eu.dnetlib</groupId>
243
			<artifactId>dnet-modular-mdstore-ui</artifactId>
244
			<version>[1.0.0-SNAPSHOT, 2.0.0)</version>
245
		</dependency>
246

    
247
		<!-- Light-ui for pre-public check -->
248
		<!-- 		<dependency> -->
249
		<!-- 			<groupId>eu.dnetlib</groupId> -->
250
		<!-- 			<artifactId>dnet-modular-lightui-ui</artifactId> -->
251
		<!-- 			<version>[2.0.0,3.0.0)</version> -->
252
		<!-- 		</dependency> -->
253

    
254
		<dependency>
255
			<groupId>xerces</groupId>
256
			<artifactId>xercesImpl</artifactId>
257
			<version>2.11.0</version>
258
			<scope>compile</scope>
259
		</dependency>
260

    
261
		<dependency>
262
			<groupId>eu.dnetlib</groupId>
263
			<artifactId>dnet-mapreduce-jobs</artifactId>
264
			<version>[1.0.0-SNAPSHOT,2.0.0)</version>
265
		</dependency>
266
<!--
267
		<dependency>
268
                        <groupId>eu.dnetlib</groupId>
269
                        <artifactId>dnet-datasource-rest-api</artifactId>
270
                        <version>[1.0.0,2.0.0)</version>
271
                </dependency>
272
-->
273

    
274

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