mirror of
https://github.com/filoghost/ChestCommands.git
synced 2025-02-15 19:11:41 +01:00
Use scope "provided" rather than optional in POM
This commit is contained in:
parent
5681eeb352
commit
0eb908504a
@ -21,7 +21,7 @@
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>chestcommands-commons</artifactId>
|
||||
<optional>true</optional>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user