Skip to content

Commit 3582b6c

Browse files
committed
exclude mysql connector
1 parent 0f538ba commit 3582b6c

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
@@ -375,7 +375,12 @@
375375
<configuration>
376376
<shadedArtifactAttached>true</shadedArtifactAttached>
377377
<shadedClassifierName>shade</shadedClassifierName>
378-
<!-- Any name that makes sense -->
378+
<artifactSet>
379+
<excludes>
380+
<exclude>mysql:mysql-connector-java</exclude>
381+
<exclude>org.slf4j:slf4j-api</exclude>
382+
</excludes>
383+
</artifactSet>
379384
</configuration>
380385
</execution>
381386
</executions>

0 commit comments

Comments
 (0)