From e3595ee528b4ddb9d6ff6e26d812c0e293b34a19 Mon Sep 17 00:00:00 2001 From: Michal Kabaj Date: Thu, 28 Nov 2019 12:21:19 +0100 Subject: aaiclient api refactor - Moved aaiclient code from SDK to PRH improvement of logic fragmentation Issue-ID: DCAEGEN2-1955 Signed-off-by: Michal Kabaj Change-Id: I11d5b92014cdeb036699099113f64fc320cb4dd1 --- prh-commons/pom.xml | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) (limited to 'prh-commons/pom.xml') diff --git a/prh-commons/pom.xml b/prh-commons/pom.xml index a807304c..03483181 100644 --- a/prh-commons/pom.xml +++ b/prh-commons/pom.xml @@ -19,8 +19,8 @@ ~ ============LICENSE_END========================================================= --> + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 @@ -36,9 +36,17 @@ org.onap.dcaegen2.services.sdk.rest.services - aai-client + http-client + + + org.onap.dcaegen2.services.sdk.security + ssl + + + org.apache.commons + commons-text + 1.6 - org.slf4j log4j-over-slf4j @@ -59,7 +67,6 @@ org.immutables gson - org.junit.jupiter junit-jupiter-engine @@ -75,5 +82,17 @@ assertj-core test + + org.mockito + mockito-core + test + + + io.projectreactor + reactor-test + test + + + -- cgit 1.2.3-korg