diff options
Diffstat (limited to 'prh-commons/pom.xml')
-rw-r--r-- | prh-commons/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/prh-commons/pom.xml b/prh-commons/pom.xml index fb8e8978..02136961 100644 --- a/prh-commons/pom.xml +++ b/prh-commons/pom.xml @@ -38,6 +38,10 @@ <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId> <artifactId>common-dependency</artifactId> </dependency> + <dependency> + <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId> + <artifactId>aai-client</artifactId> + </dependency> <dependency> <groupId>org.slf4j</groupId> |