mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-14 10:35:12 +01:00
Merge pull request #716 from smartin1018/optional-nms
Make spigot dependencies optional in plugin pom
This commit is contained in:
commit
8d0d8c2d55
@ -131,10 +131,12 @@
|
||||
<dependency>
|
||||
<groupId>org.spigotmc</groupId>
|
||||
<artifactId>spigot-api</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.spigotmc</groupId>
|
||||
<artifactId>spigot</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<!-- testing -->
|
||||
<dependency>
|
||||
|
Loading…
Reference in New Issue
Block a user