2019-10-24 16:00:28 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2019-10-31 12:07:04 +01: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">
|
2019-10-24 16:00:28 +02:00
|
|
|
<parent>
|
|
|
|
<artifactId>dhp-workflows</artifactId>
|
|
|
|
<groupId>eu.dnetlib.dhp</groupId>
|
2019-10-31 12:07:04 +01:00
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
2019-10-24 16:00:28 +02:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<artifactId>dhp-graph-mapper</artifactId>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<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>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>eu.dnetlib</groupId>
|
|
|
|
<artifactId>dnet-openaire-data-protos</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.googlecode.protobuf-java-format</groupId>
|
|
|
|
<artifactId>protobuf-java-format</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>eu.dnetlib.dhp</groupId>
|
|
|
|
<artifactId>dhp-common</artifactId>
|
2019-10-31 12:07:04 +01:00
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
2019-10-24 16:00:28 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>eu.dnetlib.dhp</groupId>
|
|
|
|
<artifactId>dhp-schemas</artifactId>
|
2019-10-31 12:07:04 +01:00
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
2019-10-24 16:00:28 +02:00
|
|
|
</dependency>
|
|
|
|
|
2019-10-31 11:31:37 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>de.javakaffee</groupId>
|
|
|
|
<artifactId>kryo-serializers</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
2019-10-24 16:00:28 +02:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
</project>
|