-
which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
We are using: Community Edition Version 9.9.4 (build 87374) -
how is SonarQube deployed:
Docker -
Problem
Sonarqube shows jar vulnerabilities, even though they are excluded with maven -
what are you trying to achieve
I want to exclude some dependencies with maven, so that sonarqube doesnt complain about
vulnerabilities in those jar files. -
what have you tried so far to achieve this
I tried to exclude some jar files from my maven project, but SonarQube complains about some
vulnerabilities, even though i excluded them with maven (see screenshot)
Any help would be greatly appreciated.