diff options
author | Joanna Jeremicz <joanna.jeremicz@nokia.com> | 2019-10-02 12:45:29 +0200 |
---|---|---|
committer | Joanna Jeremicz <joanna.jeremicz@nokia.com> | 2019-11-04 08:59:58 +0100 |
commit | 9e2877371c44603490e9a9779090d6d80cd7a7d2 (patch) | |
tree | 4177360940d386331c8c0575b6bf5a0f8af0fc4d /prh-commons/pom.xml | |
parent | 30101b0ba9a5416d66d7290ec73f3d4acb383772 (diff) |
Fix SDK imports
Issue-ID: DCAEGEN2-1792
Change-Id: I29e436e1c0483c7f56129d6de8389e71442b86a0
Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
Diffstat (limited to 'prh-commons/pom.xml')
-rw-r--r-- | prh-commons/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/prh-commons/pom.xml b/prh-commons/pom.xml index ce307411..a807304c 100644 --- a/prh-commons/pom.xml +++ b/prh-commons/pom.xml @@ -36,10 +36,6 @@ <dependencies> <dependency> <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> |