dlg99 commented on pull request #3084: URL: https://github.com/apache/bookkeeper/pull/3084#issuecomment-1065377451
You can suppress false positives at https://github.com/apache/bookkeeper/blob/master/src/owasp-dependency-check-suppressions.xml As for the logback, try something like ``` configurations { runtime.exclude group: "......", module: "....." } ``` or ``` configurations { all.exclude group: "......", module: "....." } ``` Search for "configurations" in the `build.gradle` Maybe @lhotari knows a better way -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
