Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use original servlet-api 3.1.0 artefact instead of tomcat's copy
Gerrit uses tomcat's copy org.apache.tomcat:tomcat-servlet-api:8.5.23 of javax.servlet:javax.servlet-api:3.1.0. Earlier we used Jetty's copy of the servlet-api which was replaced by Tomcat's copy in change Ica04d0c19306da9afcadf3919581632f7df93483 This hurts us since Whitesource scans raise Tomcat 8.5.23 vulnerabilities for this dependency since it's not smart enough to recognize that we only use the Tomcat servlet-api artefact which has no vulnerability. Use the original servlet-api instead of Tomcat's copy to get rid of this issue. Change-Id: I800d8429f08894f29eb66a0627f50ed2e55e0d54 Release-Notes: Use original javax.servlet-api instead of tomcat's copy
- Loading branch information