summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-06-13 15:43:40 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-06-13 15:47:51 +0200
commit840e43df72955d31b1538655c67f2945ec888e46 (patch)
treecb646f0bb5a69c4dbb4fe899a0da1cc6893f5b3d /pom.xml
parent71c1c6ce2779282d70981efb4ee6c336c0d209e6 (diff)
POM: Remove JUnit.
Change-Id: I64347fdcc1350deb0fbd46acecbb77b76c87119e
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/pom.xml b/pom.xml
index c853d48..15f9fb2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,6 @@
<compiler-plugin.version>3.8.1</compiler-plugin.version>
<quarkus-plugin.version>1.5.0.Final</quarkus-plugin.version>
<spotless-plugin.version>1.30.0</spotless-plugin.version>
- <surefire-plugin.version>3.0.0-M4</surefire-plugin.version>
<!-- <quarkus.platform.artifact-id>quarkus-universe-bom</quarkus.platform.artifact-id> -->
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
@@ -225,18 +224,6 @@
<scope>provided</scope>
</dependency>
- <!-- Testing -->
- <dependency>
- <groupId>io.quarkus</groupId>
- <artifactId>quarkus-junit5</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>io.rest-assured</groupId>
- <artifactId>rest-assured</artifactId>
- <scope>test</scope>
- </dependency>
-
</dependencies>
<build>
@@ -272,16 +259,6 @@
</configuration>
</plugin>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>${surefire-plugin.version}</version>
- <configuration>
- <systemProperties>
- <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
- </systemProperties>
- </configuration>
- </plugin>
-
<!-- Google Java Code Formatter, for enforcing style conventions -->
<plugin>
<groupId>com.diffplug.spotless</groupId>