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-PROD-SNAPSHOT</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>[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
		<dependency>
137
			<groupId>eu.dnetlib</groupId>
138
			<artifactId>dnet-openaire-blacklist</artifactId>
139
			<version>[1.0.0,2.0.0)</version>
140
		</dependency>
141

    
142
		<!-- Aggregation services -->
143
		<dependency>
144
			<groupId>eu.dnetlib</groupId>
145
			<artifactId>cnr-mongo-mdstore</artifactId>
146
			<version>[6.0.0,7.0.0)</version>
147
		</dependency>
148
		<dependency>
149
			<groupId>eu.dnetlib</groupId>
150
			<artifactId>dnet-modular-collector-service</artifactId>
151
			<version>[3.0.0,4.0.0)</version>
152
		</dependency>
153
		<dependency>
154
			<groupId>eu.dnetlib</groupId>
155
			<artifactId>dnet-fs-objectstore</artifactId>
156
			<version>[2.0.0,3.0.0)</version>
157
		</dependency>
158
		<dependency>
159
			<groupId>eu.dnetlib</groupId>
160
			<artifactId>dnet-data-transformation-service</artifactId>
161
			<version>[3.0.0,4.0.0)</version>
162
		</dependency>
163

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

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

    
232
                <dependency>
233
                        <groupId>eu.dnetlib</groupId>
234
                        <artifactId>dnet-openaireplus-mapping-utils</artifactId>
235
                        <version>[6.0.4,6.1.0)</version>
236
                </dependency>
237

    
238
		<!-- Light-ui for pre-public check -->
239
		<!-- 		<dependency> -->
240
		<!-- 			<groupId>eu.dnetlib</groupId> -->
241
		<!-- 			<artifactId>dnet-modular-lightui-ui</artifactId> -->
242
		<!-- 			<version>[2.0.0,3.0.0)</version> -->
243
		<!-- 		</dependency> -->
244

    
245
		<dependency>
246
		  <groupId>xerces</groupId>
247
		  <artifactId>xercesImpl</artifactId>
248
		  <version>2.11.0</version>
249
		  <scope>compile</scope>
250
		</dependency>
251

    
252
		<dependency>
253
			<groupId>eu.dnetlib</groupId>
254
			<artifactId>dnet-mapreduce-jobs</artifactId>
255
			<version>[1.0.1,2.0.0)</version>
256
		</dependency>
257

    
258
	</dependencies>
259
</project>
    (1-1/1)