2
0
RedstoneFuture 5 сар өмнө
parent
commit
108c10f9e6

+ 0 - 4
missilewars-plugin/pom.xml

@@ -52,7 +52,6 @@
             <groupId>de.butzlabben</groupId>
             <artifactId>FAWE_Paster</artifactId>
             <version>1.0</version>
-            <scope>compile</scope>
         </dependency>
         <!-- Other dependencies -->
 
@@ -75,7 +74,6 @@
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
             <version>2.16.2</version>
-            <scope>compile</scope>
         </dependency>
 
         <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml -->
@@ -83,14 +81,12 @@
             <groupId>com.fasterxml.jackson.dataformat</groupId>
             <artifactId>jackson-dataformat-yaml</artifactId>
             <version>2.16.2</version>
-            <scope>compile</scope>
         </dependency>
 
         <dependency>
             <groupId>org.bstats</groupId>
             <artifactId>bstats-bukkit</artifactId>
             <version>3.0.2</version>
-            <scope>compile</scope>
         </dependency>
 
         <!-- https://mvnrepository.com/artifact/com.github.MilkBowl/VaultAPI -->