diff options
Diffstat (limited to 'auth/auth-locate')
-rw-r--r-- | auth/auth-locate/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/auth/auth-locate/pom.xml b/auth/auth-locate/pom.xml index 76fe2a19..c7a13464 100644 --- a/auth/auth-locate/pom.xml +++ b/auth/auth-locate/pom.xml @@ -61,6 +61,14 @@ <artifactId>aaf-auth-cass</artifactId> </dependency> + <!-- Add the Organizations you wish to support. You can delete ONAP if + you have something else Match with Property Entry: Organization.<root ns>, + i.e. Organization.onap.org=org.onap.org.DefaultOrg --> + <dependency> + <groupId>org.onap.aaf.authz</groupId> + <artifactId>aaf-auth-deforg</artifactId> + </dependency> + <dependency> <groupId>org.onap.aaf.authz</groupId> <artifactId>aaf-cadi-aaf</artifactId> |