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.1-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.1-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-fs-objectstore</artifactId>
144
		        <version>[1.0.0,2.0.0)</version>
145
		</dependency>
146
		<dependency>
147
			<groupId>eu.dnetlib</groupId>
148
			<artifactId>dnet-data-transformation-service</artifactId>
149
			<version>[2.0.0,3.0.0)</version>
150
		</dependency>
151

    
152
		<dependency>
153
			<groupId>eu.dnetlib</groupId>
154
			<artifactId>cnr-enabling-database-service</artifactId>
155
			<version>[2.0.0,3.0.0)</version>
156
		</dependency>
157
		<dependency>
158
			<groupId>eu.dnetlib</groupId>
159
			<artifactId>dnet-openaireplus-profiles</artifactId>
160
			<version>[1.0.0,2.0.0)</version>
161
		</dependency>
162
		<dependency>
163
			<groupId>eu.dnetlib</groupId>
164
			<artifactId>cnr-data-utility-cleaner-service</artifactId>
165
			<version>[3.0.0,4.0.0)</version>
166
		</dependency>
167
		<dependency>
168
			<groupId>eu.dnetlib</groupId>
169
			<artifactId>dnet-openaireplus-workflows</artifactId>
170
			<version>[3.0.8, 3.1.0)</version>
171
		</dependency>
172
		<dependency>
173
			<groupId>eu.dnetlib</groupId>
174
			<artifactId>dnet-hadoop-service</artifactId>
175
			<version>[2.0.0,3.0.0)</version>
176
			<exclusions>
177
				<exclusion>
178
					<groupId>org.jruby</groupId>
179
					<artifactId>jruby-complete</artifactId>
180
				</exclusion>
181
			</exclusions>
182
		</dependency>
183
		<dependency>
184
			<groupId>eu.dnetlib</groupId>
185
			<artifactId>dnet-actionmanager-service</artifactId>
186
			<version>[3.0.0,4.0.0)</version>
187
			<exclusions>
188
				<exclusion>
189
					<groupId>eu.dnetlib</groupId>
190
					<artifactId>dnet-openaireplus-mapping-utils</artifactId>
191
				</exclusion>
192
			</exclusions>
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

    
216
		<!-- Light-ui for pre-public check -->
217
		<!-- <dependency> -->
218
		<!-- <groupId>eu.dnetlib</groupId> -->
219
		<!-- <artifactId>dnet-modular-lightui-ui</artifactId> -->
220
		<!-- <version>[2.0.0,3.0.0)</version> -->
221
		<!-- </dependency> -->
222

    
223
		<dependency>
224
			<groupId>xerces</groupId>
225
			<artifactId>xercesImpl</artifactId>
226
			<version>2.11.0</version>
227
			<scope>compile</scope>
228
		</dependency>
229

    
230
	</dependencies>
231
</project>
    (1-1/1)