diff options
author | vasraz <vasyl.razinkov@est.tech> | 2021-07-26 15:01:06 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2021-07-27 08:06:06 +0000 |
commit | b65fcbf6928b13600e7764b9f37ba039cb64b6c9 (patch) | |
tree | 9f3beab8311ccc1c19fd33ad8b13f5e715df8483 /integration-tests/pom.xml | |
parent | 389eb1656860a8cc2cd0f2cc78c8ed813810b07e (diff) |
Remove dependency vulnerability
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: Id6f1a33b86369b54af70094686d3a15d4dca3b15
Issue-ID: SDC-3572
Diffstat (limited to 'integration-tests/pom.xml')
-rw-r--r-- | integration-tests/pom.xml | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 7a544eab78..24676c9afa 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -78,18 +78,6 @@ limitations under the License. <scope>test</scope> </dependency> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>${junit.version}</version> - <scope>test</scope> - <exclusions> - <exclusion> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-core</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>${testng.version}</version> @@ -159,6 +147,10 @@ limitations under the License. <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> </exclusion> + <exclusion> + <groupId>dom4j</groupId> + <artifactId>dom4j</artifactId> + </exclusion> </exclusions> </dependency> <dependency> |