1 |
46537
|
alessia.ba
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
48476
|
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/xsd/maven-4.0.0.xsd">
|
3 |
46537
|
alessia.ba
|
<modelVersion>4.0.0</modelVersion>
|
4 |
|
|
<groupId>eu.dnetlib</groupId>
|
5 |
48332
|
claudio.at
|
<artifactId>dnet-openaire-exporter</artifactId>
|
6 |
51140
|
claudio.at
|
<version>1.1.0-SNAPSHOT</version>
|
7 |
48475
|
alessia.ba
|
<scm>
|
8 |
49616
|
claudio.at
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-openaire-exporter/trunk</developerConnection>
|
9 |
50560
|
claudio.at
|
</scm>
|
10 |
48489
|
alessia.ba
|
<ciManagement>
|
11 |
|
|
<system>jenkins</system>
|
12 |
|
|
<url>https://jenkins-dnet.d4science.org/view/DNet45/job/DSL45_dnet-openaire-exporter/</url>
|
13 |
|
|
</ciManagement>
|
14 |
48490
|
alessia.ba
|
<distributionManagement>
|
15 |
|
|
<repository>
|
16 |
|
|
<id>dnet45-releases</id>
|
17 |
|
|
<name>D-Net 45 Releases</name>
|
18 |
|
|
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/dnet45-releases</url>
|
19 |
|
|
<layout>default</layout>
|
20 |
|
|
</repository>
|
21 |
|
|
</distributionManagement>
|
22 |
46537
|
alessia.ba
|
|
23 |
|
|
<!-- Inherit defaults from Spring Boot -->
|
24 |
|
|
<parent>
|
25 |
|
|
<groupId>org.springframework.boot</groupId>
|
26 |
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
27 |
51140
|
claudio.at
|
<version>2.0.0.RELEASE</version>
|
28 |
46537
|
alessia.ba
|
</parent>
|
29 |
|
|
|
30 |
48332
|
claudio.at
|
<repositories>
|
31 |
|
|
<repository>
|
32 |
|
|
<id>dnet-deps</id>
|
33 |
|
|
<name>dnet-dependencies</name>
|
34 |
|
|
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/dnet-deps</url>
|
35 |
|
|
<layout>default</layout>
|
36 |
|
|
</repository>
|
37 |
|
|
<repository>
|
38 |
|
|
<id>dnet45-releases</id>
|
39 |
|
|
<name>D-Net 45 Releases</name>
|
40 |
|
|
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/dnet45-releases</url>
|
41 |
|
|
<layout>default</layout>
|
42 |
|
|
<snapshots>
|
43 |
|
|
<enabled>true</enabled>
|
44 |
|
|
</snapshots>
|
45 |
|
|
</repository>
|
46 |
49056
|
claudio.at
|
<repository>
|
47 |
50560
|
claudio.at
|
<id>dnet45-snapshots</id>
|
48 |
|
|
<name>D-Net 45 Snapshots</name>
|
49 |
|
|
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/dnet45-snapshots</url>
|
50 |
|
|
<layout>default</layout>
|
51 |
|
|
<snapshots>
|
52 |
|
|
<enabled>true</enabled>
|
53 |
|
|
</snapshots>
|
54 |
|
|
</repository>
|
55 |
50580
|
claudio.at
|
</repositories>
|
56 |
50560
|
claudio.at
|
|
57 |
48489
|
alessia.ba
|
<profiles>
|
58 |
|
|
<profile>
|
59 |
|
|
<id>java8-doclint-disabled</id>
|
60 |
|
|
<activation>
|
61 |
|
|
<jdk>[1.8,)</jdk>
|
62 |
|
|
</activation>
|
63 |
|
|
<properties>
|
64 |
|
|
<javadoc.opts>-Xdoclint:none</javadoc.opts>
|
65 |
|
|
</properties>
|
66 |
|
|
</profile>
|
67 |
|
|
</profiles>
|
68 |
48332
|
claudio.at
|
|
69 |
50580
|
claudio.at
|
<dependencyManagement>
|
70 |
|
|
|
71 |
|
|
<dependencies>
|
72 |
|
|
|
73 |
|
|
<dependency>
|
74 |
|
|
<groupId>eu.dnetlib</groupId>
|
75 |
|
|
<artifactId>cnr-rmi-api</artifactId>
|
76 |
|
|
<version>[2.0.0,3.0.0)</version>
|
77 |
|
|
</dependency>
|
78 |
|
|
<dependency>
|
79 |
|
|
<groupId>org.apache.cxf</groupId>
|
80 |
|
|
<artifactId>cxf-rt-transports-http</artifactId>
|
81 |
|
|
<version>3.1.5</version>
|
82 |
|
|
</dependency>
|
83 |
|
|
<dependency>
|
84 |
|
|
<groupId>eu.dnetlib</groupId>
|
85 |
|
|
<artifactId>cnr-service-common</artifactId>
|
86 |
|
|
<version>[2.0.0,3.0.0)</version>
|
87 |
|
|
</dependency>
|
88 |
|
|
<dependency>
|
89 |
|
|
<groupId>eu.dnetlib</groupId>
|
90 |
|
|
<artifactId>dnet-openaireplus-mapping-utils</artifactId>
|
91 |
|
|
<version>[6.0.0,7.0.0)</version>
|
92 |
|
|
<exclusions>
|
93 |
|
|
<exclusion>
|
94 |
|
|
<groupId>com.sun.jersey</groupId>
|
95 |
|
|
<artifactId>jersey-client</artifactId>
|
96 |
|
|
</exclusion>
|
97 |
|
|
<exclusion>
|
98 |
|
|
<groupId>eu.dnetlib</groupId>
|
99 |
|
|
<artifactId>dnet-hadoop-commons</artifactId>
|
100 |
|
|
</exclusion>
|
101 |
|
|
</exclusions>
|
102 |
|
|
</dependency>
|
103 |
|
|
<dependency>
|
104 |
|
|
<groupId>eu.dnetlib</groupId>
|
105 |
|
|
<artifactId>dnet-objectstore-rmi</artifactId>
|
106 |
|
|
<version>[2.0.0,3.0.0)</version>
|
107 |
|
|
</dependency>
|
108 |
|
|
<dependency>
|
109 |
|
|
<groupId>org.apache.solr</groupId>
|
110 |
|
|
<artifactId>solr-solrj</artifactId>
|
111 |
|
|
<version>${apache.solr.version}</version>
|
112 |
|
|
</dependency>
|
113 |
|
|
|
114 |
|
|
<dependency>
|
115 |
|
|
<groupId>org.postgresql</groupId>
|
116 |
|
|
<artifactId>postgresql</artifactId>
|
117 |
|
|
<version>42.1.4</version>
|
118 |
|
|
</dependency>
|
119 |
|
|
|
120 |
|
|
<dependency>
|
121 |
|
|
<groupId>org.apache.commons</groupId>
|
122 |
|
|
<artifactId>commons-dbcp2</artifactId>
|
123 |
|
|
<version>2.1</version>
|
124 |
|
|
</dependency>
|
125 |
|
|
|
126 |
|
|
<dependency>
|
127 |
|
|
<groupId>org.antlr</groupId>
|
128 |
|
|
<artifactId>stringtemplate</artifactId>
|
129 |
|
|
<version>3.2.1</version>
|
130 |
|
|
</dependency>
|
131 |
|
|
<dependency>
|
132 |
|
|
<groupId>org.apache.commons</groupId>
|
133 |
|
|
<artifactId>commons-lang3</artifactId>
|
134 |
|
|
<version>3.5</version>
|
135 |
|
|
</dependency>
|
136 |
|
|
|
137 |
|
|
<dependency>
|
138 |
|
|
<groupId>org.apache.httpcomponents</groupId>
|
139 |
|
|
<artifactId>httpclient</artifactId>
|
140 |
|
|
<version>4.5.3</version>
|
141 |
|
|
</dependency>
|
142 |
|
|
<dependency>
|
143 |
|
|
<groupId>org.apache.httpcomponents</groupId>
|
144 |
|
|
<artifactId>httpcore</artifactId>
|
145 |
|
|
<version>4.4.6</version>
|
146 |
|
|
</dependency>
|
147 |
|
|
<dependency>
|
148 |
|
|
<groupId>org.apache.httpcomponents</groupId>
|
149 |
|
|
<artifactId>httpmime</artifactId>
|
150 |
|
|
<version>4.5.3</version>
|
151 |
|
|
</dependency>
|
152 |
|
|
|
153 |
|
|
<dependency>
|
154 |
|
|
<groupId>commons-io</groupId>
|
155 |
|
|
<artifactId>commons-io</artifactId>
|
156 |
|
|
<version>2.5</version>
|
157 |
|
|
</dependency>
|
158 |
|
|
|
159 |
|
|
<dependency>
|
160 |
|
|
<groupId>com.google.guava</groupId>
|
161 |
|
|
<artifactId>guava</artifactId>
|
162 |
|
|
<version>23.3-jre</version>
|
163 |
|
|
</dependency>
|
164 |
|
|
<dependency>
|
165 |
|
|
<groupId>net.sf.supercsv</groupId>
|
166 |
|
|
<artifactId>super-csv</artifactId>
|
167 |
|
|
<version>2.4.0</version>
|
168 |
|
|
</dependency>
|
169 |
|
|
<dependency>
|
170 |
|
|
<groupId>com.google.code.gson</groupId>
|
171 |
|
|
<artifactId>gson</artifactId>
|
172 |
|
|
<version>2.8.0</version>
|
173 |
|
|
</dependency>
|
174 |
|
|
|
175 |
|
|
<dependency>
|
176 |
|
|
<groupId>com.fasterxml.jackson.datatype</groupId>
|
177 |
|
|
<artifactId>jackson-datatype-joda</artifactId>
|
178 |
51140
|
claudio.at
|
<version>2.9.4</version>
|
179 |
50580
|
claudio.at
|
</dependency>
|
180 |
|
|
<dependency>
|
181 |
|
|
<groupId>joda-time</groupId>
|
182 |
|
|
<artifactId>joda-time</artifactId>
|
183 |
|
|
<version>2.8.2</version>
|
184 |
|
|
</dependency>
|
185 |
|
|
|
186 |
|
|
<dependency>
|
187 |
|
|
<groupId>org.mongodb</groupId>
|
188 |
|
|
<artifactId>mongo-java-driver</artifactId>
|
189 |
|
|
<version>${mongodb.driver.version}</version>
|
190 |
|
|
</dependency>
|
191 |
|
|
|
192 |
|
|
<dependency>
|
193 |
|
|
<groupId>eu.dnetlib</groupId>
|
194 |
|
|
<artifactId>dnet-datasource-manager-common</artifactId>
|
195 |
|
|
<version>[0.0.1,2.0.0)</version>
|
196 |
|
|
</dependency>
|
197 |
|
|
|
198 |
|
|
<dependency>
|
199 |
|
|
<groupId>io.springfox</groupId>
|
200 |
|
|
<artifactId>springfox-swagger2</artifactId>
|
201 |
|
|
<version>${springfox-version}</version>
|
202 |
|
|
</dependency>
|
203 |
|
|
<dependency>
|
204 |
|
|
<groupId>io.springfox</groupId>
|
205 |
|
|
<artifactId>springfox-swagger-ui</artifactId>
|
206 |
|
|
<version>${springfox-version}</version>
|
207 |
|
|
</dependency>
|
208 |
|
|
|
209 |
|
|
<!-- for /metrics and /health controllers -->
|
210 |
|
|
<dependency>
|
211 |
|
|
<groupId>io.prometheus</groupId>
|
212 |
|
|
<artifactId>simpleclient_spring_boot</artifactId>
|
213 |
|
|
<version>${prometheus.version}</version>
|
214 |
|
|
<exclusions>
|
215 |
|
|
<exclusion>
|
216 |
|
|
<groupId>org.springframework</groupId>
|
217 |
|
|
<artifactId>spring-web</artifactId>
|
218 |
|
|
</exclusion>
|
219 |
|
|
</exclusions>
|
220 |
|
|
</dependency>
|
221 |
|
|
<dependency>
|
222 |
|
|
<groupId>io.prometheus</groupId>
|
223 |
|
|
<artifactId>simpleclient_hotspot</artifactId>
|
224 |
|
|
<version>${prometheus.version}</version>
|
225 |
|
|
</dependency>
|
226 |
|
|
<dependency>
|
227 |
|
|
<groupId>io.prometheus</groupId>
|
228 |
|
|
<artifactId>simpleclient_servlet</artifactId>
|
229 |
|
|
<version>${prometheus.version}</version>
|
230 |
|
|
</dependency>
|
231 |
51080
|
claudio.at
|
<dependency>
|
232 |
|
|
<groupId>io.prometheus</groupId>
|
233 |
|
|
<artifactId>simpleclient_spring_web</artifactId>
|
234 |
|
|
<version>0.3.0</version>
|
235 |
|
|
</dependency>
|
236 |
50580
|
claudio.at
|
|
237 |
|
|
</dependencies>
|
238 |
|
|
|
239 |
|
|
</dependencyManagement>
|
240 |
|
|
|
241 |
46537
|
alessia.ba
|
<!-- Add typical dependencies for a web application -->
|
242 |
|
|
<dependencies>
|
243 |
48332
|
claudio.at
|
|
244 |
46537
|
alessia.ba
|
<dependency>
|
245 |
50580
|
claudio.at
|
<groupId>org.springframework.boot</groupId>
|
246 |
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
247 |
|
|
</dependency>
|
248 |
|
|
<dependency>
|
249 |
|
|
<groupId>org.springframework.boot</groupId>
|
250 |
|
|
<artifactId>spring-boot-starter-jdbc</artifactId>
|
251 |
|
|
</dependency>
|
252 |
|
|
<dependency>
|
253 |
|
|
<groupId>org.springframework.boot</groupId>
|
254 |
|
|
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
255 |
|
|
</dependency>
|
256 |
|
|
<dependency>
|
257 |
51088
|
claudio.at
|
<groupId>org.springframework.boot</groupId>
|
258 |
|
|
<artifactId>spring-boot-configuration-processor</artifactId>
|
259 |
|
|
<optional>true</optional>
|
260 |
|
|
</dependency>
|
261 |
|
|
|
262 |
|
|
|
263 |
|
|
<dependency>
|
264 |
48332
|
claudio.at
|
<groupId>eu.dnetlib</groupId>
|
265 |
|
|
<artifactId>cnr-rmi-api</artifactId>
|
266 |
|
|
</dependency>
|
267 |
|
|
<dependency>
|
268 |
48615
|
claudio.at
|
<groupId>org.apache.cxf</groupId>
|
269 |
|
|
<artifactId>cxf-rt-transports-http</artifactId>
|
270 |
|
|
</dependency>
|
271 |
|
|
<dependency>
|
272 |
48332
|
claudio.at
|
<groupId>eu.dnetlib</groupId>
|
273 |
|
|
<artifactId>cnr-service-common</artifactId>
|
274 |
|
|
</dependency>
|
275 |
|
|
<dependency>
|
276 |
|
|
<groupId>eu.dnetlib</groupId>
|
277 |
|
|
<artifactId>dnet-openaireplus-mapping-utils</artifactId>
|
278 |
|
|
</dependency>
|
279 |
48971
|
claudio.at
|
<dependency>
|
280 |
49887
|
claudio.at
|
<groupId>eu.dnetlib</groupId>
|
281 |
|
|
<artifactId>dnet-objectstore-rmi</artifactId>
|
282 |
|
|
</dependency>
|
283 |
|
|
<dependency>
|
284 |
48971
|
claudio.at
|
<groupId>org.apache.solr</groupId>
|
285 |
|
|
<artifactId>solr-solrj</artifactId>
|
286 |
|
|
</dependency>
|
287 |
48332
|
claudio.at
|
|
288 |
|
|
<dependency>
|
289 |
46537
|
alessia.ba
|
<groupId>org.postgresql</groupId>
|
290 |
|
|
<artifactId>postgresql</artifactId>
|
291 |
|
|
</dependency>
|
292 |
50580
|
claudio.at
|
|
293 |
46537
|
alessia.ba
|
<dependency>
|
294 |
|
|
<groupId>org.apache.commons</groupId>
|
295 |
|
|
<artifactId>commons-dbcp2</artifactId>
|
296 |
|
|
</dependency>
|
297 |
50580
|
claudio.at
|
|
298 |
46537
|
alessia.ba
|
<dependency>
|
299 |
|
|
<groupId>org.antlr</groupId>
|
300 |
|
|
<artifactId>stringtemplate</artifactId>
|
301 |
|
|
</dependency>
|
302 |
|
|
<dependency>
|
303 |
|
|
<groupId>org.apache.commons</groupId>
|
304 |
|
|
<artifactId>commons-lang3</artifactId>
|
305 |
|
|
</dependency>
|
306 |
50560
|
claudio.at
|
|
307 |
46537
|
alessia.ba
|
<dependency>
|
308 |
50560
|
claudio.at
|
<groupId>org.apache.httpcomponents</groupId>
|
309 |
|
|
<artifactId>httpclient</artifactId>
|
310 |
|
|
</dependency>
|
311 |
|
|
<dependency>
|
312 |
|
|
<groupId>org.apache.httpcomponents</groupId>
|
313 |
|
|
<artifactId>httpcore</artifactId>
|
314 |
|
|
</dependency>
|
315 |
|
|
<dependency>
|
316 |
|
|
<groupId>org.apache.httpcomponents</groupId>
|
317 |
|
|
<artifactId>httpmime</artifactId>
|
318 |
|
|
</dependency>
|
319 |
|
|
|
320 |
|
|
<dependency>
|
321 |
46537
|
alessia.ba
|
<groupId>commons-io</groupId>
|
322 |
|
|
<artifactId>commons-io</artifactId>
|
323 |
|
|
</dependency>
|
324 |
|
|
|
325 |
|
|
<dependency>
|
326 |
|
|
<groupId>com.google.guava</groupId>
|
327 |
|
|
<artifactId>guava</artifactId>
|
328 |
|
|
</dependency>
|
329 |
|
|
<dependency>
|
330 |
|
|
<groupId>net.sf.supercsv</groupId>
|
331 |
|
|
<artifactId>super-csv</artifactId>
|
332 |
|
|
</dependency>
|
333 |
|
|
<dependency>
|
334 |
|
|
<groupId>com.google.code.gson</groupId>
|
335 |
|
|
<artifactId>gson</artifactId>
|
336 |
|
|
</dependency>
|
337 |
50580
|
claudio.at
|
|
338 |
46537
|
alessia.ba
|
<dependency>
|
339 |
48332
|
claudio.at
|
<groupId>com.fasterxml.jackson.datatype</groupId>
|
340 |
|
|
<artifactId>jackson-datatype-joda</artifactId>
|
341 |
|
|
</dependency>
|
342 |
|
|
<dependency>
|
343 |
|
|
<groupId>joda-time</groupId>
|
344 |
|
|
<artifactId>joda-time</artifactId>
|
345 |
|
|
</dependency>
|
346 |
|
|
|
347 |
|
|
<dependency>
|
348 |
|
|
<groupId>org.mongodb</groupId>
|
349 |
|
|
<artifactId>mongo-java-driver</artifactId>
|
350 |
|
|
</dependency>
|
351 |
50580
|
claudio.at
|
|
352 |
50560
|
claudio.at
|
<dependency>
|
353 |
|
|
<groupId>eu.dnetlib</groupId>
|
354 |
|
|
<artifactId>dnet-datasource-manager-common</artifactId>
|
355 |
|
|
</dependency>
|
356 |
48332
|
claudio.at
|
|
357 |
|
|
<dependency>
|
358 |
|
|
<groupId>io.springfox</groupId>
|
359 |
|
|
<artifactId>springfox-swagger2</artifactId>
|
360 |
|
|
</dependency>
|
361 |
|
|
<dependency>
|
362 |
|
|
<groupId>io.springfox</groupId>
|
363 |
|
|
<artifactId>springfox-swagger-ui</artifactId>
|
364 |
|
|
</dependency>
|
365 |
|
|
|
366 |
48733
|
claudio.at
|
<!-- for /metrics and /health controllers -->
|
367 |
48332
|
claudio.at
|
<dependency>
|
368 |
48733
|
claudio.at
|
<groupId>io.prometheus</groupId>
|
369 |
|
|
<artifactId>simpleclient_spring_boot</artifactId>
|
370 |
|
|
</dependency>
|
371 |
|
|
<dependency>
|
372 |
|
|
<groupId>io.prometheus</groupId>
|
373 |
|
|
<artifactId>simpleclient_hotspot</artifactId>
|
374 |
|
|
</dependency>
|
375 |
|
|
<dependency>
|
376 |
|
|
<groupId>io.prometheus</groupId>
|
377 |
|
|
<artifactId>simpleclient_servlet</artifactId>
|
378 |
|
|
</dependency>
|
379 |
51080
|
claudio.at
|
<dependency>
|
380 |
|
|
<groupId>io.prometheus</groupId>
|
381 |
|
|
<artifactId>simpleclient_spring_web</artifactId>
|
382 |
|
|
</dependency>
|
383 |
48733
|
claudio.at
|
|
384 |
|
|
<dependency>
|
385 |
50696
|
claudio.at
|
<groupId>net.bull.javamelody</groupId>
|
386 |
|
|
<artifactId>javamelody-spring-boot-starter</artifactId>
|
387 |
50895
|
claudio.at
|
<version>${javamelody.version}</version>
|
388 |
50696
|
claudio.at
|
</dependency>
|
389 |
|
|
|
390 |
|
|
<dependency>
|
391 |
46537
|
alessia.ba
|
<groupId>org.springframework.boot</groupId>
|
392 |
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
393 |
|
|
<scope>test</scope>
|
394 |
|
|
</dependency>
|
395 |
|
|
|
396 |
50580
|
claudio.at
|
|
397 |
46537
|
alessia.ba
|
</dependencies>
|
398 |
|
|
|
399 |
|
|
<build>
|
400 |
|
|
<plugins>
|
401 |
|
|
<plugin>
|
402 |
|
|
<groupId>org.springframework.boot</groupId>
|
403 |
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
404 |
48506
|
alessia.ba
|
<configuration>
|
405 |
|
|
<executable>true</executable>
|
406 |
|
|
</configuration>
|
407 |
46537
|
alessia.ba
|
</plugin>
|
408 |
|
|
</plugins>
|
409 |
|
|
</build>
|
410 |
|
|
|
411 |
|
|
<properties>
|
412 |
|
|
<java.version>1.8</java.version>
|
413 |
49817
|
claudio.at
|
<apache.solr.version>7.1.0</apache.solr.version>
|
414 |
48332
|
claudio.at
|
<mongodb.driver.version>3.4.2</mongodb.driver.version>
|
415 |
51016
|
claudio.at
|
<springfox-version>2.8.0</springfox-version>
|
416 |
50895
|
claudio.at
|
<prometheus.version>0.2.0</prometheus.version>
|
417 |
|
|
<javamelody.version>1.71.0</javamelody.version>
|
418 |
48482
|
alessia.ba
|
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
|
419 |
50560
|
claudio.at
|
<dockerfile-maven-version>1.3.6</dockerfile-maven-version>
|
420 |
46537
|
alessia.ba
|
</properties>
|
421 |
48332
|
claudio.at
|
</project>
|