summaryrefslogtreecommitdiffstats
path: root/auth/auth-locate
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2018-07-21 11:58:16 -0500
committerInstrumental <jonathan.gathman@att.com>2018-07-21 11:58:23 -0500
commit65c40b3bffb78a1a77d82fc74bbf633a6d0d906f (patch)
tree932109726bec5b207734df429b880cb50ccb22a0 /auth/auth-locate
parentc23f2cdcda93f260e26781dfa59dfe2b89c77402 (diff)
Fix errors found no Container mode
Issue-ID: AAF-318 Change-Id: I90cca45dc91e191594707fdabb54a552d4d90127 Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/auth-locate')
-rw-r--r--auth/auth-locate/pom.xml8
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>