Fix 'Import use case fails when interfaces in template do not exist in system'-bug...
[sdc.git] / integration-tests / pom.xml
index b0e6e77..d3045e5 100644 (file)
@@ -32,7 +32,7 @@ limitations under the License.
     <parent>
         <groupId>org.openecomp.sdc</groupId>
         <artifactId>sdc-main</artifactId>
-        <version>1.13.2-SNAPSHOT</version>
+        <version>1.13.3-SNAPSHOT</version>
     </parent>
 
     <properties>
@@ -345,7 +345,7 @@ limitations under the License.
                 </exclusion>
                 <exclusion>
                     <groupId>org.bouncycastle</groupId>
-                    <artifactId>bcprov-jdk15on</artifactId>
+                    <artifactId>*</artifactId>
                 </exclusion>
             </exclusions>
         </dependency>
@@ -1117,6 +1117,7 @@ limitations under the License.
                             <name>${docker.namespace}/sdc-integration-tests-init</name>
                             <alias>integration-tests-init</alias>
                             <build>
+                                <skip>${it.test-model.disabled}</skip>
                                 <cleanup>try</cleanup>
                                 <dockerFileDir>${project.basedir}/integration-tests-init</dockerFileDir>
                                 <tags>