diff options
| author | lmbishop <13875753+lmbishop@users.noreply.github.com> | 2019-06-29 17:43:27 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2019-06-29 18:02:52 +0100 |
| commit | e4e2a28defeb7dded336cc385135cbe2b4efe316 (patch) | |
| tree | a5b964289c28879eb9b30dd3838e8ac6341bd965 /pom.xml | |
| parent | 2ddfbb5a0da6c3606ad3602d13942a7ca5a5dc0e (diff) | |
Auto start
- Quests can now be auto started
- Removed tests
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 48 |
1 files changed, 24 insertions, 24 deletions
@@ -6,7 +6,7 @@ <groupId>com.leonardobishop</groupId> <artifactId>quests</artifactId> - <version>2.1.2</version> + <version>2.2</version> <name>Quests</name> <properties> @@ -77,25 +77,25 @@ <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> +<!-- <!– 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> @@ -121,10 +121,10 @@ </configuration> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - </plugin> +<!-- <plugin>--> +<!-- <groupId>org.apache.maven.plugins</groupId>--> +<!-- <artifactId>maven-surefire-plugin</artifactId>--> +<!-- </plugin>--> <plugin> <groupId>org.apache.maven.plugins</groupId> |
