aboutsummaryrefslogtreecommitdiffstats
path: root/prh-app-server/pom.xml
diff options
context:
space:
mode:
authorgrabinsk <maciej.grabinski@nokia.com>2019-05-29 15:06:10 +0200
committergrabinsk <maciej.grabinski@nokia.com>2019-05-30 12:38:26 +0200
commit6ae123a7e8c095dd87c9b459b86195f9f492b508 (patch)
tree50d477aec2fc5cb158b313848042d450fef951c3 /prh-app-server/pom.xml
parent37444e2753f351cfe22b4651bcf777b833aeba92 (diff)
Configs cleanup
Adding test for AppInfoController Change-Id: Ib793cf20a17bcca56f5fe2162048c1b95409da01 Issue-ID: DCAEGEN2-1544 Signed-off-by: grabinsk <maciej.grabinski@nokia.com>
Diffstat (limited to 'prh-app-server/pom.xml')
-rw-r--r--prh-app-server/pom.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/prh-app-server/pom.xml b/prh-app-server/pom.xml
index 5e88011b..5fee9240 100644
--- a/prh-app-server/pom.xml
+++ b/prh-app-server/pom.xml
@@ -258,9 +258,15 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-test</artifactId>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>