1 |
32028
|
andrea.man
|
<?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 |
35594
|
claudio.at
|
<version>1.0.0</version>
|
8 |
32028
|
andrea.man
|
<relativePath></relativePath>
|
9 |
|
|
</parent>
|
10 |
|
|
<modelVersion>4.0.0</modelVersion>
|
11 |
|
|
<groupId>eu.dnetlib</groupId>
|
12 |
35716
|
claudio.at
|
<artifactId>dnet-stdl-container-is</artifactId>
|
13 |
32028
|
andrea.man
|
<packaging>war</packaging>
|
14 |
35594
|
claudio.at
|
<version>1.0.0-SNAPSHOT</version>
|
15 |
32028
|
andrea.man
|
|
16 |
35836
|
claudio.at
|
<!-- <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 |
32028
|
andrea.man
|
|
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 |
35225
|
alessia.ba
|
<artifactId>dnet-schemas</artifactId>
|
40 |
|
|
<version>[1.0.0,2.0.0)</version>
|
41 |
32028
|
andrea.man
|
</dependency>
|
42 |
35225
|
alessia.ba
|
|
43 |
|
|
<!-- Common services in every container -->
|
44 |
32028
|
andrea.man
|
<dependency>
|
45 |
|
|
<groupId>eu.dnetlib</groupId>
|
46 |
35225
|
alessia.ba
|
<artifactId>cnr-enabling-hnm-service</artifactId>
|
47 |
32759
|
andrea.man
|
<version>[2.0.0,3.0.0)</version>
|
48 |
32028
|
andrea.man
|
</dependency>
|
49 |
32759
|
andrea.man
|
<dependency>
|
50 |
35225
|
alessia.ba
|
<groupId>eu.dnetlib</groupId>
|
51 |
|
|
<artifactId>cnr-enabling-hcm-service</artifactId>
|
52 |
|
|
<version>[2.0.0,3.0.0)</version>
|
53 |
32759
|
andrea.man
|
</dependency>
|
54 |
32028
|
andrea.man
|
|
55 |
35225
|
alessia.ba
|
<!-- Enabling services service -->
|
56 |
32028
|
andrea.man
|
<dependency>
|
57 |
|
|
<groupId>eu.dnetlib</groupId>
|
58 |
35225
|
alessia.ba
|
<artifactId>cnr-enabling-services</artifactId>
|
59 |
32759
|
andrea.man
|
<version>[2.0.0,3.0.0)</version>
|
60 |
35225
|
alessia.ba
|
<exclusions>
|
61 |
|
|
<exclusion>
|
62 |
|
|
<groupId>apache</groupId>
|
63 |
|
|
<artifactId>commons-pool</artifactId>
|
64 |
|
|
</exclusion>
|
65 |
|
|
</exclusions>
|
66 |
32028
|
andrea.man
|
</dependency>
|
67 |
|
|
<dependency>
|
68 |
|
|
<groupId>eu.dnetlib</groupId>
|
69 |
35225
|
alessia.ba
|
<artifactId>cnr-enabling-inspector</artifactId>
|
70 |
32759
|
andrea.man
|
<version>[2.0.0,3.0.0)</version>
|
71 |
32028
|
andrea.man
|
</dependency>
|
72 |
|
|
<dependency>
|
73 |
|
|
<groupId>eu.dnetlib</groupId>
|
74 |
32759
|
andrea.man
|
<artifactId>cnr-resultset-inspector</artifactId>
|
75 |
|
|
<version>[2.0.0,3.0.0)</version>
|
76 |
32028
|
andrea.man
|
</dependency>
|
77 |
36319
|
claudio.at
|
<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 |
32028
|
andrea.man
|
|
83 |
|
|
<!-- Manager Service Resource Orchestration (required for workflows) -->
|
84 |
|
|
<dependency>
|
85 |
|
|
<groupId>eu.dnetlib</groupId>
|
86 |
|
|
<artifactId>dnet-msro-service</artifactId>
|
87 |
35225
|
alessia.ba
|
<version>[3.0.0,4.0.0)</version>
|
88 |
32028
|
andrea.man
|
</dependency>
|
89 |
|
|
<dependency>
|
90 |
|
|
<groupId>eu.dnetlib</groupId>
|
91 |
35225
|
alessia.ba
|
<artifactId>dnet-mongo-logging</artifactId>
|
92 |
|
|
<version>[1.0.0,2.0.0)</version>
|
93 |
32028
|
andrea.man
|
</dependency>
|
94 |
35836
|
claudio.at
|
<dependency>
|
95 |
|
|
<groupId>eu.dnetlib</groupId>
|
96 |
|
|
<artifactId>dnet-hadoop-service</artifactId>
|
97 |
|
|
<version>[2.0.0,3.0.0)</version>
|
98 |
|
|
</dependency>
|
99 |
36319
|
claudio.at
|
<dependency>
|
100 |
|
|
<groupId>eu.dnetlib</groupId>
|
101 |
|
|
<artifactId>dnet-actionmanager-service</artifactId>
|
102 |
|
|
<version>[3.0.0,4.0.0)</version>
|
103 |
|
|
</dependency>
|
104 |
32028
|
andrea.man
|
|
105 |
35836
|
claudio.at
|
<!-- 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 |
35225
|
alessia.ba
|
<!-- Modular User Interfaces -->
|
113 |
32028
|
andrea.man
|
<dependency>
|
114 |
|
|
<groupId>eu.dnetlib</groupId>
|
115 |
35225
|
alessia.ba
|
<artifactId>dnet-modular-ui</artifactId>
|
116 |
|
|
<version>[3.0.0,4.0.0)</version>
|
117 |
|
|
</dependency>
|
118 |
|
|
<dependency>
|
119 |
|
|
<groupId>eu.dnetlib</groupId>
|
120 |
32028
|
andrea.man
|
<artifactId>dnet-modular-workflows-ui</artifactId>
|
121 |
35225
|
alessia.ba
|
<version>[4.0.0,5.0.0)</version>
|
122 |
32028
|
andrea.man
|
</dependency>
|
123 |
|
|
<dependency>
|
124 |
|
|
<groupId>eu.dnetlib</groupId>
|
125 |
35225
|
alessia.ba
|
<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 |
32028
|
andrea.man
|
<artifactId>dnet-modular-repositories-ui</artifactId>
|
131 |
35225
|
alessia.ba
|
<version>[4.0.0,5.0.0)</version>
|
132 |
32028
|
andrea.man
|
</dependency>
|
133 |
|
|
<dependency>
|
134 |
|
|
<groupId>eu.dnetlib</groupId>
|
135 |
35225
|
alessia.ba
|
<artifactId>dnet-modular-oai-explorer-ui</artifactId>
|
136 |
32759
|
andrea.man
|
<version>[2.0.0,3.0.0)</version>
|
137 |
32028
|
andrea.man
|
</dependency>
|
138 |
|
|
<dependency>
|
139 |
|
|
<groupId>eu.dnetlib</groupId>
|
140 |
35225
|
alessia.ba
|
<artifactId>dnet-oai-modular-ui</artifactId>
|
141 |
|
|
<version>[3.0.0,4.0.0)</version>
|
142 |
32028
|
andrea.man
|
</dependency>
|
143 |
|
|
<dependency>
|
144 |
|
|
<groupId>eu.dnetlib</groupId>
|
145 |
35225
|
alessia.ba
|
<artifactId>dnet-modular-vocabularies-ui</artifactId>
|
146 |
|
|
<version>[2.0.1,3.0.0)</version>
|
147 |
32028
|
andrea.man
|
</dependency>
|
148 |
|
|
<dependency>
|
149 |
|
|
<groupId>eu.dnetlib</groupId>
|
150 |
35225
|
alessia.ba
|
<artifactId>dnet-modular-cleaning-rules-ui</artifactId>
|
151 |
|
|
<version>[2.0.0,3.0.0)</version>
|
152 |
32028
|
andrea.man
|
</dependency>
|
153 |
|
|
<dependency>
|
154 |
|
|
<groupId>eu.dnetlib</groupId>
|
155 |
35225
|
alessia.ba
|
<artifactId>dnet-modular-index-ui</artifactId>
|
156 |
|
|
<version>[2.0.1,3.0.0)</version>
|
157 |
32028
|
andrea.man
|
</dependency>
|
158 |
|
|
<dependency>
|
159 |
|
|
<groupId>eu.dnetlib</groupId>
|
160 |
35225
|
alessia.ba
|
<artifactId>dnet-modular-lightui-ui</artifactId>
|
161 |
|
|
<version>[2.0.0,3.0.0)</version>
|
162 |
32028
|
andrea.man
|
</dependency>
|
163 |
36319
|
claudio.at
|
<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 |
35225
|
alessia.ba
|
|
169 |
|
|
<!-- Aggregation services -->
|
170 |
32028
|
andrea.man
|
<dependency>
|
171 |
|
|
<groupId>eu.dnetlib</groupId>
|
172 |
35225
|
alessia.ba
|
<artifactId>cnr-mongo-mdstore</artifactId>
|
173 |
|
|
<version>[4.0.0,5.0.0)</version>
|
174 |
32028
|
andrea.man
|
</dependency>
|
175 |
|
|
<dependency>
|
176 |
|
|
<groupId>eu.dnetlib</groupId>
|
177 |
32759
|
andrea.man
|
<artifactId>dnet-modular-collector-service</artifactId>
|
178 |
32028
|
andrea.man
|
<version>[3.0.0,4.0.0)</version>
|
179 |
|
|
</dependency>
|
180 |
|
|
<dependency>
|
181 |
|
|
<groupId>eu.dnetlib</groupId>
|
182 |
35225
|
alessia.ba
|
<artifactId>dnet-data-transformation-service</artifactId>
|
183 |
32759
|
andrea.man
|
<version>[2.0.0,3.0.0)</version>
|
184 |
32028
|
andrea.man
|
</dependency>
|
185 |
35225
|
alessia.ba
|
|
186 |
32028
|
andrea.man
|
<dependency>
|
187 |
|
|
<groupId>eu.dnetlib</groupId>
|
188 |
35225
|
alessia.ba
|
<artifactId>cnr-inspector-security</artifactId>
|
189 |
|
|
<version>[1.0.0,2.0.0)</version>
|
190 |
32028
|
andrea.man
|
</dependency>
|
191 |
|
|
<dependency>
|
192 |
|
|
<groupId>eu.dnetlib</groupId>
|
193 |
35225
|
alessia.ba
|
<artifactId>dnet-webapp-monitoring</artifactId>
|
194 |
|
|
<version>[1.0.0,2.0.0)</version>
|
195 |
32028
|
andrea.man
|
</dependency>
|
196 |
32778
|
andrea.man
|
|
197 |
35836
|
claudio.at
|
<!-- STDL container profiles and workflows -->
|
198 |
32028
|
andrea.man
|
<dependency>
|
199 |
|
|
<groupId>eu.dnetlib</groupId>
|
200 |
35594
|
claudio.at
|
<artifactId>dnet-stdl-profiles</artifactId>
|
201 |
35463
|
alessia.ba
|
<version>[1.0.0,2.0.0)</version>
|
202 |
32028
|
andrea.man
|
</dependency>
|
203 |
|
|
<dependency>
|
204 |
|
|
<groupId>eu.dnetlib</groupId>
|
205 |
35836
|
claudio.at
|
<artifactId>dnet-aggregative-basic-workflows</artifactId>
|
206 |
|
|
<version>[1.0.0,2.0.0)</version>
|
207 |
32028
|
andrea.man
|
</dependency>
|
208 |
|
|
<dependency>
|
209 |
|
|
<groupId>eu.dnetlib</groupId>
|
210 |
36319
|
claudio.at
|
<artifactId>dnet-deduplication</artifactId>
|
211 |
35836
|
claudio.at
|
<version>[1.0.0,2.0.0)</version>
|
212 |
32028
|
andrea.man
|
</dependency>
|
213 |
|
|
|
214 |
35225
|
alessia.ba
|
<!-- Datasource manager -->
|
215 |
32028
|
andrea.man
|
<dependency>
|
216 |
35225
|
alessia.ba
|
<groupId>eu.dnetlib</groupId>
|
217 |
|
|
<artifactId>dnet-datasource-manager-service</artifactId>
|
218 |
|
|
<version>[1.0.0, 2.0.0)</version>
|
219 |
32028
|
andrea.man
|
</dependency>
|
220 |
35836
|
claudio.at
|
|
221 |
32028
|
andrea.man
|
<dependency>
|
222 |
35836
|
claudio.at
|
<groupId>xerces</groupId>
|
223 |
|
|
<artifactId>xercesImpl</artifactId>
|
224 |
|
|
<version>2.11.0</version>
|
225 |
|
|
<scope>compile</scope>
|
226 |
32028
|
andrea.man
|
</dependency>
|
227 |
35836
|
claudio.at
|
<dependency>
|
228 |
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
229 |
|
|
<artifactId>jackson-databind</artifactId>
|
230 |
|
|
<version>2.4.3</version>
|
231 |
|
|
</dependency>
|
232 |
35225
|
alessia.ba
|
|
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 |
32028
|
andrea.man
|
</dependencies>
|
244 |
35225
|
alessia.ba
|
|
245 |
32028
|
andrea.man
|
</project>
|