From 50fd8fd01c059ba031e5ee13a0751d999cc90d67 Mon Sep 17 00:00:00 2001 From: IanB Date: Thu, 22 Nov 2018 15:57:14 +0000 Subject: 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 --- sidecar/fproxy/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sidecar/fproxy') diff --git a/sidecar/fproxy/pom.xml b/sidecar/fproxy/pom.xml index eb6223c..2608254 100644 --- a/sidecar/fproxy/pom.xml +++ b/sidecar/fproxy/pom.xml @@ -65,6 +65,12 @@ org.springframework.boot spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-tomcat + + -- cgit 1.2.3-korg