diff options
author | vasraz <vasyl.razinkov@est.tech> | 2022-03-03 11:38:39 +0000 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2022-03-03 14:34:04 +0000 |
commit | 584dfd7712be7c238ef86c8ea4d009a61b33c75c (patch) | |
tree | 1229ad848b21af14057393b4aece114f9e416616 /integration-tests/pom.xml | |
parent | 3dcbae860f1a4bc8e6596cddc9cb19611d0c3dc7 (diff) |
Update vulnerable dependencies
Change-Id: Id1098d2e0aceb3fb507e32994925d36f23ad8517
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-3895
Diffstat (limited to 'integration-tests/pom.xml')
-rw-r--r-- | integration-tests/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 31abb03d84..a2d03a5815 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -333,8 +333,12 @@ limitations under the License. <scope>test</scope> <exclusions> <exclusion> - <artifactId>log4j</artifactId> <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + </exclusion> + <exclusion> + <groupId>org.owasp.esapi</groupId> + <artifactId>esapi</artifactId> </exclusion> </exclusions> </dependency> |