Update to 2.1.11-SNAPSHOT
[aaf/authz.git] / auth / auth-locate / pom.xml
index 13640b5..ac0cadb 100644 (file)
@@ -17,7 +17,7 @@
        <parent>
                <groupId>org.onap.aaf.authz</groupId>
                <artifactId>authparent</artifactId>
-               <version>2.1.2-SNAPSHOT</version>
+               <version>2.1.11-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 
                        <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>
                                                        <mainClass>org.onap.aaf.auth.locate.AAF_Locate</mainClass>
                                                        <id>locate</id>
                                                        <commandLineArguments>
-                                                               <commandLineArgument>cadi_prop_files=${project.ext_root_dir}/etc/org.osaaf.locate.props</commandLineArgument>
+                                                               <commandLineArgument>cadi_prop_files=${project.ext_root_dir}/etc/org.osaaf.aaf.locate.props</commandLineArgument>
                                                                <commandLineArgument>cadi_log_dir=${project.ext_root_dir}/logs/locate</commandLineArgument>
+                                                               <commandLineArgument>cadi_etc_dir=${project.ext_root_dir}/etc</commandLineArgument>
                                                        </commandLineArguments>
                                                </program>
                                        </programs>