Skip to content

Commit

Permalink
Fix duplicates includes in assembly jar (NVIDIA#423)
Browse files Browse the repository at this point in the history
* Fix duplicates includes

* only include META-INF

Co-authored-by: Thomas Graves <tgraves@nvidia.com>
  • Loading branch information
tgravescs and tgravescs authored Jul 24, 2020
1 parent f9f240a commit cdfacbb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,19 @@
<goals>
<goal>shade</goal>
</goals>
<configuration>
<filters>
<filter>
<artifact>com.nvidia:rapids-4-spark_2.12</artifact>
<includes>
<include>META-INF/**</include>
</includes>
<excludes>
<exclude>META-INF/services/**</exclude>
</excludes>
</filter>
</filters>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit cdfacbb

Please sign in to comment.