mirror of
https://github.com/apache/nifi.git
synced 2025-03-03 16:09:19 +00:00
NIFI-10395 Added Apache Xalan to banned dependencies
This commit is contained in:
parent
f5fee4dda3
commit
d9b3257e33
2
pom.xml
2
pom.xml
@ -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 -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user