1 |
26600
|
sandro.lab
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
39740
|
claudio.at
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
3 |
39741
|
claudio.at
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
4 |
26600
|
sandro.lab
|
<parent>
|
5 |
|
|
<groupId>eu.dnetlib</groupId>
|
6 |
48158
|
claudio.at
|
<artifactId>dnet45-container-parent</artifactId>
|
7 |
31636
|
claudio.at
|
<version>1.0.0</version>
|
8 |
39740
|
claudio.at
|
<relativePath></relativePath>
|
9 |
26600
|
sandro.lab
|
</parent>
|
10 |
|
|
<modelVersion>4.0.0</modelVersion>
|
11 |
|
|
<groupId>eu.dnetlib</groupId>
|
12 |
|
|
<artifactId>dnet-container-openaireplus</artifactId>
|
13 |
|
|
<packaging>war</packaging>
|
14 |
40456
|
claudio.at
|
<version>4.0.0-BETA-SNAPSHOT</version>
|
15 |
39741
|
claudio.at
|
<scm>
|
16 |
48158
|
claudio.at
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/webapps/dnet-container-openaireplus/branches/beta</developerConnection>
|
17 |
39741
|
claudio.at
|
</scm>
|
18 |
26600
|
sandro.lab
|
<dependencies>
|
19 |
|
|
|
20 |
|
|
<!-- Common components in every container -->
|
21 |
|
|
<dependency>
|
22 |
|
|
<groupId>eu.dnetlib</groupId>
|
23 |
|
|
<artifactId>cnr-log4j-inspector</artifactId>
|
24 |
30762
|
sandro.lab
|
<version>[1.0.0,2.0.0)</version>
|
25 |
26600
|
sandro.lab
|
</dependency>
|
26 |
|
|
<dependency>
|
27 |
|
|
<groupId>eu.dnetlib</groupId>
|
28 |
|
|
<artifactId>dnet-schemas</artifactId>
|
29 |
30762
|
sandro.lab
|
<version>[1.0.0,2.0.0)</version>
|
30 |
26600
|
sandro.lab
|
</dependency>
|
31 |
|
|
|
32 |
|
|
<!-- Common services in every container -->
|
33 |
|
|
<dependency>
|
34 |
|
|
<groupId>eu.dnetlib</groupId>
|
35 |
|
|
<artifactId>cnr-enabling-hnm-service</artifactId>
|
36 |
32817
|
claudio.at
|
<version>[2.0.0,3.0.0)</version>
|
37 |
26600
|
sandro.lab
|
</dependency>
|
38 |
|
|
<dependency>
|
39 |
|
|
<groupId>eu.dnetlib</groupId>
|
40 |
|
|
<artifactId>cnr-enabling-hcm-service</artifactId>
|
41 |
32817
|
claudio.at
|
<version>[2.0.0,3.0.0)</version>
|
42 |
26600
|
sandro.lab
|
</dependency>
|
43 |
|
|
|
44 |
|
|
<!-- Enabling services service -->
|
45 |
|
|
<dependency>
|
46 |
|
|
<groupId>eu.dnetlib</groupId>
|
47 |
28167
|
claudio.at
|
<artifactId>cnr-enabling-services</artifactId>
|
48 |
32817
|
claudio.at
|
<version>[2.0.0,3.0.0)</version>
|
49 |
33871
|
claudio.at
|
<exclusions>
|
50 |
|
|
<exclusion>
|
51 |
|
|
<groupId>apache</groupId>
|
52 |
|
|
<artifactId>commons-pool</artifactId>
|
53 |
|
|
</exclusion>
|
54 |
|
|
</exclusions>
|
55 |
26600
|
sandro.lab
|
</dependency>
|
56 |
|
|
<dependency>
|
57 |
|
|
<groupId>eu.dnetlib</groupId>
|
58 |
28167
|
claudio.at
|
<artifactId>cnr-enabling-inspector</artifactId>
|
59 |
32817
|
claudio.at
|
<version>[2.0.0,3.0.0)</version>
|
60 |
26600
|
sandro.lab
|
</dependency>
|
61 |
28853
|
claudio.at
|
<dependency>
|
62 |
|
|
<groupId>eu.dnetlib</groupId>
|
63 |
|
|
<artifactId>cnr-resultset-inspector</artifactId>
|
64 |
32817
|
claudio.at
|
<version>[2.0.0,3.0.0)</version>
|
65 |
28853
|
claudio.at
|
</dependency>
|
66 |
28905
|
alessia.ba
|
|
67 |
26600
|
sandro.lab
|
<!-- Manager Service Resource Orchestration (required for workflows) -->
|
68 |
|
|
<dependency>
|
69 |
|
|
<groupId>eu.dnetlib</groupId>
|
70 |
|
|
<artifactId>dnet-msro-service</artifactId>
|
71 |
34667
|
alessia.ba
|
<version>[3.0.0,4.0.0)</version>
|
72 |
26600
|
sandro.lab
|
</dependency>
|
73 |
|
|
<dependency>
|
74 |
|
|
<groupId>eu.dnetlib</groupId>
|
75 |
|
|
<artifactId>dnet-mongo-logging</artifactId>
|
76 |
42326
|
alessia.ba
|
<version>[2.0.0,3.0.0)</version>
|
77 |
26600
|
sandro.lab
|
</dependency>
|
78 |
|
|
|
79 |
|
|
<!-- Modular User Interfaces -->
|
80 |
|
|
<dependency>
|
81 |
|
|
<groupId>eu.dnetlib</groupId>
|
82 |
31341
|
claudio.at
|
<artifactId>dnet-modular-ui</artifactId>
|
83 |
32817
|
claudio.at
|
<version>[3.0.0,4.0.0)</version>
|
84 |
30183
|
sandro.lab
|
</dependency>
|
85 |
40340
|
sandro.lab
|
|
86 |
30183
|
sandro.lab
|
<dependency>
|
87 |
40340
|
sandro.lab
|
<groupId>eu.dnetlib</groupId>
|
88 |
|
|
<artifactId>dnet-objectStore-ui</artifactId>
|
89 |
|
|
<version>[1.0.0,2.0.0)</version>
|
90 |
|
|
</dependency>
|
91 |
|
|
<dependency>
|
92 |
48158
|
claudio.at
|
<groupId>eu.dnetlib</groupId>
|
93 |
|
|
<artifactId>dnet-modular-workflows-ui</artifactId>
|
94 |
|
|
<version>[4.0.0,5.0.0)</version>
|
95 |
26600
|
sandro.lab
|
</dependency>
|
96 |
|
|
<dependency>
|
97 |
|
|
<groupId>eu.dnetlib</groupId>
|
98 |
31341
|
claudio.at
|
<artifactId>dnet-modular-is-ui</artifactId>
|
99 |
32817
|
claudio.at
|
<version>[2.0.1,3.0.0)</version>
|
100 |
26600
|
sandro.lab
|
</dependency>
|
101 |
|
|
<dependency>
|
102 |
|
|
<groupId>eu.dnetlib</groupId>
|
103 |
|
|
<artifactId>dnet-modular-repositories-ui</artifactId>
|
104 |
34667
|
alessia.ba
|
<version>[4.0.0,5.0.0)</version>
|
105 |
26600
|
sandro.lab
|
</dependency>
|
106 |
28853
|
claudio.at
|
<dependency>
|
107 |
|
|
<groupId>eu.dnetlib</groupId>
|
108 |
|
|
<artifactId>dnet-modular-oai-explorer-ui</artifactId>
|
109 |
32817
|
claudio.at
|
<version>[2.0.0,3.0.0)</version>
|
110 |
28905
|
alessia.ba
|
</dependency>
|
111 |
26606
|
claudio.at
|
<dependency>
|
112 |
28167
|
claudio.at
|
<groupId>eu.dnetlib</groupId>
|
113 |
29224
|
alessia.ba
|
<artifactId>dnet-oai-modular-ui</artifactId>
|
114 |
32817
|
claudio.at
|
<version>[3.0.0,4.0.0)</version>
|
115 |
29224
|
alessia.ba
|
</dependency>
|
116 |
|
|
<dependency>
|
117 |
|
|
<groupId>eu.dnetlib</groupId>
|
118 |
28167
|
claudio.at
|
<artifactId>dnet-modular-vocabularies-ui</artifactId>
|
119 |
32817
|
claudio.at
|
<version>[2.0.1,3.0.0)</version>
|
120 |
26606
|
claudio.at
|
</dependency>
|
121 |
29285
|
michele.ar
|
<dependency>
|
122 |
|
|
<groupId>eu.dnetlib</groupId>
|
123 |
29490
|
claudio.at
|
<artifactId>dnet-modular-cleaning-rules-ui</artifactId>
|
124 |
32817
|
claudio.at
|
<version>[2.0.0,3.0.0)</version>
|
125 |
31341
|
claudio.at
|
</dependency>
|
126 |
29490
|
claudio.at
|
<dependency>
|
127 |
|
|
<groupId>eu.dnetlib</groupId>
|
128 |
29285
|
michele.ar
|
<artifactId>dnet-modular-database-ui</artifactId>
|
129 |
32817
|
claudio.at
|
<version>[2.0.0,3.0.0)</version>
|
130 |
29285
|
michele.ar
|
</dependency>
|
131 |
31341
|
claudio.at
|
<dependency>
|
132 |
|
|
<groupId>eu.dnetlib</groupId>
|
133 |
|
|
<artifactId>dnet-modular-index-ui</artifactId>
|
134 |
32817
|
claudio.at
|
<version>[2.0.1,3.0.0)</version>
|
135 |
33458
|
alessia.ba
|
</dependency>
|
136 |
39741
|
claudio.at
|
<dependency>
|
137 |
|
|
<groupId>eu.dnetlib</groupId>
|
138 |
|
|
<artifactId>dnet-openaire-blacklist</artifactId>
|
139 |
41192
|
claudio.at
|
<version>[1.0.0,2.0.0)</version>
|
140 |
39741
|
claudio.at
|
</dependency>
|
141 |
26600
|
sandro.lab
|
|
142 |
|
|
<!-- Aggregation services -->
|
143 |
|
|
<dependency>
|
144 |
|
|
<groupId>eu.dnetlib</groupId>
|
145 |
31341
|
claudio.at
|
<artifactId>cnr-mongo-mdstore</artifactId>
|
146 |
48159
|
claudio.at
|
<version>[6.0.0,7.0.0)</version>
|
147 |
31341
|
claudio.at
|
</dependency>
|
148 |
|
|
<dependency>
|
149 |
|
|
<groupId>eu.dnetlib</groupId>
|
150 |
|
|
<artifactId>dnet-modular-collector-service</artifactId>
|
151 |
32817
|
claudio.at
|
<version>[3.0.0,4.0.0)</version>
|
152 |
31341
|
claudio.at
|
</dependency>
|
153 |
|
|
<dependency>
|
154 |
|
|
<groupId>eu.dnetlib</groupId>
|
155 |
37211
|
claudio.at
|
<artifactId>dnet-fs-objectstore</artifactId>
|
156 |
43684
|
claudio.at
|
<version>[2.0.0,3.0.0)</version>
|
157 |
31341
|
claudio.at
|
</dependency>
|
158 |
|
|
<dependency>
|
159 |
|
|
<groupId>eu.dnetlib</groupId>
|
160 |
|
|
<artifactId>dnet-data-transformation-service</artifactId>
|
161 |
40688
|
alessia.ba
|
<version>[3.0.0,4.0.0)</version>
|
162 |
31341
|
claudio.at
|
</dependency>
|
163 |
|
|
|
164 |
|
|
<dependency>
|
165 |
|
|
<groupId>eu.dnetlib</groupId>
|
166 |
26600
|
sandro.lab
|
<artifactId>cnr-enabling-database-service</artifactId>
|
167 |
42045
|
claudio.at
|
<version>[3.0.0,4.0.0)</version>
|
168 |
26600
|
sandro.lab
|
</dependency>
|
169 |
|
|
<dependency>
|
170 |
|
|
<groupId>eu.dnetlib</groupId>
|
171 |
|
|
<artifactId>dnet-openaireplus-profiles</artifactId>
|
172 |
31636
|
claudio.at
|
<version>[1.0.0,2.0.0)</version>
|
173 |
26600
|
sandro.lab
|
</dependency>
|
174 |
|
|
<dependency>
|
175 |
|
|
<groupId>eu.dnetlib</groupId>
|
176 |
31341
|
claudio.at
|
<artifactId>cnr-data-utility-cleaner-service</artifactId>
|
177 |
32817
|
claudio.at
|
<version>[3.0.0,4.0.0)</version>
|
178 |
31341
|
claudio.at
|
</dependency>
|
179 |
|
|
<dependency>
|
180 |
|
|
<groupId>eu.dnetlib</groupId>
|
181 |
26600
|
sandro.lab
|
<artifactId>dnet-openaireplus-workflows</artifactId>
|
182 |
44947
|
alessia.ba
|
<version>[6.0.0,7.0.0)</version>
|
183 |
26600
|
sandro.lab
|
</dependency>
|
184 |
|
|
<dependency>
|
185 |
|
|
<groupId>eu.dnetlib</groupId>
|
186 |
40456
|
claudio.at
|
<artifactId>dnet-validator-workflows</artifactId>
|
187 |
|
|
<version>[1.0.0,2.0.0)</version>
|
188 |
|
|
</dependency>
|
189 |
|
|
<dependency>
|
190 |
|
|
<groupId>eu.dnetlib</groupId>
|
191 |
37211
|
claudio.at
|
<artifactId>dnet-deduplication</artifactId>
|
192 |
|
|
<version>[1.0.0,2.0.0)</version>
|
193 |
|
|
</dependency>
|
194 |
|
|
<dependency>
|
195 |
|
|
<groupId>eu.dnetlib</groupId>
|
196 |
26600
|
sandro.lab
|
<artifactId>dnet-hadoop-service</artifactId>
|
197 |
32817
|
claudio.at
|
<version>[2.0.0,3.0.0)</version>
|
198 |
33871
|
claudio.at
|
<exclusions>
|
199 |
48158
|
claudio.at
|
<exclusion>
|
200 |
|
|
<groupId>org.jruby</groupId>
|
201 |
|
|
<artifactId>jruby-complete</artifactId>
|
202 |
|
|
</exclusion>
|
203 |
39741
|
claudio.at
|
</exclusions>
|
204 |
26600
|
sandro.lab
|
</dependency>
|
205 |
|
|
<dependency>
|
206 |
|
|
<groupId>eu.dnetlib</groupId>
|
207 |
|
|
<artifactId>dnet-actionmanager-service</artifactId>
|
208 |
43914
|
claudio.at
|
<version>[5.0.0,6.0.0)</version>
|
209 |
26600
|
sandro.lab
|
</dependency>
|
210 |
|
|
<dependency>
|
211 |
|
|
<groupId>eu.dnetlib</groupId>
|
212 |
31341
|
claudio.at
|
<artifactId>dnet-download-service</artifactId>
|
213 |
32817
|
claudio.at
|
<version>[2.0.0,3.0.0)</version>
|
214 |
31341
|
claudio.at
|
</dependency>
|
215 |
|
|
<dependency>
|
216 |
|
|
<groupId>eu.dnetlib</groupId>
|
217 |
|
|
<artifactId>dnet-download-plugins</artifactId>
|
218 |
32817
|
claudio.at
|
<version>[2.0.0,3.0.0)</version>
|
219 |
33458
|
alessia.ba
|
</dependency>
|
220 |
|
|
|
221 |
31341
|
claudio.at
|
<dependency>
|
222 |
|
|
<groupId>eu.dnetlib</groupId>
|
223 |
26600
|
sandro.lab
|
<artifactId>cnr-inspector-security</artifactId>
|
224 |
31636
|
claudio.at
|
<version>[1.0.0,2.0.0)</version>
|
225 |
26600
|
sandro.lab
|
</dependency>
|
226 |
|
|
<dependency>
|
227 |
|
|
<groupId>eu.dnetlib</groupId>
|
228 |
|
|
<artifactId>dnet-webapp-monitoring</artifactId>
|
229 |
31636
|
claudio.at
|
<version>[1.0.0,2.0.0)</version>
|
230 |
26600
|
sandro.lab
|
</dependency>
|
231 |
37211
|
claudio.at
|
|
232 |
|
|
<!-- Light-ui for pre-public check -->
|
233 |
39741
|
claudio.at
|
<!-- <dependency> -->
|
234 |
|
|
<!-- <groupId>eu.dnetlib</groupId> -->
|
235 |
|
|
<!-- <artifactId>dnet-modular-lightui-ui</artifactId> -->
|
236 |
|
|
<!-- <version>[2.0.0,3.0.0)</version> -->
|
237 |
|
|
<!-- </dependency> -->
|
238 |
31341
|
claudio.at
|
|
239 |
26600
|
sandro.lab
|
<dependency>
|
240 |
48158
|
claudio.at
|
<groupId>xerces</groupId>
|
241 |
|
|
<artifactId>xercesImpl</artifactId>
|
242 |
|
|
<version>2.11.0</version>
|
243 |
|
|
<scope>compile</scope>
|
244 |
26600
|
sandro.lab
|
</dependency>
|
245 |
39741
|
claudio.at
|
|
246 |
43523
|
alessia.ba
|
<dependency>
|
247 |
|
|
<groupId>eu.dnetlib</groupId>
|
248 |
|
|
<artifactId>dnet-mapreduce-jobs</artifactId>
|
249 |
48164
|
claudio.at
|
<version>[1.0.1,2.0.0)</version>
|
250 |
43523
|
alessia.ba
|
</dependency>
|
251 |
42418
|
claudio.at
|
|
252 |
26600
|
sandro.lab
|
</dependencies>
|
253 |
30955
|
claudio.at
|
</project>
|