Browse Source

Dependency-Management: small typo

RedstoneFuture 1 year ago
parent
commit
ffaef3ceed
2 changed files with 2 additions and 3 deletions
  1. 2 2
      1_13/pom.xml
  2. 0 1
      missilewars-plugin/pom.xml

+ 2 - 2
1_13/pom.xml

@@ -31,8 +31,8 @@
     <artifactId>1_13</artifactId>
 
     <dependencies>
+        <!-- WorldEdit (Bukkit) API -->
         <dependency>
-            <!-- WorldEdit (Bukkit) API -->
             <groupId>com.sk89q.worldedit</groupId>
             <artifactId>worldedit-bukkit</artifactId>
             <version>7.0.0-SNAPSHOT</version>
@@ -46,8 +46,8 @@
             </exclusions>
         </dependency>
 
+        <!-- WorldEdit (Core) API -->
         <dependency>
-            <!-- WorldEdit (Core) API -->
             <groupId>com.sk89q.worldedit</groupId>
             <artifactId>worldedit-core</artifactId>
             <version>7.0.0-SNAPSHOT</version>

+ 0 - 1
missilewars-plugin/pom.xml

@@ -129,7 +129,6 @@
             <scope>provided</scope>
         </dependency>
 
-
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>