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-minimal-container</artifactId>
|
12
|
<packaging>war</packaging>
|
13
|
<version>1.0.0-SNAPSHOT</version>
|
14
|
<scm>
|
15
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/webapps/dnet-minimal-container/trunk</developerConnection>
|
16
|
</scm>
|
17
|
|
18
|
<dependencies>
|
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-index-ui</artifactId>
|
122
|
<version>[2.0.1,3.0.0)</version>
|
123
|
</dependency>
|
124
|
<dependency>
|
125
|
<groupId>eu.dnetlib</groupId>
|
126
|
<artifactId>dnet-modular-lightui-ui</artifactId>
|
127
|
<version>[2.0.0,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.0.0,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>dnet-webapp-monitoring</artifactId>
|
161
|
<version>[1.0.0,2.0.0)</version>
|
162
|
</dependency>
|
163
|
|
164
|
<dependency>
|
165
|
<groupId>xerces</groupId>
|
166
|
<artifactId>xercesImpl</artifactId>
|
167
|
<version>2.11.0</version>
|
168
|
<scope>compile</scope>
|
169
|
</dependency>
|
170
|
|
171
|
<!-- workflows -->
|
172
|
<dependency>
|
173
|
<groupId>eu.dnetlib</groupId>
|
174
|
<artifactId>dnet-aggregative-basic-workflows</artifactId>
|
175
|
<version>[1.0.0,2.0.0)</version>
|
176
|
</dependency>
|
177
|
|
178
|
<!-- OAI publisher -->
|
179
|
<dependency>
|
180
|
<groupId>eu.dnetlib</groupId>
|
181
|
<artifactId>dnet-oai-common-workflows</artifactId>
|
182
|
<version>[3.0.0,4.0.0)</version>
|
183
|
</dependency>
|
184
|
<dependency>
|
185
|
<groupId>eu.dnetlib</groupId>
|
186
|
<artifactId>cnr-data-information-oai-publisher</artifactId>
|
187
|
<version>[5.0.1,6.0.0)</version>
|
188
|
</dependency>
|
189
|
|
190
|
<!-- Datasource manager -->
|
191
|
<dependency>
|
192
|
<groupId>eu.dnetlib</groupId>
|
193
|
<artifactId>dnet-datasource-manager-service</artifactId>
|
194
|
<version>[1.0.0, 2.0.0)</version>
|
195
|
</dependency>
|
196
|
|
197
|
<!-- Index service -->
|
198
|
<dependency>
|
199
|
<groupId>eu.dnetlib</groupId>
|
200
|
<artifactId>dnet-index-solr-service</artifactId>
|
201
|
<version>[2.0.0,3.0.0)</version>
|
202
|
</dependency>
|
203
|
|
204
|
<!-- Security: not using cnr-inspector-security in order to tune the access policies in the container's applicationContext-security -->
|
205
|
|
206
|
<dependency>
|
207
|
<groupId>org.springframework.security</groupId>
|
208
|
<artifactId>spring-security-web</artifactId>
|
209
|
<version>3.2.5.RELEASE</version>
|
210
|
<exclusions>
|
211
|
<exclusion>
|
212
|
<artifactId>spring-core</artifactId>
|
213
|
<groupId>org.springframework</groupId>
|
214
|
</exclusion>
|
215
|
</exclusions>
|
216
|
</dependency>
|
217
|
<dependency>
|
218
|
<groupId>org.springframework.security</groupId>
|
219
|
<artifactId>spring-security-config</artifactId>
|
220
|
<version>3.2.5.RELEASE</version>
|
221
|
<exclusions>
|
222
|
<exclusion>
|
223
|
<artifactId>spring-core</artifactId>
|
224
|
<groupId>org.springframework</groupId>
|
225
|
</exclusion>
|
226
|
</exclusions>
|
227
|
</dependency>
|
228
|
<dependency>
|
229
|
<groupId>org.springframework</groupId>
|
230
|
<artifactId>spring-context</artifactId>
|
231
|
<version>${spring.version}</version>
|
232
|
</dependency>
|
233
|
<dependency>
|
234
|
<groupId>org.springframework</groupId>
|
235
|
<artifactId>spring-tx</artifactId>
|
236
|
<version>${spring.version}</version>
|
237
|
</dependency>
|
238
|
</dependencies>
|
239
|
|
240
|
</project>
|