Skip to content

Commit

Permalink
fix regression in jar packaging (#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove authored Sep 18, 2024
1 parent cbaf1c2 commit c6efe00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ under the License.
<createDependencyReducedPom>true</createDependencyReducedPom>
<artifactSet>
<includes>
<include>org.apache.comet:comet-common-spark${spark.version.short}_${scala.binary.version}</include>
<include>org.apache.datafusion:comet-common-spark${spark.version.short}_${scala.binary.version}</include>
<!-- Relocate Protobuf since Spark uses 2.5.0 while Comet uses 3.x -->
<include>com.google.protobuf:protobuf-java</include>
<include>com.google.guava:guava</include>
Expand Down

0 comments on commit c6efe00

Please sign in to comment.