mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-26 04:05:28 +01:00
Make compile dependencies optional
This commit is contained in:
parent
c0a0a7e2a3
commit
a87f3e5838
4
pom.xml
4
pom.xml
@ -378,6 +378,8 @@
|
|||||||
<groupId>de.rtner</groupId>
|
<groupId>de.rtner</groupId>
|
||||||
<artifactId>PBKDF2</artifactId>
|
<artifactId>PBKDF2</artifactId>
|
||||||
<version>1.1.2</version>
|
<version>1.1.2</version>
|
||||||
|
<scope>compile</scope>
|
||||||
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Spigot API, http://www.spigotmc.org/ -->
|
<!-- Spigot API, http://www.spigotmc.org/ -->
|
||||||
@ -417,6 +419,8 @@
|
|||||||
<groupId>org.bstats</groupId>
|
<groupId>org.bstats</groupId>
|
||||||
<artifactId>bstats-bukkit</artifactId>
|
<artifactId>bstats-bukkit</artifactId>
|
||||||
<version>1.2</version>
|
<version>1.2</version>
|
||||||
|
<scope>compile</scope>
|
||||||
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- ProtocolLib -->
|
<!-- ProtocolLib -->
|
||||||
|
Loading…
Reference in New Issue
Block a user