summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMarcin Migdal <marcin.migdal@nokia.com>2018-12-07 15:38:54 +0100
committerMarcin Migdal <marcin.migdal@nokia.com>2018-12-07 15:38:54 +0100
commitd25605a6d776cc41a416333edde54701c73a08aa (patch)
treeb7fb138a33206485564d4d0a262fad1a0bdd5ec1 /pom.xml
parent50f48d62c9e25de4a6aa260aa06a4b8f3a7f5ca0 (diff)
Cleanup
*Remove Junit 4 stuff *Remove Junit 5 API Change-Id: Idc7ea695ab21d3c7cbef1e14151d0a11aedaa2e6 Issue-ID: DCAEGEN2-1021 Signed-off-by: mmigdal <marcin.migdal@nokia.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/pom.xml b/pom.xml
index 2307aac5..403e36f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -199,23 +199,11 @@
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
- <artifactId>junit-jupiter-api</artifactId>
- <version>${junit-jupiter.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${junit-jupiter.version}</version>
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.junit.vintage</groupId>
- <artifactId>junit-vintage-engine</artifactId>
- <version>${junit-vintage.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-bom</artifactId>
<version>Californium-SR2</version>