NIFI-10395 Added Apache Xalan to banned dependencies

This commit is contained in:
exceptionfactory 2022-08-25 10:50:15 -05:00
parent f5fee4dda3
commit d9b3257e33
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA

View File

@ -859,6 +859,8 @@
<exclude>org.apache.logging.log4j:log4j-core:*</exclude>
<!-- Commons Logging excluded in favor of jcl-over-slf4j -->
<exclude>commons-logging:commons-logging:*</exclude>
<!-- Apache Xalan is no longer maintained and is bundled in the standard JRE -->
<exclude>xalan:xalan</exclude>
</excludes>
<includes>
<!-- Versions of JSR305 after 3.0.1 are allowed https://github.com/findbugsproject/findbugs/issues/128 -->