diff options
author | Aikar <[email protected]> | 2020-04-28 03:26:36 -0400 |
---|---|---|
committer | Aikar <[email protected]> | 2020-04-28 03:27:45 -0400 |
commit | 8ce3dd5f719c0ba832fe228c58025d8fd4609ca6 (patch) | |
tree | b0e4c276d78430da95e6a885198fd7804a43eea0 /Paper-MojangAPI | |
parent | 00d760a5377b98328b1f934d4ccb43932c4a5b76 (diff) | |
download | Paper-8ce3dd5f719c0ba832fe228c58025d8fd4609ca6.tar.gz Paper-8ce3dd5f719c0ba832fe228c58025d8fd4609ca6.zip |
[CI-SKIP] Fix Mojang API Brigadier dep - THIS IS NOT A NEW BUILD
Needs to be compile to expose it
Nothing to download here.
Diffstat (limited to 'Paper-MojangAPI')
-rw-r--r-- | Paper-MojangAPI/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Paper-MojangAPI/pom.xml b/Paper-MojangAPI/pom.xml index 55482a6a92..d0da7daf4e 100644 --- a/Paper-MojangAPI/pom.xml +++ b/Paper-MojangAPI/pom.xml @@ -59,7 +59,7 @@ <groupId>com.mojang</groupId> <artifactId>brigadier</artifactId> <version>1.0.17</version> - <scope>provided</scope> + <scope>compile</scope> </dependency> <!-- utils --> <dependency> |