Use scope "provided" rather than optional in POM

This commit is contained in:
filoghost 2020-08-14 16:30:45 +02:00
parent 5681eeb352
commit 0eb908504a

View File

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