Skip to content

Commit

Permalink
[HOPSWORKS-1374] Append: change hudi group name to io.hops.hudi (#128)
Browse files Browse the repository at this point in the history
Co-authored-by: davitbzh <davit@logicalclocks.com>
  • Loading branch information
davitbzh and davitbzh authored Nov 1, 2020
1 parent 922aa12 commit 36d0c23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@

<!-- https://mvnrepository.com/artifact/org.apache.hudi/hudi-spark-bundle -->
<dependency>
<groupId>org.apache.hudi</groupId>
<artifactId>hudi-spark-bundle_${scala.base}</artifactId>
<groupId>io.hops.hudi</groupId>
<artifactId>hudi-spark-bundle</artifactId>
<version>${hudi.version}</version>
<scope>provided</scope>
<exclusions>
Expand Down

0 comments on commit 36d0c23

Please sign in to comment.