Configuration and Auto-Certificates
[aaf/authz.git] / auth / auth-certman / pom.xml
index f0dc08f..8b1729e 100644 (file)
                        <groupId>org.onap.aaf.authz</groupId>
                        <artifactId>aaf-cadi-aaf</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>com.google.code.jscep</groupId>
                                                        <mainClass>org.onap.aaf.auth.cm.AAF_CM</mainClass>
                                                        <name>cm</name>
                                                        <commandLineArguments>
-                                                               <commandLineArgument>cadi_prop_files=${project.ext_root_dir}/etc/org.osaaf.cm.props</commandLineArgument>
+                                                               <commandLineArgument>cadi_prop_files=${project.ext_root_dir}/etc/org.osaaf.aaf.cm.props</commandLineArgument>
                                                                <commandLineArgument>cadi_log_dir=${project.ext_root_dir}/logs/cm</commandLineArgument>
                                                        </commandLineArguments>
                                                </program>