From aa9576a7cceb70220fdc55fadef6c7d0e4dac452 Mon Sep 17 00:00:00 2001 From: pwielebs Date: Tue, 4 Dec 2018 12:56:19 +0100 Subject: SDK integration: use dmaap client in PRH Change-Id: I41a952396fb9714f7e1e04c1d08a1e27df3020db Issue-ID: DCAEGEN2-1013 Signed-off-by: pwielebs --- prh-dmaap-client/pom.xml | 127 ----------------------------------------------- 1 file changed, 127 deletions(-) delete mode 100644 prh-dmaap-client/pom.xml (limited to 'prh-dmaap-client/pom.xml') diff --git a/prh-dmaap-client/pom.xml b/prh-dmaap-client/pom.xml deleted file mode 100644 index ebc2b992..00000000 --- a/prh-dmaap-client/pom.xml +++ /dev/null @@ -1,127 +0,0 @@ - - - - 4.0.0 - - - org.onap.dcaegen2.services - prh - 1.2.0-SNAPSHOT - - - org.onap.dcaegen2.services.prh - prh-dmaap-client - jar - - - - org.immutables - value - - - org.immutables - gson - - - org.springframework - spring-context - - - org.springframework - spring-web - - - org.springframework - spring-core - - - io.projectreactor.netty - reactor-netty - - - org.springframework - spring-webflux - - - org.springframework.boot - spring-boot-starter-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 - - - - org.junit.jupiter - junit-jupiter-api - test - - - junit - junit - 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 - - - org.springframework.boot - spring-boot-starter-web - - - org.apache.httpcomponents - httpclient - - - -- cgit 1.2.3-korg