Skip to content

Commit

Permalink
Exclude slf4j classes from the spark-rapids jar (#3188)
Browse files Browse the repository at this point in the history
Exlcluding org.slf4j from the main plugin artifact, closes #3187

Signed-off-by: Gera Shegalov [email protected]
  • Loading branch information
gerashegalov authored Aug 11, 2021
1 parent ed3d587 commit 95e3add
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<configuration>
<artifactSet>
<excludes>org.slf4j:*</excludes>
</artifactSet>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
</transformers>
Expand Down

0 comments on commit 95e3add

Please sign in to comment.