mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-01 17:01:56 +01:00
Fix pom to be compile instead of provided for fastutil
This commit is contained in:
parent
1ac9958e8b
commit
0706403fa6
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||||
+ <groupId>co.aikar</groupId>
|
+ <groupId>co.aikar</groupId>
|
||||||
+ <artifactId>fastutil-lite</artifactId>
|
+ <artifactId>fastutil-lite</artifactId>
|
||||||
+ <version>1.0</version>
|
+ <version>1.0</version>
|
||||||
+ <scope>provided</scope>
|
+ <scope>compile</scope>
|
||||||
+ </dependency>
|
+ </dependency>
|
||||||
+ <dependency>
|
+ <dependency>
|
||||||
<groupId>net.sf.trove4j</groupId>
|
<groupId>net.sf.trove4j</groupId>
|
||||||
|
|
Loading…
Reference in a new issue