From 19ff70fb04bf4fa6fc01d89c4de02e0c4d60300e Mon Sep 17 00:00:00 2001 From: micdzied Date: Mon, 3 Dec 2018 11:01:37 +0100 Subject: SDK integration: use aai in PRH Change-Id: I68c9a5323e05a27de463bef9dd368f8a092559ae Issue-ID: DCAEGEN2-1013 Signed-off-by: micdzied --- prh-aai-client/pom.xml | 123 ------------------------------------------------- 1 file changed, 123 deletions(-) delete mode 100644 prh-aai-client/pom.xml (limited to 'prh-aai-client/pom.xml') diff --git a/prh-aai-client/pom.xml b/prh-aai-client/pom.xml deleted file mode 100644 index 733ce0e6..00000000 --- a/prh-aai-client/pom.xml +++ /dev/null @@ -1,123 +0,0 @@ - - - - 4.0.0 - - - org.onap.dcaegen2.services - prh - 1.2.0-SNAPSHOT - - - org.onap.dcaegen2.services.prh - prh-aai-client - jar - - - - org.immutables - value - - - org.immutables - gson - - - org.springframework - spring-beans - - - org.springframework - spring-core - - - org.springframework - spring-context - - - org.springframework - spring-web - - - org.springframework - spring-webflux - - - org.springframework.boot - spring-boot-starter-reactor-netty - - - io.projectreactor.netty - reactor-netty - - - org.onap.dcaegen2.services.prh - prh-commons - ${project.version} - - - - ch.qos.logback - logback-classic - - - org.slf4j - jul-to-slf4j - - - org.slf4j - log4j-over-slf4j - - - - junit - junit - test - - - org.junit.jupiter - junit-jupiter-api - test - - - org.junit.jupiter - junit-jupiter-engine - test - - - org.junit.vintage - junit-vintage-engine - test - - - org.mockito - mockito-core - test - - - io.projectreactor - reactor-test - test - - - -- cgit 1.2.3-korg