Fix incorrect version in 'metrics-rest'
[sdc.git] / integration-tests / pom.xml
index a5d7195..ece5dc7 100644 (file)
@@ -32,7 +32,7 @@ limitations under the License.
     <parent>
         <groupId>org.openecomp.sdc</groupId>
         <artifactId>sdc-main</artifactId>
-        <version>1.10.0-SNAPSHOT</version>
+        <version>1.11.1-SNAPSHOT</version>
     </parent>
 
     <properties>
@@ -52,7 +52,7 @@ limitations under the License.
         <it.docker.version>latest</it.docker.version>
         <it.ui.firefox.version>86.0</it.ui.firefox.version>
         <it.helm-validator.disabled>true</it.helm-validator.disabled>
-        <it.helm-validator.version>1.2.2</it.helm-validator.version>
+        <it.helm-validator.version>1.3.1</it.helm-validator.version>
 
         <!-- parser-->
         <sdc-tosca-parser.version>1.6.6</sdc-tosca-parser.version>
@@ -333,8 +333,12 @@ limitations under the License.
             <scope>test</scope>
             <exclusions>
                 <exclusion>
-                    <artifactId>log4j</artifactId>
                     <groupId>log4j</groupId>
+                    <artifactId>log4j</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.owasp.esapi</groupId>
+                    <artifactId>esapi</artifactId>
                 </exclusion>
             </exclusions>
         </dependency>
@@ -870,7 +874,7 @@ limitations under the License.
                             </run>
                         </image>
                         <image>
-                            <name>${docker.namespace}/org.onap.sdc.sdc-helm-validator:${it.helm-validator.version}</name>
+                            <name>${docker.namespace}/sdc-helm-validator:${it.helm-validator.version}</name>
                             <alias>helm-validator</alias>
                             <run>
                                 <skip>${it.helm-validator.disabled}</skip>