From e5ce5b1b72e9421ba4bb772c41215e837f7517dd Mon Sep 17 00:00:00 2001 From: vasraz Date: Tue, 22 Aug 2023 15:27:30 +0100 Subject: [PATCH] Replace deprecated maven parameters Signed-off-by: Vasyl Razinkov Change-Id: I0d99fbebc3479b946b1c694e1a37301d18376af2 Issue-ID: SDC-4600 --- integration-tests/pom.xml | 36 ++++++++++++------------------------ 1 file changed, 12 insertions(+), 24 deletions(-) diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index d3045e51fb..801e21527f 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -1196,12 +1196,9 @@ limitations under the License. 1 true - - - testng.dtd.http - true - - + + true + src/test/resources/ci/testSuites/backend/onapApiSanity.xml src/test/resources/ci/testSuites/frontend/onapUiSanity.xml @@ -1260,12 +1257,9 @@ limitations under the License. 1 true - - - testng.dtd.http - true - - + + true + src/test/resources/ci/testSuites/backend/onapApiSanity.xml src/test/resources/ci/testSuites/frontend/onapUiSanity.xml @@ -1294,12 +1288,9 @@ limitations under the License. 1 true - - - testng.dtd.http - true - - + + true + src/test/resources/ci/testSuites/backend/onapApiSanity.xml src/test/resources/ci/testSuites/backend/helmValidatorTests.xml @@ -1326,12 +1317,9 @@ limitations under the License. 1 true - - - testng.dtd.http - true - - + + true + src/test/resources/ci/testSuites/frontend/onapUiSanity.xml src/test/resources/ci/testSuites/frontend/helmValidatorTests.xml -- 2.16.6