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/pom.xml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'sidecar/pom.xml') diff --git a/sidecar/pom.xml b/sidecar/pom.xml index 2558b55..424f29c 100644 --- a/sidecar/pom.xml +++ b/sidecar/pom.xml @@ -33,7 +33,7 @@ UTF-8 UTF-8 - true + false 0.7.7.201606060606 3.2 jacoco @@ -53,8 +53,9 @@ - 2.0.3.RELEASE + 2.0.5.RELEASE 3.0.4.RELEASE + ${basedir}/target @@ -119,7 +120,7 @@ spring-boot-starter-test ${spring.boot.version} - + @@ -135,6 +136,18 @@ + + + maven-surefire-plugin + 2.17 + + + + + + com.mycila license-maven-plugin -- cgit 1.2.3-korg