Skip to content

Commit 6dd9ddc

Browse files
committed
exclude mysql connector
1 parent cae83fb commit 6dd9ddc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,12 @@
398398
<configuration>
399399
<shadedArtifactAttached>true</shadedArtifactAttached>
400400
<shadedClassifierName>shade</shadedClassifierName>
401-
<!-- Any name that makes sense -->
401+
<artifactSet>
402+
<excludes>
403+
<exclude>mysql:mysql-connector-java</exclude>
404+
<exclude>org.slf4j:slf4j-api</exclude>
405+
</excludes>
406+
</artifactSet>
402407
</configuration>
403408
</execution>
404409
</executions>

0 commit comments

Comments
 (0)