Update INFO.yaml
[appc/parent.git] / binding-parent / pom.xml
index 89888a1..4d1aae6 100644 (file)
@@ -26,12 +26,12 @@ limitations under the License.
     <packaging>pom</packaging>
     <groupId>org.onap.appc.parent</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>2.6.1-SNAPSHOT</version>
+    <version>2.8.0-SNAPSHOT</version>
 
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>1.2.1</version>
+        <version>1.5.1</version>
         <relativePath />
     </parent>
 
@@ -41,7 +41,6 @@ limitations under the License.
         <assertj.version>3.9.0</assertj.version>
         <apache.sshd.version>1.6.0</apache.sshd.version>
         <cdp.pal.version>1.1.25.8-oss</cdp.pal.version>
-        <commons-codec.version>1.12</commons-codec.version>
         <mariadb.client.version>2.1.1</mariadb.client.version>
         <snakeyaml.version>1.15</snakeyaml.version>
         <dmaap.client.version>1.1.5</dmaap.client.version>
@@ -57,25 +56,28 @@ limitations under the License.
         <commons.lang3.version>3.4</commons.lang3.version>
         <antlr.version>4.5.1</antlr.version>
         <logback.version>1.2.3</logback.version>
-        <toscalib.version>1.1.0</toscalib.version>
         <sdc-client.version>1.3.0</sdc-client.version>
         <!-- Should match the version used by sdc-distribution-client -->
         <saClientLibrary.version>0.0.1</saClientLibrary.version>
         <!-- Should match the version used by sdc-distribution-client -->
         <cambriaClient.version>0.0.1</cambriaClient.version>
         <jackson.yml.version>2.3.2</jackson.yml.version>
-        <tosca.datatype.version>1.1.0</tosca.datatype.version>
+        <tosca.datatype.version>1.5.0</tosca.datatype.version>
         <velocity.version>1.7</velocity.version>
         <xmlunit.version>1.6</xmlunit.version>
         <xmlunit-core.version>2.3.0</xmlunit-core.version>
+        <httpclient.version>4.5.10</httpclient.version>
+        <httpcore.version>4.4.13</httpcore.version>
+        <jline.version>3.13.3</jline.version>
 
         <!-- SONAR -->
         <sonar.language>java</sonar.language>
-        <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
         <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
-        <sonar.jacoco.reportPath>${project.build.directory}/code-coverage/jacoco-ut.exec</sonar.jacoco.reportPath>
-        <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>
+        <sonar.coverage.jacoco.xmlReportPaths>
+            ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
+        </sonar.coverage.jacoco.xmlReportPaths>
         <sonar.projectVersion>${project.version}</sonar.projectVersion>
+        <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
 
         <salGeneratorPath>target/generated-sources/yang-gen-sal</salGeneratorPath>
         <maven.javadoc.failOnError>false</maven.javadoc.failOnError>
@@ -96,11 +98,6 @@ limitations under the License.
     </properties>
     <dependencyManagement>
         <dependencies>
-            <dependency>
-                <groupId>commons-codec</groupId>
-                <artifactId>commons-codec</artifactId>
-                <version>${commons-codec.version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>config-api</artifactId>
@@ -159,12 +156,73 @@ limitations under the License.
                 <artifactId>aai-service-provider</artifactId>
                 <version>${sdnctl.aai.service.version}</version>
             </dependency>
-
             <dependency>
                 <groupId>org.onap.ccsdk.sli.core</groupId>
                 <artifactId>dblib-provider</artifactId>
                 <version>${sdnctl.dblib.version}</version>
             </dependency>
+            <dependency>
+               <groupId>xmlunit</groupId>
+               <artifactId>xmlunit</artifactId>
+               <version>${xmlunit.version}</version>
+            </dependency>
+            <dependency>
+               <groupId>org.apache.httpcomponents</groupId>
+               <artifactId>httpcore</artifactId>
+               <version>${httpcore.version}</version>
+            </dependency>
+            <dependency>
+               <groupId>org.apache.httpcomponents</groupId>
+               <artifactId>httpclient</artifactId>
+               <version>${httpclient.version}</version>
+            </dependency>
+            <dependency>
+               <groupId>org.jline</groupId>
+               <artifactId>jline</artifactId>
+               <version>${jline.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.powermock</groupId>
+                <artifactId>powermock-api-mockito</artifactId>
+                <version>1.6.4</version>
+                <scope>test</scope>
+            </dependency>
+            <dependency>
+               <groupId>org.javassist</groupId>
+               <artifactId>javassist</artifactId>
+               <version>3.21.0-GA</version>
+               <scope>test</scope>
+            </dependency>
+            <dependency>
+               <groupId>org.mockito</groupId>
+               <artifactId>mockito-core</artifactId>
+               <version>1.10.19</version>
+               <scope>test</scope>
+            </dependency>
+            <dependency>
+               <groupId>org.powermock</groupId>
+               <artifactId>powermock-module-junit4</artifactId>
+               <version>1.6.4</version>
+               <scope>test</scope>
+            </dependency>
+            <dependency>
+               <groupId>org.powermock</groupId>
+               <artifactId>powermock-api-support</artifactId>
+               <version>1.6.4</version>
+               <scope>test</scope>
+            </dependency>
+            <dependency>
+               <groupId>org.powermock</groupId>
+               <artifactId>powermock-reflect</artifactId>
+               <version>1.6.4</version>
+               <scope>test</scope>
+            </dependency>
+            <dependency>
+               <groupId>org.powermock</groupId>
+               <artifactId>powermock-core</artifactId>
+               <version>1.6.4</version>
+               <scope>test</scope>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 
@@ -181,6 +239,28 @@ limitations under the License.
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.jacoco</groupId>
+                <artifactId>jacoco-maven-plugin</artifactId>
+                <executions>
+                  <execution>
+                    <id>prepare-agent</id>
+                    <goals>
+                        <goal>prepare-agent</goal>
+                    </goals>
+                  </execution>
+                  <execution>
+                     <id>report</id>
+                     <goals>
+                       <goal>report</goal>
+                     </goals>
+                     <configuration>
+                        <dataFile>${project.build.directory}/code-coverage/jacoco.exec</dataFile>
+                        <outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory>
+                     </configuration>
+                  </execution>
+               </executions>
+            </plugin>
         </plugins>
     </build>