1 |
32857
|
andrea.man
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
36899
|
alessia.ba
|
<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 |
32857
|
andrea.man
|
<parent>
|
4 |
|
|
<groupId>eu.dnetlib</groupId>
|
5 |
|
|
<artifactId>dnet-container-parent</artifactId>
|
6 |
36896
|
alessia.ba
|
<version>1.0.0</version>
|
7 |
36899
|
alessia.ba
|
<relativePath />
|
8 |
32857
|
andrea.man
|
</parent>
|
9 |
|
|
<modelVersion>4.0.0</modelVersion>
|
10 |
|
|
<groupId>eu.dnetlib</groupId>
|
11 |
39156
|
claudio.at
|
<artifactId>dnet-basic-aggregator</artifactId>
|
12 |
32857
|
andrea.man
|
<packaging>war</packaging>
|
13 |
39161
|
claudio.at
|
<version>1.0.3-SNAPSHOT</version>
|
14 |
36898
|
alessia.ba
|
<scm>
|
15 |
39161
|
claudio.at
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/webapps/dnet-basic-aggregator/trunk</developerConnection>
|
16 |
36898
|
alessia.ba
|
</scm>
|
17 |
32857
|
andrea.man
|
|
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 |
36462
|
alessia.ba
|
<artifactId>dnet-schemas</artifactId>
|
28 |
|
|
<version>[1.0.0,2.0.0)</version>
|
29 |
32857
|
andrea.man
|
</dependency>
|
30 |
36462
|
alessia.ba
|
|
31 |
|
|
<!-- Common services in every container -->
|
32 |
32857
|
andrea.man
|
<dependency>
|
33 |
|
|
<groupId>eu.dnetlib</groupId>
|
34 |
36462
|
alessia.ba
|
<artifactId>cnr-enabling-hnm-service</artifactId>
|
35 |
32857
|
andrea.man
|
<version>[2.0.0,3.0.0)</version>
|
36 |
|
|
</dependency>
|
37 |
|
|
<dependency>
|
38 |
36462
|
alessia.ba
|
<groupId>eu.dnetlib</groupId>
|
39 |
|
|
<artifactId>cnr-enabling-hcm-service</artifactId>
|
40 |
|
|
<version>[2.0.0,3.0.0)</version>
|
41 |
32857
|
andrea.man
|
</dependency>
|
42 |
|
|
|
43 |
36462
|
alessia.ba
|
<!-- Enabling services service -->
|
44 |
32857
|
andrea.man
|
<dependency>
|
45 |
|
|
<groupId>eu.dnetlib</groupId>
|
46 |
36462
|
alessia.ba
|
<artifactId>cnr-enabling-services</artifactId>
|
47 |
32857
|
andrea.man
|
<version>[2.0.0,3.0.0)</version>
|
48 |
36462
|
alessia.ba
|
<exclusions>
|
49 |
|
|
<exclusion>
|
50 |
|
|
<groupId>apache</groupId>
|
51 |
|
|
<artifactId>commons-pool</artifactId>
|
52 |
|
|
</exclusion>
|
53 |
|
|
</exclusions>
|
54 |
32857
|
andrea.man
|
</dependency>
|
55 |
|
|
<dependency>
|
56 |
|
|
<groupId>eu.dnetlib</groupId>
|
57 |
36462
|
alessia.ba
|
<artifactId>cnr-enabling-inspector</artifactId>
|
58 |
32857
|
andrea.man
|
<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 |
36462
|
alessia.ba
|
<version>[3.0.0,4.0.0)</version>
|
71 |
32857
|
andrea.man
|
</dependency>
|
72 |
|
|
<dependency>
|
73 |
|
|
<groupId>eu.dnetlib</groupId>
|
74 |
36462
|
alessia.ba
|
<artifactId>dnet-mongo-logging</artifactId>
|
75 |
|
|
<version>[1.0.0,2.0.0)</version>
|
76 |
32857
|
andrea.man
|
</dependency>
|
77 |
|
|
|
78 |
36462
|
alessia.ba
|
<!-- Modular User Interfaces -->
|
79 |
32857
|
andrea.man
|
<dependency>
|
80 |
|
|
<groupId>eu.dnetlib</groupId>
|
81 |
36462
|
alessia.ba
|
<artifactId>dnet-modular-ui</artifactId>
|
82 |
|
|
<version>[3.0.0,4.0.0)</version>
|
83 |
|
|
</dependency>
|
84 |
|
|
<dependency>
|
85 |
|
|
<groupId>eu.dnetlib</groupId>
|
86 |
32857
|
andrea.man
|
<artifactId>dnet-modular-workflows-ui</artifactId>
|
87 |
36462
|
alessia.ba
|
<version>[4.0.0,5.0.0)</version>
|
88 |
32857
|
andrea.man
|
</dependency>
|
89 |
|
|
<dependency>
|
90 |
|
|
<groupId>eu.dnetlib</groupId>
|
91 |
36462
|
alessia.ba
|
<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 |
32857
|
andrea.man
|
<artifactId>dnet-modular-repositories-ui</artifactId>
|
97 |
36462
|
alessia.ba
|
<version>[4.0.0,5.0.0)</version>
|
98 |
32857
|
andrea.man
|
</dependency>
|
99 |
|
|
<dependency>
|
100 |
|
|
<groupId>eu.dnetlib</groupId>
|
101 |
36462
|
alessia.ba
|
<artifactId>dnet-modular-oai-explorer-ui</artifactId>
|
102 |
32857
|
andrea.man
|
<version>[2.0.0,3.0.0)</version>
|
103 |
|
|
</dependency>
|
104 |
|
|
<dependency>
|
105 |
|
|
<groupId>eu.dnetlib</groupId>
|
106 |
36462
|
alessia.ba
|
<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 |
32857
|
andrea.man
|
<artifactId>dnet-modular-vocabularies-ui</artifactId>
|
112 |
36462
|
alessia.ba
|
<version>[2.0.1,3.0.0)</version>
|
113 |
32857
|
andrea.man
|
</dependency>
|
114 |
|
|
<dependency>
|
115 |
|
|
<groupId>eu.dnetlib</groupId>
|
116 |
36462
|
alessia.ba
|
<artifactId>dnet-modular-cleaning-rules-ui</artifactId>
|
117 |
32857
|
andrea.man
|
<version>[2.0.0,3.0.0)</version>
|
118 |
|
|
</dependency>
|
119 |
|
|
<dependency>
|
120 |
|
|
<groupId>eu.dnetlib</groupId>
|
121 |
36462
|
alessia.ba
|
<artifactId>dnet-modular-index-ui</artifactId>
|
122 |
|
|
<version>[2.0.1,3.0.0)</version>
|
123 |
32857
|
andrea.man
|
</dependency>
|
124 |
36462
|
alessia.ba
|
<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 |
32857
|
andrea.man
|
|
130 |
36462
|
alessia.ba
|
<!-- Aggregation services -->
|
131 |
32857
|
andrea.man
|
<dependency>
|
132 |
|
|
<groupId>eu.dnetlib</groupId>
|
133 |
36462
|
alessia.ba
|
<artifactId>cnr-mongo-mdstore</artifactId>
|
134 |
|
|
<version>[4.0.0,5.0.0)</version>
|
135 |
32857
|
andrea.man
|
</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 |
36462
|
alessia.ba
|
<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 |
32857
|
andrea.man
|
</dependency>
|
152 |
|
|
<dependency>
|
153 |
|
|
<groupId>eu.dnetlib</groupId>
|
154 |
36462
|
alessia.ba
|
<artifactId>dnet-data-transformation-service</artifactId>
|
155 |
32857
|
andrea.man
|
<version>[2.0.0,3.0.0)</version>
|
156 |
|
|
</dependency>
|
157 |
36462
|
alessia.ba
|
|
158 |
32857
|
andrea.man
|
<dependency>
|
159 |
|
|
<groupId>eu.dnetlib</groupId>
|
160 |
36462
|
alessia.ba
|
<artifactId>dnet-webapp-monitoring</artifactId>
|
161 |
|
|
<version>[1.0.0,2.0.0)</version>
|
162 |
32857
|
andrea.man
|
</dependency>
|
163 |
|
|
|
164 |
|
|
<dependency>
|
165 |
36462
|
alessia.ba
|
<groupId>xerces</groupId>
|
166 |
|
|
<artifactId>xercesImpl</artifactId>
|
167 |
|
|
<version>2.11.0</version>
|
168 |
|
|
<scope>compile</scope>
|
169 |
32857
|
andrea.man
|
</dependency>
|
170 |
36462
|
alessia.ba
|
|
171 |
|
|
<!-- workflows -->
|
172 |
32857
|
andrea.man
|
<dependency>
|
173 |
|
|
<groupId>eu.dnetlib</groupId>
|
174 |
36462
|
alessia.ba
|
<artifactId>dnet-aggregative-basic-workflows</artifactId>
|
175 |
|
|
<version>[1.0.0,2.0.0)</version>
|
176 |
32857
|
andrea.man
|
</dependency>
|
177 |
36462
|
alessia.ba
|
|
178 |
32857
|
andrea.man
|
<!-- 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 |
38893
|
alessia.ba
|
<version>[6.0.0,7.0.0)</version>
|
188 |
32857
|
andrea.man
|
</dependency>
|
189 |
|
|
|
190 |
36462
|
alessia.ba
|
<!-- Datasource manager -->
|
191 |
32857
|
andrea.man
|
<dependency>
|
192 |
36462
|
alessia.ba
|
<groupId>eu.dnetlib</groupId>
|
193 |
|
|
<artifactId>dnet-datasource-manager-service</artifactId>
|
194 |
|
|
<version>[1.0.0, 2.0.0)</version>
|
195 |
32857
|
andrea.man
|
</dependency>
|
196 |
36462
|
alessia.ba
|
|
197 |
|
|
<!-- Index service -->
|
198 |
32857
|
andrea.man
|
<dependency>
|
199 |
36462
|
alessia.ba
|
<groupId>eu.dnetlib</groupId>
|
200 |
|
|
<artifactId>dnet-index-solr-service</artifactId>
|
201 |
|
|
<version>[2.0.0,3.0.0)</version>
|
202 |
32857
|
andrea.man
|
</dependency>
|
203 |
36880
|
alessia.ba
|
|
204 |
|
|
<!-- Security: not using cnr-inspector-security in order to tune the access policies in the container's applicationContext-security -->
|
205 |
36462
|
alessia.ba
|
|
206 |
36880
|
alessia.ba
|
<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 |
32857
|
andrea.man
|
</dependencies>
|
239 |
36462
|
alessia.ba
|
|
240 |
32857
|
andrea.man
|
</project>
|