Skip to content

Commit

Permalink
Update udf-examples dependencies to use dist jar (#3945)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Lowe <jlowe@nvidia.com>
  • Loading branch information
jlowe authored Oct 28, 2021
1 parent 965c09c commit 5ff0590
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions udf-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@
</dependency>
<dependency>
<groupId>com.nvidia</groupId>
<artifactId>rapids-4-spark-sql_${scala.binary.version}</artifactId>
<artifactId>rapids-4-spark_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<classifier>${spark.version.classifier}</classifier>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 5ff0590

Please sign in to comment.