From f0d4dd5c846f1c56d8b2641934c028b8151b31b3 Mon Sep 17 00:00:00 2001 From: vasraz Date: Mon, 15 Nov 2021 12:27:54 +0000 Subject: Fix test cases failing incorrectly https://gerrit.onap.org/r/c/sdc/+/124980 Change-Id: I9fbd8a0b5b83d04928feea7624e593b45441ac9b Signed-off-by: Vasyl Razinkov Issue-ID: SDC-3757 --- utils/webseal-simulator/pom.xml | 235 ++++++++++++++++++++-------------------- 1 file changed, 118 insertions(+), 117 deletions(-) (limited to 'utils') diff --git a/utils/webseal-simulator/pom.xml b/utils/webseal-simulator/pom.xml index e9801c9402..180ac3cff1 100644 --- a/utils/webseal-simulator/pom.xml +++ b/utils/webseal-simulator/pom.xml @@ -1,164 +1,137 @@ - - 4.0.0 webseal-simulator - war - - - org.openecomp.sdc - sdc-main - 1.10.0-SNAPSHOT - ../../ - - - - yyyyMMdd'T'HHmmss'Z' - https://nexus.onap.org - UTF-8 - true - - + + WSSimulator-${project.version} + + + yaml-json-validator-maven-plugin + + + + ${skipYamlJsonValidator} + + + + src/main/resources/**/*.y*ml + src/test/resources/**/*.y*ml + + + + + src/main/resources/**/*.json + src/test/resources/**/*.json + + + + + + validate + + validate + validate + + + com.github.sylvainlaurent.maven + + + - javax.servlet javax.servlet-api - ${javax.servlet.version} + javax.servlet + compile + ${servlet-api.version} - org.apache.httpcomponents httpclient + org.apache.httpcomponents ${httpclient.version} - commons-logging commons-logging-api + commons-logging 1.0.4 - commons-io commons-io + commons-io ${commons.io.version} - commons-codec commons-codec - ${commons-codec} + commons-codec compile + ${commons-codec} - org.eclipse.jetty jetty-proxy - ${jetty.version} - compile - org.eclipse.jetty jetty-http + org.eclipse.jetty + org.eclipse.jetty + compile + ${jetty.version} - org.eclipse.jetty jetty-servlets - ${jetty.version} - compile - org.eclipse.jetty jetty-http + org.eclipse.jetty + org.eclipse.jetty + compile + ${jetty.version} - com.typesafe config - 1.0.2 + com.typesafe compile + 1.0.2 - org.openecomp.sdc openecomp-sdc-logging-api - ${project.version} - org.powermock powermock-module-junit4 + org.powermock + org.openecomp.sdc + ${project.version} - - WSSimulator-${project.version} - - - com.github.sylvainlaurent.maven - yaml-json-validator-maven-plugin - - - validate - validate - - validate - - - - - - src/main/resources/**/*.y*ml - src/test/resources/**/*.y*ml - - - - - src/main/resources/**/*.json - src/test/resources/**/*.json - - - - ${skipYamlJsonValidator} - - - - - - + 4.0.0 - - - - ecomp-releases - Release Repository - ${nexus.proxy}/content/repositories/releases/ - - - ecomp-snapshots - Snapshots Repository - ${nexus.proxy}/content/repositories/snapshots/ - - - ecomp-public - Public Repository - ${nexus.proxy}/content/repositories/public/ - - - + war + + + sdc-main + org.openecomp.sdc + ../../ + 1.10.0-SNAPSHOT + - docker false @@ -167,38 +140,33 @@ maven-clean-plugin - 3.0.0 - clean-static-files - clean - - clean - ${project.basedir}/sdc-simulator + false *.war - false + + clean + + clean-static-files + clean + 3.0.0 maven-resources-plugin - copy-resources-simulator - verify - - copy-resources - ${project.basedir}/sdc-simulator @@ -211,28 +179,29 @@ + + copy-resources + + copy-resources-simulator + verify - io.fabric8 docker-maven-plugin - ${verbose} ${docker.api.version} - nexus3.onap.org:10001 - docker docker + docker - onap/sdc-simulator sdc-simulator try @@ -248,35 +217,67 @@ + onap/sdc-simulator + nexus3.onap.org:10001 + ${verbose} - clean-images - pre-clean remove + clean-images + pre-clean - generate-images - install build + generate-images + install - push-images - deploy push + push-images + deploy + io.fabric8 + docker + + + yyyyMMdd'T'HHmmss'Z' + https://nexus.onap.org + UTF-8 + true + + + + + + ecomp-releases + Release Repository + ${nexus.proxy}/content/repositories/releases/ + + + ecomp-snapshots + Snapshots Repository + ${nexus.proxy}/content/repositories/snapshots/ + + + ecomp-public + Public Repository + ${nexus.proxy}/content/repositories/public/ + + + -- cgit