This is an automated email from the ASF dual-hosted git repository.

aboda pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new d9b3257e33 NIFI-10395 Added Apache Xalan to banned dependencies
     new 36ae680147 Merge pull request #6336 from exceptionfactory/NIFI-10395
d9b3257e33 is described below

commit d9b3257e33da272370a625efcedfd7e46f003a53
Author: exceptionfactory <[email protected]>
AuthorDate: Thu Aug 25 10:50:15 2022 -0500

    NIFI-10395 Added Apache Xalan to banned dependencies
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index a9f3a9de52..b560c7fc7c 100644
--- a/pom.xml
+++ b/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 -->

Reply via email to