aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormicdzied <michal.1.dziedzic@nokia.com>2018-04-13 15:24:54 +0200
committermicdzied <michal.1.dziedzic@nokia.com>2018-04-13 15:29:51 +0200
commit6a7fa720d61083b36b739f26068888b7424bbfc7 (patch)
tree16b92808d440e4c5a858881385223758def0bbc1
parent92f9c348d3e51f4032e858c6ae443b70a74e8699 (diff)
clean up in pom configuration
Change-Id: I87c94c81c833c7571ab4ba957b273a62407ccdfb Issue-ID: DCAEGEN2-444 Signed-off-by: micdzied <michal.1.dziedzic@nokia.com>
-rw-r--r--prh-app-server/pom.xml19
1 files changed, 4 insertions, 15 deletions
diff --git a/prh-app-server/pom.xml b/prh-app-server/pom.xml
index c1f699ef..e21b8fae 100644
--- a/prh-app-server/pom.xml
+++ b/prh-app-server/pom.xml
@@ -137,21 +137,6 @@
<!--TESTS DEPENDENCIES -->
<dependency>
- <groupId>org.junit.platform</groupId>
- <artifactId>junit-platform-commons</artifactId>
- <version>RELEASE</version>
- </dependency>
- <dependency>
- <groupId>org.junit.jupiter</groupId>
- <artifactId>junit-jupiter-api</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
@@ -167,6 +152,10 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.junit.platform</groupId>
+ <artifactId>junit-platform-launcher</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>