1 |
26600
|
sandro.lab
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
40183
|
sandro.lab
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
|
3 |
|
|
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 |
|
|
<artifactId>dnet-container-parent</artifactId>
|
7 |
40183
|
sandro.lab
|
<version>1.0.0-SNAPSHOT</version>
|
8 |
26600
|
sandro.lab
|
<relativePath></relativePath>
|
9 |
|
|
</parent>
|
10 |
|
|
<modelVersion>4.0.0</modelVersion>
|
11 |
|
|
<groupId>eu.dnetlib</groupId>
|
12 |
40166
|
sandro.lab
|
<artifactId>dnet-efg-container</artifactId>
|
13 |
26600
|
sandro.lab
|
<packaging>war</packaging>
|
14 |
40166
|
sandro.lab
|
<version>1.0.0-SNAPSHOT</version>
|
15 |
26600
|
sandro.lab
|
|
16 |
|
|
<dependencies>
|
17 |
|
|
<!-- Common components in every container -->
|
18 |
|
|
<dependency>
|
19 |
|
|
<groupId>eu.dnetlib</groupId>
|
20 |
|
|
<artifactId>cnr-log4j-inspector</artifactId>
|
21 |
30770
|
sandro.lab
|
<version>[1.0.0,2.0.0)</version>
|
22 |
26600
|
sandro.lab
|
</dependency>
|
23 |
|
|
<dependency>
|
24 |
|
|
<groupId>eu.dnetlib</groupId>
|
25 |
32736
|
michele.ar
|
<artifactId>cnr-enabling-services</artifactId>
|
26 |
|
|
<version>[2.0.0,3.0.0)</version>
|
27 |
26600
|
sandro.lab
|
</dependency>
|
28 |
|
|
<dependency>
|
29 |
40183
|
sandro.lab
|
<groupId>eu.dnetlib</groupId>
|
30 |
|
|
<artifactId>cnr-mongo-mdstore</artifactId>
|
31 |
|
|
<version>[4.0.0,5.0.0)</version>
|
32 |
|
|
</dependency>
|
33 |
32736
|
michele.ar
|
<dependency>
|
34 |
26600
|
sandro.lab
|
<groupId>eu.dnetlib</groupId>
|
35 |
32736
|
michele.ar
|
<artifactId>cnr-enabling-inspector</artifactId>
|
36 |
|
|
<version>[2.0.0,3.0.0)</version>
|
37 |
26600
|
sandro.lab
|
</dependency>
|
38 |
32736
|
michele.ar
|
<dependency>
|
39 |
33960
|
andrea.man
|
<groupId>eu.dnetlib</groupId>
|
40 |
|
|
<artifactId>dnet-datasource-manager-service</artifactId>
|
41 |
36640
|
andrea.man
|
<version>[1.0.0,2.0.0)</version>
|
42 |
33960
|
andrea.man
|
</dependency>
|
43 |
|
|
<dependency>
|
44 |
32736
|
michele.ar
|
<groupId>xalan</groupId>
|
45 |
|
|
<artifactId>xalan</artifactId>
|
46 |
|
|
<version>2.7.1</version>
|
47 |
|
|
</dependency>
|
48 |
26600
|
sandro.lab
|
|
49 |
32736
|
michele.ar
|
<!-- Common services in every container -->
|
50 |
26600
|
sandro.lab
|
<dependency>
|
51 |
|
|
<groupId>eu.dnetlib</groupId>
|
52 |
32736
|
michele.ar
|
<artifactId>cnr-enabling-hnm-service</artifactId>
|
53 |
|
|
<version>[2.0.0,3.0.0)</version>
|
54 |
26600
|
sandro.lab
|
</dependency>
|
55 |
|
|
<dependency>
|
56 |
|
|
<groupId>eu.dnetlib</groupId>
|
57 |
32736
|
michele.ar
|
<artifactId>cnr-enabling-hcm-service</artifactId>
|
58 |
|
|
<version>[2.0.0,3.0.0)</version>
|
59 |
26600
|
sandro.lab
|
</dependency>
|
60 |
|
|
<dependency>
|
61 |
|
|
<groupId>eu.dnetlib</groupId>
|
62 |
32736
|
michele.ar
|
<artifactId>cnr-resultset-inspector</artifactId>
|
63 |
|
|
<version>[2.0.0,3.0.0)</version>
|
64 |
26600
|
sandro.lab
|
</dependency>
|
65 |
|
|
|
66 |
|
|
<!-- Manager Service Resource Orchestration (required for workflows) -->
|
67 |
28964
|
andrea.man
|
<dependency>
|
68 |
|
|
<groupId>eu.dnetlib</groupId>
|
69 |
|
|
<artifactId>dnet-msro-service</artifactId>
|
70 |
33960
|
andrea.man
|
<version>[3.0.0,4.0.0)</version>
|
71 |
28964
|
andrea.man
|
</dependency>
|
72 |
40183
|
sandro.lab
|
|
73 |
31974
|
andrea.man
|
<!-- Jochen Transformator -->
|
74 |
|
|
<dependency>
|
75 |
|
|
<groupId>eu.dnetlib</groupId>
|
76 |
|
|
<artifactId>dnet-data-transformation-service</artifactId>
|
77 |
36640
|
andrea.man
|
<version>[2.0.0]</version>
|
78 |
31974
|
andrea.man
|
</dependency>
|
79 |
36640
|
andrea.man
|
<dependency>
|
80 |
|
|
<groupId>eu.dnetlib</groupId>
|
81 |
|
|
<artifactId>unibi-data-collective-transformation-common</artifactId>
|
82 |
38476
|
andrea.man
|
<version>[2.1.1]</version>
|
83 |
36640
|
andrea.man
|
</dependency>
|
84 |
26600
|
sandro.lab
|
|
85 |
40183
|
sandro.lab
|
<dependency>
|
86 |
|
|
<groupId>eu.dnetlib</groupId>
|
87 |
|
|
<artifactId>cnr-data-utility-cleaner-service</artifactId>
|
88 |
|
|
<version>[3.0.0-SNAPSHOT,4.0.0)</version>
|
89 |
|
|
</dependency>
|
90 |
|
|
|
91 |
30118
|
sandro.lab
|
<!-- Modular UIs -->
|
92 |
26600
|
sandro.lab
|
<dependency>
|
93 |
|
|
<groupId>eu.dnetlib</groupId>
|
94 |
28964
|
andrea.man
|
<artifactId>dnet-modular-workflows-ui</artifactId>
|
95 |
33960
|
andrea.man
|
<version>[4.0.0, 5.0.0)</version>
|
96 |
28964
|
andrea.man
|
</dependency>
|
97 |
26600
|
sandro.lab
|
<dependency>
|
98 |
|
|
<groupId>eu.dnetlib</groupId>
|
99 |
|
|
<artifactId>dnet-modular-repositories-ui</artifactId>
|
100 |
33960
|
andrea.man
|
<version>[4.0.0, 5.0.0)</version>
|
101 |
26600
|
sandro.lab
|
</dependency>
|
102 |
30118
|
sandro.lab
|
<dependency>
|
103 |
|
|
<groupId>eu.dnetlib</groupId>
|
104 |
|
|
<artifactId>dnet-modular-lightui-ui</artifactId>
|
105 |
41451
|
sandro.lab
|
<version>[2.0.0,2.9.9]</version>
|
106 |
30118
|
sandro.lab
|
</dependency>
|
107 |
30979
|
andrea.man
|
<dependency>
|
108 |
|
|
<groupId>eu.dnetlib</groupId>
|
109 |
|
|
<artifactId>dnet-modular-vocabularies-ui</artifactId>
|
110 |
32736
|
michele.ar
|
<version>[2.0.0,3.0.0)</version>
|
111 |
30979
|
andrea.man
|
</dependency>
|
112 |
|
|
<dependency>
|
113 |
|
|
<groupId>eu.dnetlib</groupId>
|
114 |
|
|
<artifactId>dnet-modular-is-ui</artifactId>
|
115 |
32736
|
michele.ar
|
<version>[2.0.0,3.0.0)</version>
|
116 |
30979
|
andrea.man
|
</dependency>
|
117 |
26600
|
sandro.lab
|
|
118 |
40183
|
sandro.lab
|
<dependency>
|
119 |
|
|
<groupId>eu.dnetlib</groupId>
|
120 |
|
|
<artifactId>dnet-modular-cleaning-rules-ui</artifactId>
|
121 |
|
|
<version>[2.0.0-SNAPSHOT,3.0.0)</version>
|
122 |
|
|
</dependency>
|
123 |
|
|
|
124 |
26600
|
sandro.lab
|
<!-- Log service -->
|
125 |
|
|
<dependency>
|
126 |
|
|
<groupId>eu.dnetlib</groupId>
|
127 |
|
|
<artifactId>dnet-mongo-logging</artifactId>
|
128 |
30770
|
sandro.lab
|
<version>[1.0.0,2.0.0)</version>
|
129 |
26600
|
sandro.lab
|
</dependency>
|
130 |
|
|
|
131 |
40166
|
sandro.lab
|
<!-- EFG container profiles and workflows -->
|
132 |
|
|
|
133 |
26600
|
sandro.lab
|
<dependency>
|
134 |
|
|
<groupId>eu.dnetlib</groupId>
|
135 |
40183
|
sandro.lab
|
<artifactId>dnet-efg-profiles</artifactId>
|
136 |
|
|
<version>[1.0.0-SNAPSHOT, 2.0.0)</version>
|
137 |
|
|
</dependency>
|
138 |
|
|
|
139 |
|
|
<dependency>
|
140 |
|
|
<groupId>eu.dnetlib</groupId>
|
141 |
|
|
<artifactId>dnet-efg-workflows</artifactId>
|
142 |
|
|
<version>[1.0.0-SNAPSHOT, 2.0.0)</version>
|
143 |
|
|
</dependency>
|
144 |
|
|
|
145 |
|
|
|
146 |
|
|
<dependency>
|
147 |
|
|
<groupId>eu.dnetlib</groupId>
|
148 |
26600
|
sandro.lab
|
<artifactId>dnet-schemas</artifactId>
|
149 |
32736
|
michele.ar
|
<version>[1.0.0,2.0.0)</version>
|
150 |
26600
|
sandro.lab
|
</dependency>
|
151 |
|
|
<dependency>
|
152 |
|
|
<groupId>eu.dnetlib</groupId>
|
153 |
32736
|
michele.ar
|
<artifactId>dnet-modular-collector-service</artifactId>
|
154 |
31635
|
andrea.man
|
<version>[3.0.0,4.0.0)</version>
|
155 |
26600
|
sandro.lab
|
</dependency>
|
156 |
|
|
<dependency>
|
157 |
|
|
<groupId>eu.dnetlib</groupId>
|
158 |
30118
|
sandro.lab
|
<artifactId>dnet-index-solr-service</artifactId>
|
159 |
41451
|
sandro.lab
|
<version>[2.0.0,2.9.9]</version>
|
160 |
26600
|
sandro.lab
|
</dependency>
|
161 |
|
|
<dependency>
|
162 |
|
|
<groupId>eu.dnetlib</groupId>
|
163 |
31745
|
andrea.man
|
<artifactId>dnet-modular-oai-explorer-ui</artifactId>
|
164 |
32736
|
michele.ar
|
<version>[2.0.0,3.0.0)</version>
|
165 |
31745
|
andrea.man
|
</dependency>
|
166 |
|
|
<dependency>
|
167 |
|
|
<groupId>eu.dnetlib</groupId>
|
168 |
|
|
<artifactId>dnet-oai-modular-ui</artifactId>
|
169 |
32736
|
michele.ar
|
<version>[3.0.0, 4.0.0)</version>
|
170 |
31745
|
andrea.man
|
</dependency>
|
171 |
26600
|
sandro.lab
|
<dependency>
|
172 |
|
|
<groupId>xerces</groupId>
|
173 |
|
|
<artifactId>xercesImpl</artifactId>
|
174 |
|
|
<version>2.11.0</version>
|
175 |
|
|
</dependency>
|
176 |
|
|
<dependency>
|
177 |
|
|
<groupId>eu.dnetlib</groupId>
|
178 |
|
|
<artifactId>dnet-download-service</artifactId>
|
179 |
32736
|
michele.ar
|
<version>[2.0.0,3.0.0)</version>
|
180 |
26600
|
sandro.lab
|
</dependency>
|
181 |
|
|
<dependency>
|
182 |
|
|
<groupId>eu.dnetlib</groupId>
|
183 |
|
|
<artifactId>dnet-gridfs-objectstore</artifactId>
|
184 |
39125
|
sandro.lab
|
<version>[4.0.2-TAG]</version>
|
185 |
26600
|
sandro.lab
|
</dependency>
|
186 |
30118
|
sandro.lab
|
|
187 |
27302
|
andrea.man
|
<!-- OAI publisher -->
|
188 |
27574
|
andrea.man
|
<dependency>
|
189 |
|
|
<groupId>eu.dnetlib</groupId>
|
190 |
29921
|
andrea.man
|
<artifactId>dnet-oai-common-workflows</artifactId>
|
191 |
32736
|
michele.ar
|
<version>[3.0.0,4.0.0)</version>
|
192 |
27574
|
andrea.man
|
</dependency>
|
193 |
|
|
<dependency>
|
194 |
|
|
<groupId>eu.dnetlib</groupId>
|
195 |
|
|
<artifactId>cnr-data-information-oai-publisher</artifactId>
|
196 |
38661
|
alessia.ba
|
<version>[6.0.0,7.0.0)</version>
|
197 |
27574
|
andrea.man
|
</dependency>
|
198 |
31635
|
andrea.man
|
|
199 |
40183
|
sandro.lab
|
|
200 |
30148
|
andrea.man
|
<dependency>
|
201 |
|
|
<groupId>org.springframework</groupId>
|
202 |
|
|
<artifactId>spring-context</artifactId>
|
203 |
|
|
<version>${spring.version}</version>
|
204 |
|
|
</dependency>
|
205 |
|
|
<dependency>
|
206 |
|
|
<groupId>org.springframework</groupId>
|
207 |
|
|
<artifactId>spring-tx</artifactId>
|
208 |
|
|
<version>${spring.version}</version>
|
209 |
|
|
</dependency>
|
210 |
26600
|
sandro.lab
|
</dependencies>
|
211 |
|
|
</project>
|