From c45f39c7bd5c8fb56eeb4a20256aa9ffa315fea8 Mon Sep 17 00:00:00 2001 From: kjaniak Date: Wed, 19 Feb 2020 16:42:38 +0100 Subject: Implementation of KeyPair generation Issue-ID: AAF-996 Change-Id: I97626d122033127d5bb234d134c20d0b5a6d7c03 Signed-off-by: kjaniak --- certServiceClient/pom.xml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'certServiceClient/pom.xml') diff --git a/certServiceClient/pom.xml b/certServiceClient/pom.xml index c6a17755..f092990a 100644 --- a/certServiceClient/pom.xml +++ b/certServiceClient/pom.xml @@ -58,7 +58,7 @@ - org.onap.aaf.certservice.client.CertServiceClientApp + org.onap.aaf.certservice.client.MainApp @@ -131,12 +131,12 @@ - org.assertj - assertj-core + org.bouncycastle + bcpkix-jdk15on - org.slf4j - slf4j-api + org.assertj + assertj-core org.junit.jupiter @@ -154,6 +154,10 @@ org.mockito mockito-junit-jupiter + + org.slf4j + slf4j-api + org.springframework.boot spring-boot-starter-log4j2 -- cgit 1.2.3-korg