aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMarcin Migdal <marcin.migdal@nokia.com>2018-12-07 15:52:53 +0100
committerMarcin Migdal <marcin.migdal@nokia.com>2018-12-07 15:52:53 +0100
commit307e825f082109bc7f2b959e5f06399f8c4d5b05 (patch)
tree3699fb6d0bbd2f7233198a96b4cbc7cc8c2e17f5 /pom.xml
parentd25605a6d776cc41a416333edde54701c73a08aa (diff)
Remove junit-platform-launche
Change-Id: Id66ece25205fc092d6563bb48293a522954a1392 Issue-ID: DCAEGEN2-1021 Signed-off-by: mmigdal <marcin.migdal@nokia.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 403e36f4..8487813f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -192,12 +192,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.junit.platform</groupId>
- <artifactId>junit-platform-launcher</artifactId>
- <version>${junit-platform.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${junit-jupiter.version}</version>