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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
	<parent>
4
		<groupId>eu.dnetlib</groupId>
5
		<artifactId>dnet-container-parent</artifactId>
6
		<version>1.0.0</version>
7
		<relativePath />
8
	</parent>
9
	<modelVersion>4.0.0</modelVersion>
10
	<groupId>eu.dnetlib</groupId>
11
	<artifactId>dnet-container-openaireplus</artifactId>
12
	<packaging>war</packaging>
13
	<version>3.0.0-PROD</version>
14
	<scm>
15
	  <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/webapps/dnet-container-openaireplus/tags/dnet-container-openaireplus-3.0.0-PROD</developerConnection>
16
	</scm>
17
	<dependencies>
18

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

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

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

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

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

    
130
		<!-- Aggregation services -->
131
		<dependency>
132
			<groupId>eu.dnetlib</groupId>
133
			<artifactId>cnr-mongo-mdstore</artifactId>
134
			<version>[4.1.7,5.0.0)</version>
135
		</dependency>
136
		<dependency>
137
			<groupId>eu.dnetlib</groupId>
138
			<artifactId>dnet-modular-collector-service</artifactId>
139
			<version>[3.0.0,4.0.0)</version>
140
		</dependency>
141
		<dependency>
142
			<groupId>eu.dnetlib</groupId>
143
			<artifactId>dnet-gridfs-objectstore</artifactId>
144
			<version>[4.0.0,5.0.0)</version>
145
			<exclusions>
146
				<exclusion>
147
					<groupId>apache</groupId>
148
					<artifactId>commons-net</artifactId>
149
				</exclusion>
150
			</exclusions>
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>[3.0.8, 3.1.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
			<exclusions>
194
				<exclusion>
195
					<groupId>eu.dnetlib</groupId>
196
					<artifactId>dnet-openaireplus-mapping-utils</artifactId>
197
				</exclusion>
198
			</exclusions>
199
		</dependency>
200
		<dependency>
201
			<groupId>eu.dnetlib</groupId>
202
			<artifactId>dnet-download-service</artifactId>
203
			<version>[2.0.0,3.0.0)</version>
204
		</dependency>
205
		<dependency>
206
			<groupId>eu.dnetlib</groupId>
207
			<artifactId>dnet-download-plugins</artifactId>
208
			<version>[2.0.0,3.0.0)</version>
209
		</dependency>
210

    
211
		<dependency>
212
			<groupId>eu.dnetlib</groupId>
213
			<artifactId>cnr-inspector-security</artifactId>
214
			<version>[1.0.0,2.0.0)</version>
215
		</dependency>
216
		<dependency>
217
			<groupId>eu.dnetlib</groupId>
218
			<artifactId>dnet-webapp-monitoring</artifactId>
219
			<version>[1.0.0,2.0.0)</version>
220
		</dependency>
221

    
222
		<!-- Light-ui for pre-public check -->
223
		<!-- <dependency> -->
224
		<!-- <groupId>eu.dnetlib</groupId> -->
225
		<!-- <artifactId>dnet-modular-lightui-ui</artifactId> -->
226
		<!-- <version>[2.0.0,3.0.0)</version> -->
227
		<!-- </dependency> -->
228

    
229
		<dependency>
230
			<groupId>xerces</groupId>
231
			<artifactId>xercesImpl</artifactId>
232
			<version>2.11.0</version>
233
			<scope>compile</scope>
234
		</dependency>
235

    
236
	</dependencies>
237
</project>
    (1-1/1)