diff options
author | vasraz <vasyl.razinkov@est.tech> | 2023-03-06 15:56:57 +0000 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2023-03-08 15:48:26 +0000 |
commit | 99ac5dc08792191a79a18101e830ccacb71edde7 (patch) | |
tree | 3fce2cb902d19f355d70740065856661ee4d8f1c /integration-tests | |
parent | 4f479bcc0247dbdd78190d89b00048bb57fc2312 (diff) |
Update vulnerable dependency - javax.servlet:javax.servlet-api
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: Iad407eb6c950e43e692830d595fdca680366e863
Issue-ID: SDC-4426
Diffstat (limited to 'integration-tests')
-rw-r--r-- | integration-tests/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 7c9798fa8c..eea5c5afc7 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -291,6 +291,12 @@ limitations under the License. <artifactId>selenium-server</artifactId> <version>${selenium.version}</version> <scope>test</scope> + <exclusions> + <exclusion> + <groupId>javax.servlet</groupId> + <artifactId>javax.servlet-api</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.seleniumhq.selenium</groupId> @@ -365,6 +371,10 @@ limitations under the License. <groupId>org.owasp.esapi</groupId> <artifactId>esapi</artifactId> </exclusion> + <exclusion> + <groupId>javax.servlet</groupId> + <artifactId>javax.servlet-api</artifactId> + </exclusion> </exclusions> </dependency> <dependency> |