Remove unneeded SodionAuth-Libs

This commit is contained in:
ishland
2020-07-29 16:11:41 +08:00
parent 2e38550db0
commit a36ac7f9e3

View File

@ -238,6 +238,12 @@
<groupId>com.github.Mohist-Community.SodionAuth</groupId>
<artifactId>SodionAuth-Bukkit</artifactId>
<version>b74392aa34</version>
<exclusions>
<exclusion>
<groupId>com.github.Mohist-Community.SodionAuth</groupId>
<artifactId>SodionAuth-Libs</artifactId>
</exclusion>
</exclusions>
<optional>true</optional>
<scope>provided</scope>
</dependency>