2020-05-05 17:09:00 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2022-04-07 13:32:19 +02:00
|
|
|
<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">
|
2020-06-09 16:01:31 +02:00
|
|
|
<parent>
|
|
|
|
<artifactId>dhp-workflows</artifactId>
|
|
|
|
<groupId>eu.dnetlib.dhp</groupId>
|
2022-04-07 13:32:22 +02:00
|
|
|
<version>1.2.5-SNAPSHOT</version>
|
2020-06-09 16:01:31 +02:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2020-05-05 17:09:00 +02:00
|
|
|
|
2020-06-09 16:01:31 +02:00
|
|
|
<artifactId>dhp-broker-events</artifactId>
|
2020-05-05 17:09:00 +02:00
|
|
|
|
2020-06-09 16:01:31 +02:00
|
|
|
<dependencies>
|
2020-05-05 17:09:00 +02:00
|
|
|
|
2020-06-09 16:01:31 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
</dependency>
|
2020-05-05 17:09:00 +02:00
|
|
|
|
2020-06-09 16:01:31 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.spark</groupId>
|
|
|
|
<artifactId>spark-core_2.11</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.spark</groupId>
|
|
|
|
<artifactId>spark-sql_2.11</artifactId>
|
|
|
|
</dependency>
|
2020-06-29 16:33:32 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.elasticsearch</groupId>
|
|
|
|
<artifactId>elasticsearch-hadoop</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
2020-08-21 14:52:48 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
<artifactId>httpclient</artifactId>
|
|
|
|
</dependency>
|
2020-05-05 17:09:00 +02:00
|
|
|
|
2020-06-09 16:01:31 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>eu.dnetlib.dhp</groupId>
|
|
|
|
<artifactId>dhp-common</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2021-04-27 10:12:27 +02:00
|
|
|
|
2020-06-09 16:01:31 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>eu.dnetlib</groupId>
|
|
|
|
<artifactId>dnet-pace-core</artifactId>
|
|
|
|
</dependency>
|
2020-05-05 17:09:00 +02:00
|
|
|
|
2020-06-09 16:01:31 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>dom4j</groupId>
|
|
|
|
<artifactId>dom4j</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>jaxen</groupId>
|
|
|
|
<artifactId>jaxen</artifactId>
|
|
|
|
</dependency>
|
2020-05-05 17:09:00 +02:00
|
|
|
|
2020-06-09 16:01:31 +02:00
|
|
|
<dependency>
|
2020-07-09 11:02:09 +02:00
|
|
|
<groupId>eu.dnetlib.dhp</groupId>
|
2020-06-09 16:01:31 +02:00
|
|
|
<artifactId>dnet-openaire-broker-common</artifactId>
|
|
|
|
</dependency>
|
2020-05-05 17:09:00 +02:00
|
|
|
|
2020-06-09 16:01:31 +02:00
|
|
|
</dependencies>
|
2020-05-05 17:09:00 +02:00
|
|
|
|
|
|
|
|
|
|
|
</project>
|