diff --git a/dbaas/dbaas-integration-tests/pom.xml b/dbaas/dbaas-integration-tests/pom.xml index b9e3d0ef..f3fc2aeb 100644 --- a/dbaas/dbaas-integration-tests/pom.xml +++ b/dbaas/dbaas-integration-tests/pom.xml @@ -6,7 +6,7 @@ 4.0.0 com.netcracker.cloud dbaas-integration-tests - 2.0.0-SNAPSHOT + 6.10.0-SNAPSHOT 21 @@ -24,20 +24,17 @@ com.netcracker.cloud.junit.cloudcore cloud-core-extension 8.5.0 - test io.undertow undertow-core 2.3.20.Final - test ch.qos.logback logback-classic ${logback.version} - test org.springframework.data @@ -74,13 +71,11 @@ org.hamcrest hamcrest 3.0 - test org.junit.jupiter junit-jupiter ${junit.version} - test org.junit.jupiter @@ -91,7 +86,6 @@ org.postgresql postgresql 42.7.8 - test com.googlecode.json-simple @@ -157,13 +151,11 @@ org.springframework spring-web 6.2.15 - compile net.jodah failsafe 2.4.4 - test com.netcracker.cloud @@ -238,6 +230,30 @@ + + + org.apache.maven.plugins + maven-jar-plugin + + + + test-jar + + + + + + org.apache.maven.plugins + maven-source-plugin + + + verify + + test-jar + + + +