Make Container Config Strategy
[aaf/authz.git] / auth / auth-certman / pom.xml
index 8fe3e60..26c3c67 100644 (file)
@@ -17,7 +17,7 @@
        <parent>
                <groupId>org.onap.aaf.authz</groupId>
                <artifactId>authparent</artifactId>
-               <version>2.1.0-SNAPSHOT</version>
+               <version>2.1.2-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 
@@ -27,7 +27,7 @@
 
        <properties>
                <!-- SONAR -->
-               <sonar.skip>true</sonar.skip>
+               <!-- <sonar.skip>true</sonar.skip> -->
                <jacoco.version>0.7.7.201606060606</jacoco.version>
                <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version>
                <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
@@ -42,6 +42,7 @@
                <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>
        </properties>
 
        <dependencies>
                <dependency>
                  <groupId>org.bouncycastle</groupId>
                  <artifactId>bcprov-jdk15on</artifactId>
-                 <version>1.59</version>
+                 <version>${project.bouncyCastleVersion}</version>
                </dependency>
                <dependency>
                        <groupId>org.bouncycastle</groupId>
                        <artifactId>bcpkix-jdk15on</artifactId>
-                       <version>1.59</version>
+                       <version>${project.bouncyCastleVersion}</version>
                </dependency>
        </dependencies>
 
                                                        <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>