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

joewitt 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 d66b29853e NIFI-11359 Upgraded woodstox-core to 6.5.0 for Solr 8.11.1
d66b29853e is described below

commit d66b29853e8a417a451bf9a4520276b73d585b20
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Wed Mar 29 09:08:09 2023 -0500

    NIFI-11359 Upgraded woodstox-core to 6.5.0 for Solr 8.11.1
    
    Signed-off-by: Joe Witt <joew...@apache.org>
---
 nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/pom.xml 
b/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/pom.xml
index e46f4a2b33..4c9846f924 100755
--- a/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/pom.xml
@@ -39,6 +39,12 @@
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-schema-registry-service-api</artifactId>
         </dependency>
+        <!-- Override woodstox-core 6.2.4 from Solr 8.11.1 -->
+        <dependency>
+            <groupId>com.fasterxml.woodstox</groupId>
+            <artifactId>woodstox-core</artifactId>
+            <version>6.5.0</version>
+        </dependency>
         <dependency>
             <groupId>org.apache.solr</groupId>
             <artifactId>solr-solrj</artifactId>

Reply via email to