aboutsummaryrefslogtreecommitdiffstats
path: root/rest-services/dmaap-client
diff options
context:
space:
mode:
authorMichal Kabaj <michal.kabaj@nokia.com>2019-11-28 13:04:16 +0100
committerMichal Kabaj <michal.kabaj@nokia.com>2019-11-29 10:47:09 +0100
commit64f2aa24065291fb62c687fc3e0efa12f492481c (patch)
treeb344bdcd2d299f3fa0623356fab546bf1975a1ce /rest-services/dmaap-client
parent2f1cf71e142b1c3494bd4f652f3af2a296430b8f (diff)
aaiclient api refactor
aai-client logic moved to PRH Issue-ID: DCAEGEN2-1955 Change-Id: I3ff2fe942b29b13d0a2a6c859d98bd11b2c7a6a5 Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
Diffstat (limited to 'rest-services/dmaap-client')
-rw-r--r--rest-services/dmaap-client/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/rest-services/dmaap-client/pom.xml b/rest-services/dmaap-client/pom.xml
index f7cb3bcc..515a8064 100644
--- a/rest-services/dmaap-client/pom.xml
+++ b/rest-services/dmaap-client/pom.xml
@@ -69,12 +69,6 @@
<artifactId>assertj-core</artifactId>
</dependency>
<dependency>
- <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId>
- <artifactId>aai-client</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
</dependency>