Skip to content

Instantly share code, notes, and snippets.

@bvaradar
Created April 8, 2019 22:26
Show Gist options
  • Save bvaradar/289134ac30f5103696918713e0d9bb1a to your computer and use it in GitHub Desktop.
Save bvaradar/289134ac30f5103696918713e0d9bb1a to your computer and use it in GitHub Desktop.
diff --git a/packaging/hoodie-spark-bundle/pom.xml b/packaging/hoodie-spark-bundle/pom.xml
index b80499d5..d4a34190 100644
--- a/packaging/hoodie-spark-bundle/pom.xml
+++ b/packaging/hoodie-spark-bundle/pom.xml
@@ -247,21 +247,25 @@
<groupId>${hive.groupid}</groupId>
<artifactId>hive-service</artifactId>
<version>${hive.version}</version>
+ <scope>runtime</scope>
</dependency>
<dependency>
<groupId>${hive.groupid}</groupId>
<artifactId>hive-jdbc</artifactId>
<version>${hive.version}</version>
+ <scope>runtime</scope>
</dependency>
<dependency>
<groupId>${hive.groupid}</groupId>
<artifactId>hive-metastore</artifactId>
<version>${hive.version}</version>
+ <scope>runtime</scope>
</dependency>
<dependency>
<groupId>${hive.groupid}</groupId>
<artifactId>hive-common</artifactId>
<version>${hive.version}</version>
+ <scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment