aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'integration-tests/pom.xml')
-rw-r--r--integration-tests/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index bceb7bee2e..26c82250eb 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -18,6 +18,7 @@ limitations under the License.
============LICENSE_END=========================================================
================================================================================
-->
+
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -375,7 +376,7 @@ limitations under the License.
</dependencies>
<configuration>
<verbose>true</verbose>
- <apiVersion>1.35</apiVersion>
+ <apiVersion>${docker.api.version}</apiVersion>
<autoCreateCustomNetworks>true</autoCreateCustomNetworks>
<images>
<image>
@@ -540,7 +541,7 @@ limitations under the License.
</run>
</image>
<image>
- <name>onap/sdc-backend:${it.docker.version}</name>
+ <name>onap/sdc-backend-all-plugins:${it.docker.version}</name>
<alias>sdc-backend</alias>
<run>
<dependsOn>
@@ -557,7 +558,6 @@ limitations under the License.
<bind>
<volume>${it.chef.config}:/var/lib/jetty/chef-solo/environments</volume>
<volume>${it.shared.volume}:/var/lib/jetty/logs</volume>
- <volume>${it.sdc-be.plugins}:/var/lib/jetty/plugins</volume>
</bind>
</volumes>
<wait>