aboutsummaryrefslogtreecommitdiffstats
path: root/sidecar/rproxy/pom.xml
diff options
context:
space:
mode:
authorIanB <IanB@amdocs.com>2018-11-22 15:57:14 +0000
committeriblackwe <IanB@amdocs.com>2018-11-26 10:03:13 +0000
commit50fd8fd01c059ba031e5ee13a0751d999cc90d67 (patch)
tree765cc1cfe2b3ee5b227e0a40f27ceaaafbbf9a25 /sidecar/rproxy/pom.xml
parent854f559b20499d3136520a5816a05a0335eea4ee (diff)
Re-enable sidecar unit tests
After recent commits, sidecar unit tests had been disabled. These changes re-enable them and allow them to complete successfully. After review comments removed the dependency on Mockito and added a comment on the Surefire plugin configuration. Change-Id: I301b524e06460480e37d180a3fc9977588e87892 Issue-ID: AAF-642 Signed-off-by: IanB <IanB@amdocs.com>
Diffstat (limited to 'sidecar/rproxy/pom.xml')
-rw-r--r--sidecar/rproxy/pom.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/sidecar/rproxy/pom.xml b/sidecar/rproxy/pom.xml
index e8b03be..ffa6a5a 100644
--- a/sidecar/rproxy/pom.xml
+++ b/sidecar/rproxy/pom.xml
@@ -40,7 +40,6 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
- <!--
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
@@ -50,9 +49,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-json</artifactId>
</exclusion>
-
</exclusions>
- -->
</dependency>
<dependency>
@@ -68,6 +65,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
+ <scope>test</scope>
</dependency>
<dependency>