commit | b08ac296b31f001c946b1371f213ac302ff9c12e | [log] [tgz] |
---|---|---|
author | vasraz <vasyl.razinkov@est.tech> | Thu Oct 21 17:32:16 2021 +0100 |
committer | Michael Morris <michael.morris@est.tech> | Mon Nov 15 11:50:33 2021 +0000 |
tree | 3be6bcc7c025a82ec15fc35061f5f0e7dc024aeb | |
parent | 7353fb39790b51c593cb0f72c6ab46d906758244 [diff] [blame] |
Fix critical cross site scripting Change-Id: I66a220f71a2e950055107a725191b46bcbe8c6a6 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3607 Issue-ID: SDC-3755
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml index 9f735fe..8765d66 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml
@@ -25,7 +25,7 @@ </dependency> <dependency> <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> + <artifactId>javax.servlet-api</artifactId> <version>${javax.servlet.version}</version> <scope>provided</scope> </dependency>