aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/pom.xml
diff options
context:
space:
mode:
authoramohamad <a.mohamad@queensu.ca>2020-08-09 20:27:40 -0400
committerSébastien Determe <sebastien.determe@intl.att.com>2020-09-07 13:07:26 +0000
commit44c6c0d23504e8d1353cd449541f95bc2033cddb (patch)
tree2a3fca931bbab87c3f5ae45b65ebf1b93f4dba0d /integration-tests/pom.xml
parent334409683f60693d89477054ed8ff20e6a1ea8a9 (diff)
Upgrade Vulnerable Direct Dependencies [many]
Issue-ID: SDC-3051 Upgrade ONLY Maven Dependencies in pom.xml (sdc-main) Upgrade Netty-all 4.1.36.final to 4.1.48.final Upgrade togglz-console 2.4.1.final to 2.6.1.final Upgrade commons-beanutils 1.9.3 to 1.9.4 Upgrade testng 6.x to 7.2.0 Change-Id: Ieffbeba96c0bc5dfba1f3f5371339286d94a3a3b Signed-off-by: amohamad <a.mohamad@queensu.ca> Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'integration-tests/pom.xml')
-rw-r--r--integration-tests/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index baf68689a8..e292195c38 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -762,6 +762,12 @@ limitations under the License.
<configuration>
<forkCount>1</forkCount>
<reuseForks>true</reuseForks>
+ <systemProperties>
+ <property>
+ <name>testng.dtd.http</name>
+ <value>true</value>
+ </property>
+ </systemProperties>
<suiteXmlFiles>
<file>src/test/resources/ci/testSuites/backend/onapApiSanity.xml</file>
<file>src/test/resources/ci/testSuites/frontend/onapUiSanity.xml</file>