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>dnet-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-stdl-container-is</artifactId>
|
13
|
<packaging>war</packaging>
|
14
|
<version>1.0.0-SNAPSHOT</version>
|
15
|
|
16
|
<!-- <build> -->
|
17
|
<!-- <plugins> -->
|
18
|
<!-- <plugin> -->
|
19
|
<!-- <groupId>org.apache.tomcat.maven</groupId> -->
|
20
|
<!-- <artifactId>tomcat7-maven-plugin</artifactId> -->
|
21
|
<!-- <configuration> -->
|
22
|
<!-- <path>/app</path> -->
|
23
|
<!-- <port>8280</port> -->
|
24
|
<!-- </configuration> -->
|
25
|
<!-- <version>2.1</version> -->
|
26
|
<!-- </plugin> -->
|
27
|
<!-- </plugins> -->
|
28
|
<!-- </build> -->
|
29
|
|
30
|
<dependencies>
|
31
|
<!-- Common components in every container -->
|
32
|
<dependency>
|
33
|
<groupId>eu.dnetlib</groupId>
|
34
|
<artifactId>cnr-log4j-inspector</artifactId>
|
35
|
<version>[1.0.0,2.0.0)</version>
|
36
|
</dependency>
|
37
|
<dependency>
|
38
|
<groupId>eu.dnetlib</groupId>
|
39
|
<artifactId>dnet-schemas</artifactId>
|
40
|
<version>[1.0.0,2.0.0)</version>
|
41
|
</dependency>
|
42
|
|
43
|
<!-- Common services in every container -->
|
44
|
<dependency>
|
45
|
<groupId>eu.dnetlib</groupId>
|
46
|
<artifactId>cnr-enabling-hnm-service</artifactId>
|
47
|
<version>[2.0.0,3.0.0)</version>
|
48
|
</dependency>
|
49
|
<dependency>
|
50
|
<groupId>eu.dnetlib</groupId>
|
51
|
<artifactId>cnr-enabling-hcm-service</artifactId>
|
52
|
<version>[2.0.0,3.0.0)</version>
|
53
|
</dependency>
|
54
|
|
55
|
<!-- Enabling services service -->
|
56
|
<dependency>
|
57
|
<groupId>eu.dnetlib</groupId>
|
58
|
<artifactId>cnr-enabling-services</artifactId>
|
59
|
<version>[2.0.0,3.0.0)</version>
|
60
|
<exclusions>
|
61
|
<exclusion>
|
62
|
<groupId>apache</groupId>
|
63
|
<artifactId>commons-pool</artifactId>
|
64
|
</exclusion>
|
65
|
</exclusions>
|
66
|
</dependency>
|
67
|
<dependency>
|
68
|
<groupId>eu.dnetlib</groupId>
|
69
|
<artifactId>cnr-enabling-inspector</artifactId>
|
70
|
<version>[2.0.0,3.0.0)</version>
|
71
|
</dependency>
|
72
|
<dependency>
|
73
|
<groupId>eu.dnetlib</groupId>
|
74
|
<artifactId>cnr-resultset-inspector</artifactId>
|
75
|
<version>[2.0.0,3.0.0)</version>
|
76
|
</dependency>
|
77
|
<dependency>
|
78
|
<groupId>eu.dnetlib</groupId>
|
79
|
<artifactId>cnr-enabling-database-service</artifactId>
|
80
|
<version>[2.0.0,3.0.0)</version>
|
81
|
</dependency>
|
82
|
|
83
|
<!-- Manager Service Resource Orchestration (required for workflows) -->
|
84
|
<dependency>
|
85
|
<groupId>eu.dnetlib</groupId>
|
86
|
<artifactId>dnet-msro-service</artifactId>
|
87
|
<version>[3.0.0,4.0.0)</version>
|
88
|
</dependency>
|
89
|
<dependency>
|
90
|
<groupId>eu.dnetlib</groupId>
|
91
|
<artifactId>dnet-mongo-logging</artifactId>
|
92
|
<version>[1.0.0,2.0.0)</version>
|
93
|
</dependency>
|
94
|
<dependency>
|
95
|
<groupId>eu.dnetlib</groupId>
|
96
|
<artifactId>dnet-hadoop-service</artifactId>
|
97
|
<version>[2.0.0,3.0.0)</version>
|
98
|
</dependency>
|
99
|
<dependency>
|
100
|
<groupId>eu.dnetlib</groupId>
|
101
|
<artifactId>dnet-actionmanager-service</artifactId>
|
102
|
<version>[3.0.0,4.0.0)</version>
|
103
|
</dependency>
|
104
|
|
105
|
<!-- OAI publisher -->
|
106
|
<dependency>
|
107
|
<groupId>eu.dnetlib</groupId>
|
108
|
<artifactId>dnet-oai-common-workflows</artifactId>
|
109
|
<version>[3.0.0,4.0.0)</version>
|
110
|
</dependency>
|
111
|
|
112
|
<!-- Modular User Interfaces -->
|
113
|
<dependency>
|
114
|
<groupId>eu.dnetlib</groupId>
|
115
|
<artifactId>dnet-modular-ui</artifactId>
|
116
|
<version>[3.0.0,4.0.0)</version>
|
117
|
</dependency>
|
118
|
<dependency>
|
119
|
<groupId>eu.dnetlib</groupId>
|
120
|
<artifactId>dnet-modular-workflows-ui</artifactId>
|
121
|
<version>[4.0.0,5.0.0)</version>
|
122
|
</dependency>
|
123
|
<dependency>
|
124
|
<groupId>eu.dnetlib</groupId>
|
125
|
<artifactId>dnet-modular-is-ui</artifactId>
|
126
|
<version>[2.0.1,3.0.0)</version>
|
127
|
</dependency>
|
128
|
<dependency>
|
129
|
<groupId>eu.dnetlib</groupId>
|
130
|
<artifactId>dnet-modular-repositories-ui</artifactId>
|
131
|
<version>[4.0.0,5.0.0)</version>
|
132
|
</dependency>
|
133
|
<dependency>
|
134
|
<groupId>eu.dnetlib</groupId>
|
135
|
<artifactId>dnet-modular-oai-explorer-ui</artifactId>
|
136
|
<version>[2.0.0,3.0.0)</version>
|
137
|
</dependency>
|
138
|
<dependency>
|
139
|
<groupId>eu.dnetlib</groupId>
|
140
|
<artifactId>dnet-oai-modular-ui</artifactId>
|
141
|
<version>[3.0.0,4.0.0)</version>
|
142
|
</dependency>
|
143
|
<dependency>
|
144
|
<groupId>eu.dnetlib</groupId>
|
145
|
<artifactId>dnet-modular-vocabularies-ui</artifactId>
|
146
|
<version>[2.0.1,3.0.0)</version>
|
147
|
</dependency>
|
148
|
<dependency>
|
149
|
<groupId>eu.dnetlib</groupId>
|
150
|
<artifactId>dnet-modular-cleaning-rules-ui</artifactId>
|
151
|
<version>[2.0.0,3.0.0)</version>
|
152
|
</dependency>
|
153
|
<dependency>
|
154
|
<groupId>eu.dnetlib</groupId>
|
155
|
<artifactId>dnet-modular-index-ui</artifactId>
|
156
|
<version>[2.0.1,3.0.0)</version>
|
157
|
</dependency>
|
158
|
<dependency>
|
159
|
<groupId>eu.dnetlib</groupId>
|
160
|
<artifactId>dnet-modular-lightui-ui</artifactId>
|
161
|
<version>[2.0.0,3.0.0)</version>
|
162
|
</dependency>
|
163
|
<dependency>
|
164
|
<groupId>eu.dnetlib</groupId>
|
165
|
<artifactId>dnet-modular-database-ui</artifactId>
|
166
|
<version>[2.0.0,3.0.0)</version>
|
167
|
</dependency>
|
168
|
|
169
|
<!-- Aggregation services -->
|
170
|
<dependency>
|
171
|
<groupId>eu.dnetlib</groupId>
|
172
|
<artifactId>cnr-mongo-mdstore</artifactId>
|
173
|
<version>[4.0.0,5.0.0)</version>
|
174
|
</dependency>
|
175
|
<dependency>
|
176
|
<groupId>eu.dnetlib</groupId>
|
177
|
<artifactId>dnet-modular-collector-service</artifactId>
|
178
|
<version>[3.0.0,4.0.0)</version>
|
179
|
</dependency>
|
180
|
<dependency>
|
181
|
<groupId>eu.dnetlib</groupId>
|
182
|
<artifactId>dnet-data-transformation-service</artifactId>
|
183
|
<version>[2.0.0,3.0.0)</version>
|
184
|
</dependency>
|
185
|
|
186
|
<dependency>
|
187
|
<groupId>eu.dnetlib</groupId>
|
188
|
<artifactId>cnr-inspector-security</artifactId>
|
189
|
<version>[1.0.0,2.0.0)</version>
|
190
|
</dependency>
|
191
|
<dependency>
|
192
|
<groupId>eu.dnetlib</groupId>
|
193
|
<artifactId>dnet-webapp-monitoring</artifactId>
|
194
|
<version>[1.0.0,2.0.0)</version>
|
195
|
</dependency>
|
196
|
|
197
|
<!-- STDL container profiles and workflows -->
|
198
|
<dependency>
|
199
|
<groupId>eu.dnetlib</groupId>
|
200
|
<artifactId>dnet-stdl-profiles</artifactId>
|
201
|
<version>[1.0.0,2.0.0)</version>
|
202
|
</dependency>
|
203
|
<dependency>
|
204
|
<groupId>eu.dnetlib</groupId>
|
205
|
<artifactId>dnet-aggregative-basic-workflows</artifactId>
|
206
|
<version>[1.0.0,2.0.0)</version>
|
207
|
</dependency>
|
208
|
<dependency>
|
209
|
<groupId>eu.dnetlib</groupId>
|
210
|
<artifactId>dnet-deduplication</artifactId>
|
211
|
<version>[1.0.0,2.0.0)</version>
|
212
|
</dependency>
|
213
|
|
214
|
<!-- Datasource manager -->
|
215
|
<dependency>
|
216
|
<groupId>eu.dnetlib</groupId>
|
217
|
<artifactId>dnet-datasource-manager-service</artifactId>
|
218
|
<version>[1.0.0, 2.0.0)</version>
|
219
|
</dependency>
|
220
|
|
221
|
<dependency>
|
222
|
<groupId>xerces</groupId>
|
223
|
<artifactId>xercesImpl</artifactId>
|
224
|
<version>2.11.0</version>
|
225
|
<scope>compile</scope>
|
226
|
</dependency>
|
227
|
<dependency>
|
228
|
<groupId>com.fasterxml.jackson.core</groupId>
|
229
|
<artifactId>jackson-databind</artifactId>
|
230
|
<version>2.4.3</version>
|
231
|
</dependency>
|
232
|
|
233
|
<!-- Security -->
|
234
|
<!-- <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-web</artifactId>
|
235
|
<version>3.2.5.RELEASE</version> <exclusions> <exclusion> <artifactId>spring-core</artifactId>
|
236
|
<groupId>org.springframework</groupId> </exclusion> </exclusions> </dependency>
|
237
|
<dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-config</artifactId>
|
238
|
<version>3.2.5.RELEASE</version> <exclusions> <exclusion> <artifactId>spring-core</artifactId>
|
239
|
<groupId>org.springframework</groupId> </exclusion> </exclusions> </dependency>
|
240
|
<dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId>
|
241
|
<version>${spring.version}</version> </dependency> <dependency> <groupId>org.springframework</groupId>
|
242
|
<artifactId>spring-tx</artifactId> <version>${spring.version}</version> </dependency> -->
|
243
|
</dependencies>
|
244
|
|
245
|
</project>
|