Fix errors found no Container mode
Issue-ID: AAF-318
Change-Id: I90cca45dc91e191594707fdabb54a552d4d90127
Signed-off-by: Instrumental <jonathan.gathman@att.com>
diff --git a/auth/auth-locate/pom.xml b/auth/auth-locate/pom.xml
index 76fe2a1..c7a1346 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>