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>dnet45-container-parent</artifactId>
7
        <version>1.0.0-SNAPSHOT</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>3.0.0-SNAPSHOT</version>
15
    <dependencies>
16

    
17
        <dependency>
18
            <groupId>eu.dnetlib</groupId>
19
            <artifactId>dnet-objectStore-ui</artifactId>
20
            <version>[1.0.0,2.0.0)</version>
21
        </dependency>
22

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

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

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

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

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

    
134
        <!-- Aggregation services -->
135
        <dependency>
136
            <groupId>eu.dnetlib</groupId>
137
            <artifactId>cnr-mongo-mdstore</artifactId>
138
            <version>[6.0.0-SNAPSHOT,7.0.0)</version>
139
        </dependency>
140
        <dependency>
141
            <groupId>eu.dnetlib</groupId>
142
            <artifactId>dnet-modular-collector-service</artifactId>
143
            <version>[3.0.0,4.0.0)</version>
144
        </dependency>
145

    
146
        <dependency>
147
            <groupId>eu.dnetlib</groupId>
148
            <artifactId>dnet-fs-objectstore</artifactId>
149
            <version>[2.0.0,3.0.0)</version>
150
        </dependency>
151

    
152
        <dependency>
153
            <groupId>eu.dnetlib</groupId>
154
            <artifactId>dnet-data-transformation-service</artifactId>
155
            <version>[3.0.0,4.0.0)</version>
156
        </dependency>
157

    
158
		<dependency>
159
			<groupId>eu.dnetlib</groupId>
160
			<artifactId>cnr-enabling-database-service</artifactId>
161
			<version>[3.0.0,4.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>[6.3.1-solr7-SNAPSHOT]</version>
177
		</dependency>
178

    
179
		<dependency>
180
			<groupId>eu.dnetlib</groupId>
181
			<artifactId>dnet-deduplication</artifactId>
182
			<version>[1.0.0,2.0.0)</version>
183
		</dependency>
184
		<dependency>
185
			<groupId>eu.dnetlib</groupId>
186
			<artifactId>dnet-hadoop-service</artifactId>
187
			<version>[2.0.0,3.0.0)</version>
188
			<exclusions>
189
				<exclusion>
190
					<groupId>org.jruby</groupId>
191
					<artifactId>jruby-complete</artifactId>
192
				</exclusion>
193
				<exclusion>
194
					<groupId>org.apache.httpcomponents</groupId>
195
					<artifactId>httpclient</artifactId>
196
				</exclusion>
197
			</exclusions>
198
		</dependency>
199
		<dependency>
200
			<groupId>eu.dnetlib</groupId>
201
			<artifactId>dnet-actionmanager-service</artifactId>
202
			<version>[5.0.0,6.0.0)</version>
203
		</dependency>
204
		<dependency>
205
			<groupId>eu.dnetlib</groupId>
206
			<artifactId>dnet-download-service</artifactId>
207
			<version>[2.0.0,3.0.0)</version>
208
		</dependency>
209
		<dependency>
210
			<groupId>eu.dnetlib</groupId>
211
			<artifactId>dnet-download-plugins</artifactId>
212
			<version>[2.0.0,3.0.0)</version>
213
		</dependency>
214

    
215
        <dependency>
216
            <groupId>eu.dnetlib</groupId>
217
            <artifactId>cnr-inspector-security</artifactId>
218
            <version>[1.0.0,2.0.0)</version>
219
        </dependency>
220
        <dependency>
221
            <groupId>eu.dnetlib</groupId>
222
            <artifactId>dnet-webapp-monitoring</artifactId>
223
            <version>[1.0.0,2.0.0)</version>
224
        </dependency>
225

    
226
        <dependency>
227
            <groupId>eu.dnetlib</groupId>
228
            <artifactId>dnet-openaire-blacklist</artifactId>
229
            <version>[1.0.0,2.0.0)</version>
230
        </dependency>
231

    
232
        <dependency>
233
            <groupId>eu.dnetlib</groupId>
234
            <artifactId>dnet-modular-mdstore-ui</artifactId>
235
            <version>[1.0.0-SNAPSHOT, 2.0.0)</version>
236
        </dependency>
237

    
238
        <dependency>
239
            <groupId>xerces</groupId>
240
            <artifactId>xercesImpl</artifactId>
241
            <version>2.11.0</version>
242
            <scope>compile</scope>
243
        </dependency>
244

    
245
        <dependency>
246
            <groupId>eu.dnetlib</groupId>
247
            <artifactId>dnet-mapreduce-jobs</artifactId>
248
            <version>[1.0.0,2.0.0)</version>
249
        </dependency>
250

    
251
        <dependency>
252
            <groupId>javax.servlet</groupId>
253
            <artifactId>javax.servlet-api</artifactId>
254
            <version>${javax.servlet.version}</version>
255
            <scope>provided</scope>
256
        </dependency>
257

    
258
        <!-- SWAGGER -->
259
        <dependency>
260
            <groupId>com.fasterxml.jackson.datatype</groupId>
261
            <artifactId>jackson-datatype-joda</artifactId>
262
            <version>2.6.6</version>
263
            <exclusions>
264
                <exclusion>
265
                    <groupId>com.fasterxml.jackson.core</groupId>
266
                    <artifactId>jackson-annotations</artifactId>
267
                </exclusion>
268
            </exclusions>
269
        </dependency>
270
        <dependency>
271
            <groupId>joda-time</groupId>
272
            <artifactId>joda-time</artifactId>
273
            <version>2.8.2</version>
274
        </dependency>
275

    
276
        <dependency>
277
            <groupId>io.springfox</groupId>
278
            <artifactId>springfox-swagger2</artifactId>
279
            <version>${springfox-version}</version>
280
        </dependency>
281
        <dependency>
282
            <groupId>io.springfox</groupId>
283
            <artifactId>springfox-swagger-ui</artifactId>
284
            <version>${springfox-version}</version>
285
        </dependency>
286

    
287
        <dependency>
288
            <groupId>org.hibernate</groupId>
289
            <artifactId>hibernate-validator</artifactId>
290
            <version>5.2.4.Final</version>
291
        </dependency>
292

    
293
    </dependencies>
294

    
295
    <properties>
296
        <springfox-version>2.5.0</springfox-version>
297
    </properties>
298

    
299
</project>
(2-2/2)