From 1afc93ddb4afc226562043822f6c5e9dc0ed4b2a Mon Sep 17 00:00:00 2001 From: andrzejszukuc Date: Wed, 7 Nov 2018 12:51:05 +0100 Subject: TLS mutual authentication has been added. Change-Id: I60ebe8e1b06d72413940935396cb7a56af437c0d Issue-ID: DCAEGEN2-959 Signed-off-by: ANDRZEJ SZUKUC --- pom.xml | 41 ++++++++++++++++++++++++++++++++--------- 1 file changed, 32 insertions(+), 9 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index c4347888..eeaa6b9d 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ limitations under the License. org.onap.dcaegen2.collectors.ves VESCollector - 1.4.0-SNAPSHOT + 1.4.1-SNAPSHOT dcaegen2-collectors-ves VESCollector @@ -86,6 +86,11 @@ limitations under the License. maven-project-info-reports-plugin 2.9 + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M1 + com.spotify docker-maven-plugin @@ -334,7 +339,7 @@ limitations under the License. com.google.code.gson gson - 2.3.1 + 2.8.5 org.json @@ -404,15 +409,27 @@ limitations under the License. - org.mockito - mockito-core - 2.18.0 + org.junit.jupiter + junit-jupiter-api + 5.3.1 + test + + + org.junit.jupiter + junit-jupiter-engine + 5.3.1 + test + + + org.junit.vintage + junit-vintage-engine + 5.3.1 test - junit - junit - 4.12 + org.mockito + mockito-junit-jupiter + 2.23.0 test @@ -436,7 +453,13 @@ limitations under the License. org.springframework.security spring-security-test - 5.1.0.RELEASE + 5.1.1.RELEASE + test + + + org.springframework.boot + spring-boot-starter-test + 2.1.0.RELEASE test -- cgit 1.2.3-korg