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>dnet-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
		<!-- Common components in every container -->
18
		<dependency>
19
			<groupId>eu.dnetlib</groupId>
20
			<artifactId>cnr-log4j-inspector</artifactId>
21
			<version>[1.0.0,2.0.0)</version>
22
		</dependency>
23
		<dependency>
24
			<groupId>eu.dnetlib</groupId>
25
			<artifactId>dnet-schemas</artifactId>
26
			<version>[1.0.0,2.0.0)</version>
27
		</dependency>
28

    
29
		<!-- Common services in every container -->
30
		<dependency>
31
			<groupId>eu.dnetlib</groupId>
32
			<artifactId>cnr-enabling-hnm-service</artifactId>
33
			<version>[2.0.0,3.0.0)</version>
34
		</dependency>
35
		<dependency>
36
			<groupId>eu.dnetlib</groupId>
37
			<artifactId>cnr-enabling-hcm-service</artifactId>
38
			<version>[2.0.0,3.0.0)</version>
39
		</dependency>
40

    
41
		<!-- Enabling services service -->
42
		<dependency>
43
			<groupId>eu.dnetlib</groupId>
44
			<artifactId>cnr-enabling-services</artifactId>
45
			<version>[2.0.0,3.0.0)</version>
46
			<exclusions>
47
				<exclusion>
48
					<groupId>apache</groupId>
49
					<artifactId>commons-pool</artifactId>
50
				</exclusion>
51
			</exclusions>
52
		</dependency>
53
		<dependency>
54
			<groupId>eu.dnetlib</groupId>
55
			<artifactId>cnr-enabling-inspector</artifactId>
56
			<version>[2.0.0,3.0.0)</version>
57
		</dependency>
58
		<dependency>
59
			<groupId>eu.dnetlib</groupId>
60
			<artifactId>cnr-resultset-inspector</artifactId>
61
			<version>[2.0.0,3.0.0)</version>
62
		</dependency>
63

    
64
		<!-- Manager Service Resource Orchestration (required for workflows) -->
65
		<dependency>
66
			<groupId>eu.dnetlib</groupId>
67
			<artifactId>dnet-msro-service</artifactId>
68
			<version>[3.0.0,4.0.0)</version>
69
		</dependency>
70
		<dependency>
71
			<groupId>eu.dnetlib</groupId>
72
			<artifactId>dnet-mongo-logging</artifactId>
73
			<version>[2.0.0,3.0.0)</version>
74
		</dependency>
75

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

    
133

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

    
157

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

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

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

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

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

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

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

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

    
259
		<dependency>
260
			<groupId>eu.dnetlib</groupId>
261
			<artifactId>dnet-mapreduce-jobs</artifactId>
262
			<version>[0.0.9.7,0.1.0.0)</version>
263
		</dependency>
264

    
265
	</dependencies>
266
</project>
(2-2/2)