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

    
137
		<!-- dependencies added to avoid *-solr6 versions to be included in the classpath -->
138
		<!--
139
                <dependency>
140
                        <groupId>eu.dnetlib</groupId>
141
                        <artifactId>dnet-index-solr-client</artifactId>
142
                        <version>[2.4.1]</version>
143
                </dependency>
144
		-->
145
                <dependency>
146
                        <groupId>eu.dnetlib</groupId>
147
                        <artifactId>dnet-index-solr-common</artifactId>
148
                        <version>[1.3.1]</version>
149
                </dependency>
150

    
151

    
152
		<dependency>
153
			<groupId>eu.dnetlib</groupId>
154
			<artifactId>dnet-openaire-blacklist</artifactId>
155
			<version>[1.0.0,1.1.1]</version>
156
		</dependency>
157

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

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

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

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

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

    
262
		<dependency>
263
			<groupId>eu.dnetlib</groupId>
264
			<artifactId>dnet-mapreduce-jobs</artifactId>
265
			<version>[1.0.1,2.0.0)</version>
266
		</dependency>
267

    
268
	</dependencies>
269
</project>
    (1-1/1)