diff options
author | Jorge Hernandez <jh1730@att.com> | 2018-03-09 20:34:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-09 20:34:42 +0000 |
commit | 87701d53707aeeb908f47e7d4f76a622ec037905 (patch) | |
tree | 53b97efe121b6e2dd8446084e39f50309e99d68a /ONAP-PAP-REST | |
parent | 38fa76cdcbe32e2df1da8f483b561395cd010bb3 (diff) | |
parent | 37ca14cde10e1b507464d88ed2ebbc3fcaa7e7bb (diff) |
Merge "Use org.onap.aaf dependencies"
Diffstat (limited to 'ONAP-PAP-REST')
-rw-r--r-- | ONAP-PAP-REST/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ONAP-PAP-REST/pom.xml b/ONAP-PAP-REST/pom.xml index 0c04a8600..c0a6d0bb8 100644 --- a/ONAP-PAP-REST/pom.xml +++ b/ONAP-PAP-REST/pom.xml @@ -84,7 +84,7 @@ <artifactId>cambriaClient</artifactId> </exclusion> <exclusion> - <groupId>com.att.cadi</groupId> + <groupId>org.onap.aaf.cadi</groupId> <artifactId>cadi-aaf</artifactId> </exclusion> </exclusions> |