diff options
Diffstat (limited to 'cadi/client/pom.xml')
-rw-r--r-- | cadi/client/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cadi/client/pom.xml b/cadi/client/pom.xml index 113018dd..dce500bd 100644 --- a/cadi/client/pom.xml +++ b/cadi/client/pom.xml @@ -20,7 +20,7 @@ --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>org.onap.aaf.cadi</groupId> + <groupId>org.onap.aaf.authz.cadi</groupId> <artifactId>parent</artifactId> <version>1.5.0-SNAPSHOT</version> <relativePath>..</relativePath> @@ -86,12 +86,12 @@ <dependencies> <dependency> - <groupId>org.onap.aaf.misc</groupId> + <groupId>org.onap.aaf.authz.misc</groupId> <artifactId>aaf-misc-rosetta</artifactId> </dependency> <dependency> - <groupId>org.onap.aaf.cadi</groupId> + <groupId>org.onap.aaf.authz.cadi</groupId> <artifactId>aaf-cadi-core</artifactId> </dependency> |