Update to 2.1.11-SNAPSHOT
[aaf/authz.git] / auth / auth-certman / pom.xml
index f0dc08f..e97c414 100644 (file)
@@ -1,7 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- * ============LICENSE_START==================================================== 
-       * org.onap.aaf * =========================================================================== 
-       * Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. * =========================================================================== 
+       * org.onap.aaf 
+       * =========================================================================== 
+       * Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. 
+       * =========================================================================== 
        * Licensed under the Apache License, Version 2.0 (the "License"); * you may 
        not use this file except in compliance with the License. * You may obtain 
        a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * 
        the specific language governing permissions and * limitations under the License. 
        * ============LICENSE_END==================================================== 
        * -->
+       
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <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>
 
                <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
                <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
                <sitePath>/content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version}</sitePath>
-               <project.bouncyCastleVersion>1.59</project.bouncyCastleVersion>
+               <project.bouncyCastleVersion>1.60</project.bouncyCastleVersion>
        </properties>
 
        <dependencies>
+         <dependency>
+          <groupId>org.powermock</groupId>
+          <artifactId>powermock-module-junit4-rule-agent</artifactId>
+          <version>1.6.4</version>
+          <scope>test</scope>
+        </dependency>
                <dependency>
                        <groupId>org.onap.aaf.authz</groupId>
                        <artifactId>aaf-auth-core</artifactId>
                        <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>