aboutsummaryrefslogtreecommitdiffstats
path: root/rest-services/cbs-client/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 /rest-services/cbs-client/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 'rest-services/cbs-client/pom.xml')
-rw-r--r--rest-services/cbs-client/pom.xml14
1 files changed, 5 insertions, 9 deletions
diff --git a/rest-services/cbs-client/pom.xml b/rest-services/cbs-client/pom.xml
index a08d3d15..59981f7e 100644
--- a/rest-services/cbs-client/pom.xml
+++ b/rest-services/cbs-client/pom.xml
@@ -25,6 +25,10 @@
<artifactId>spring-webflux</artifactId>
</dependency>
<dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-context</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.immutables</groupId>
<artifactId>value</artifactId>
<scope>provided</scope>
@@ -50,17 +54,13 @@
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
</dependency>
+
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.junit.platform</groupId>
- <artifactId>junit-platform-launcher</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
@@ -70,10 +70,6 @@
<artifactId>reactor-test</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-context</artifactId>
- </dependency>
</dependencies>
</project>