aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authormicdzied <michal.1.dziedzic@nokia.com>2018-12-03 11:01:37 +0100
committermicdzied <michal.1.dziedzic@nokia.com>2018-12-03 14:10:04 +0100
commit19ff70fb04bf4fa6fc01d89c4de02e0c4d60300e (patch)
tree3b6821fa639729f1ed4b37b0a56a90ec05a9a217 /pom.xml
parent85e1d39b283ffe6c78f8d8175809f285059b92cb (diff)
SDK integration: use aai in PRH
Change-Id: I68c9a5323e05a27de463bef9dd368f8a092559ae Issue-ID: DCAEGEN2-1013 Signed-off-by: micdzied <michal.1.dziedzic@nokia.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 322bf65b..1e7c9f02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,6 @@
<modules>
<module>prh-app-server</module>
- <module>prh-aai-client</module>
<module>prh-dmaap-client</module>
<module>prh-commons</module>
</modules>
@@ -205,6 +204,16 @@
<artifactId>cbs-client</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId>
+ <artifactId>aai-client</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId>
+ <artifactId>dmaap-client</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>ch.qos.logback</groupId>