dnet-hadoop/dhp-workflows/dhp-broker-events/pom.xml

70 lines
1.7 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
2020-06-29 16:33:32 +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>
<version>1.2.4-SNAPSHOT</version>
2020-06-09 16:01:31 +02:00
</parent>
<modelVersion>4.0.0</modelVersion>
2020-06-09 16:01:31 +02:00
<artifactId>dhp-broker-events</artifactId>
2020-06-09 16:01:31 +02:00
<dependencies>
2020-06-09 16:01:31 +02:00
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
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-06-09 16:01:31 +02:00
<dependency>
<groupId>eu.dnetlib.dhp</groupId>
<artifactId>dhp-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>eu.dnetlib.dhp</groupId>
<artifactId>dhp-schemas</artifactId>
</dependency>
<dependency>
<groupId>eu.dnetlib</groupId>
<artifactId>dnet-pace-core</artifactId>
</dependency>
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-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-06-09 16:01:31 +02:00
</dependencies>
</project>