Exclude database windows authentication in velocity

It's very unlikely this is really needed.
This commit is contained in:
games647
2024-05-03 16:00:10 +02:00
parent e63642b146
commit f0209170c7

View File

@ -92,6 +92,14 @@
<exclude>com.google.code.gson:gson</exclude>
<!-- Ships the same old version -->
<exclude>com.google.guava:guava</exclude>
<exclude>org.checkerframework:checker-qual</exclude>
<exclude>com.google.errorprone:error_prone_annotations</exclude>
<exclude>com.github.ben-manes.caffeine:caffeine</exclude>
<!-- Exclude JNA implementation for WAFFLE - Windows Authentication Framework (mariadb)-->
<exclude>com.github.waffle:waffle-jna</exclude>
<exclude>net.java.dev.jna:*</exclude>
</excludes>
</artifactSet>
<transformers>