From fb3e87f892ee321148e6988a7089a2e6da262c69 Mon Sep 17 00:00:00 2001 From: Bartosz Gardziejewski Date: Tue, 12 May 2020 11:56:14 +0200 Subject: Add profile "integration" that will run integration tests for PNF and Netconf Issue-ID: INT-1533 Signed-off-by: Bartosz Gardziejewski Change-Id: Ib03bad90ac6921e9f75bda6d1e5163ef05b06d3e --- pnfsimulator/integration/pom.xml | 14 ++++---------- pnfsimulator/pom.xml | 1 + 2 files changed, 5 insertions(+), 10 deletions(-) (limited to 'pnfsimulator') diff --git a/pnfsimulator/integration/pom.xml b/pnfsimulator/integration/pom.xml index 1e895bb..45cd6e1 100644 --- a/pnfsimulator/integration/pom.xml +++ b/pnfsimulator/integration/pom.xml @@ -41,6 +41,8 @@ 11 11 + 3.2.0 + 3.9.1 @@ -48,53 +50,46 @@ org.assertj assertj-core - 3.9.1 test org.springframework.boot spring-boot-starter - 2.0.2.RELEASE org.springframework.boot spring-boot-starter-web - 2.0.2.RELEASE io.rest-assured rest-assured - 3.2.0 + ${rest-assured.version} org.mongodb mongo-java-driver - 3.9.1 + ${mongo-java-driver.version} org.springframework spring-test - 5.0.4.RELEASE test org.springframework.boot spring-boot-starter-test - 2.0.1.RELEASE test com.google.code.gson gson - 2.8.2 com.palantir.docker.compose docker-compose-rule-junit4 - 0.34.0 @@ -117,7 +112,6 @@ org.apache.maven.plugins maven-surefire-plugin - 2.12.1 diff --git a/pnfsimulator/pom.xml b/pnfsimulator/pom.xml index 6ffe1e1..2f5bab1 100644 --- a/pnfsimulator/pom.xml +++ b/pnfsimulator/pom.xml @@ -272,6 +272,7 @@ + ${skip-unit-tests} true true false -- cgit 1.2.3-korg