Make Maven API dependency on commons non-transitive

This commit is contained in:
filoghost 2020-08-14 11:28:47 +02:00
parent 01a3b2914e
commit 7bccf9131e

View File

@ -21,6 +21,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>chestcommands-commons</artifactId>
<optional>true</optional>
</dependency>
</dependencies>