diff options
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 30 |
1 files changed, 2 insertions, 28 deletions
@@ -6,7 +6,7 @@ <groupId>com.leonardobishop</groupId> <artifactId>quests</artifactId> - <version>2.5</version> + <version>2.6</version> <name>Quests</name> <properties> @@ -55,7 +55,7 @@ <dependency> <groupId>org.spigotmc</groupId> <artifactId>spigot-api</artifactId> - <version>1.12.2-R0.1-SNAPSHOT</version> + <version>1.14.4-R0.1-SNAPSHOT</version> <scope>provided</scope> </dependency> @@ -92,27 +92,6 @@ <type>jar</type> <scope>provided</scope> </dependency> - - - <!-- <!– Test –>--> -<!-- <dependency>--> -<!-- <groupId>org.powermock</groupId>--> -<!-- <artifactId>powermock-module-junit4</artifactId>--> -<!-- <version>2.0.0</version>--> -<!-- <scope>test</scope>--> -<!-- </dependency>--> -<!-- <dependency>--> -<!-- <groupId>org.powermock</groupId>--> -<!-- <artifactId>powermock-api-mockito2</artifactId>--> -<!-- <version>2.0.0</version>--> -<!-- <scope>test</scope>--> -<!-- </dependency>--> -<!-- <dependency>--> -<!-- <groupId>junit</groupId>--> -<!-- <artifactId>junit</artifactId>--> -<!-- <version>4.11</version>--> -<!-- <scope>test</scope>--> -<!-- </dependency>--> </dependencies> <build> @@ -136,11 +115,6 @@ </configuration> </plugin> -<!-- <plugin>--> -<!-- <groupId>org.apache.maven.plugins</groupId>--> -<!-- <artifactId>maven-surefire-plugin</artifactId>--> -<!-- </plugin>--> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> |
