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</version>
8
		<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/dnet40/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>[1.0.0,2.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-workflows-ui</artifactId>
88
			<version>[4.0.0,5.0.0)</version>
89
		</dependency>
90
		<dependency>
91
			<groupId>eu.dnetlib</groupId>
92
			<artifactId>dnet-modular-is-ui</artifactId>
93
			<version>[2.0.1,3.0.0)</version>
94
		</dependency>
95
		<dependency>
96
			<groupId>eu.dnetlib</groupId>
97
			<artifactId>dnet-modular-repositories-ui</artifactId>
98
			<version>[4.0.0,5.0.0)</version>
99
		</dependency>
100
		<dependency>
101
			<groupId>eu.dnetlib</groupId>
102
			<artifactId>dnet-modular-oai-explorer-ui</artifactId>
103
			<version>[2.0.0,3.0.0)</version>
104
		</dependency>
105
		<dependency>
106
			<groupId>eu.dnetlib</groupId>
107
			<artifactId>dnet-oai-modular-ui</artifactId>
108
			<version>[3.0.0,4.0.0)</version>
109
		</dependency>
110
		<dependency>
111
			<groupId>eu.dnetlib</groupId>
112
			<artifactId>dnet-modular-vocabularies-ui</artifactId>
113
			<version>[2.0.1,3.0.0)</version>
114
		</dependency>
115
		<dependency>
116
			<groupId>eu.dnetlib</groupId>
117
			<artifactId>dnet-objectStore-ui</artifactId>
118
			<version>[1.0.0,2.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>[4.1.7,5.0.0)</version>
141
		</dependency>
142
		<dependency>
143
			<groupId>eu.dnetlib</groupId>
144
			<artifactId>dnet-modular-collector-service</artifactId>
145
			<version>[3.0.0,3.3.0)</version>
146
		</dependency>
147
		<dependency>
148
			<groupId>eu.dnetlib</groupId>
149
			<artifactId>dnet-fs-objectstore</artifactId>
150
			<version>[1.0.0,2.0.0)</version>
151
		</dependency>
152
		<dependency>
153
			<groupId>eu.dnetlib</groupId>
154
			<artifactId>dnet-data-transformation-service</artifactId>
155
			<version>[2.0.0,3.0.0)</version>
156
		</dependency>
157

    
158
		<dependency>
159
			<groupId>eu.dnetlib</groupId>
160
			<artifactId>cnr-enabling-database-service</artifactId>
161
			<version>[2.0.0,3.0.0)</version>
162
		</dependency>
163
		<dependency>
164
			<groupId>eu.dnetlib</groupId>
165
			<artifactId>dnet-openaireplus-profiles</artifactId>
166
			<version>[1.0.0,2.0.0)</version>
167
		</dependency>
168
		<dependency>
169
			<groupId>eu.dnetlib</groupId>
170
			<artifactId>cnr-data-utility-cleaner-service</artifactId>
171
			<version>[3.0.0,4.0.0)</version>
172
		</dependency>
173
		<dependency>
174
			<groupId>eu.dnetlib</groupId>
175
			<artifactId>dnet-openaireplus-workflows</artifactId>
176
			<version>[4.0.0, 5.0.0)</version>
177
		</dependency>
178
		<dependency>
179
			<groupId>eu.dnetlib</groupId>
180
			<artifactId>dnet-hadoop-service</artifactId>
181
			<version>[2.0.0,3.0.0)</version>
182
			<exclusions>
183
				<exclusion>
184
					<groupId>org.jruby</groupId>
185
					<artifactId>jruby-complete</artifactId>
186
				</exclusion>
187
			</exclusions>
188
		</dependency>
189
		<dependency>
190
			<groupId>eu.dnetlib</groupId>
191
			<artifactId>dnet-actionmanager-service</artifactId>
192
			<version>[3.0.0,4.0.0)</version>
193
		</dependency>
194
		<dependency>
195
			<groupId>eu.dnetlib</groupId>
196
			<artifactId>dnet-download-service</artifactId>
197
			<version>[2.0.0,3.0.0)</version>
198
		</dependency>
199
		<dependency>
200
			<groupId>eu.dnetlib</groupId>
201
			<artifactId>dnet-download-plugins</artifactId>
202
			<version>[2.0.0,3.0.0)</version>
203
		</dependency>
204

    
205
		<dependency>
206
			<groupId>eu.dnetlib</groupId>
207
			<artifactId>cnr-inspector-security</artifactId>
208
			<version>[1.0.0,2.0.0)</version>
209
		</dependency>
210
		<dependency>
211
			<groupId>eu.dnetlib</groupId>
212
			<artifactId>dnet-webapp-monitoring</artifactId>
213
			<version>[1.0.0,2.0.0)</version>
214
		</dependency>
215
		<dependency>
216
			<groupId>eu.dnetlib</groupId>
217
			<artifactId>dnet-deduplication</artifactId>
218
			<version>[1.0.0,1.4.0)</version>
219
		</dependency>
220
		<dependency>
221
			<groupId>eu.dnetlib</groupId>
222
			<artifactId>dnet-openaire-blacklist</artifactId>
223
			<version>[1.0.0,2.0.0)</version>
224
		</dependency>
225
		<dependency>
226
			<groupId>eu.dnetlib</groupId>
227
			<artifactId>dnet-openaireplus-mapping-utils</artifactId>
228
			<version>[3.2.11]</version>
229
		</dependency>
230
                <dependency>
231
                        <groupId>eu.dnetlib</groupId>
232
                        <artifactId>dnet-openaire-data-protos</artifactId>
233
                        <version>[3.4.0]</version>
234
                </dependency>
235

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

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

    
250
	</dependencies>
251
</project>
    (1-1/1)