mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-29 18:27:36 +02:00
Exclude database windows authentication in velocity
It's very unlikely this is really needed.
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user