clean up in pom configuration 23/42723/2
authormicdzied <michal.1.dziedzic@nokia.com>
Fri, 13 Apr 2018 13:24:54 +0000 (15:24 +0200)
committermicdzied <michal.1.dziedzic@nokia.com>
Fri, 13 Apr 2018 13:29:51 +0000 (15:29 +0200)
Change-Id: I87c94c81c833c7571ab4ba957b273a62407ccdfb
Issue-ID: DCAEGEN2-444
Signed-off-by: micdzied <michal.1.dziedzic@nokia.com>
prh-app-server/pom.xml

index c1f699e..e21b8fa 100644 (file)
     </dependency>
 
     <!--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>
       <artifactId>spring-test</artifactId>
       <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>