added dependency to use hive on local machine

This commit is contained in:
Miriam Baglioni 2020-04-11 16:34:22 +02:00
parent 79b8ea4fed
commit 85766a02d8
1 changed files with 6 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>dhp-workflows</artifactId>
<groupId>eu.dnetlib.dhp</groupId>
<version>1.1.6-SNAPSHOT</version>
<version>1.1.7-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -31,7 +31,11 @@
<artifactId>dhp-schemas</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-hive_2.11</artifactId>
<scope>test</scope>
</dependency>
</dependencies>