This is an automated email from the ASF dual-hosted git repository.
joewitt pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new 10022567fd NIFI-11359 This closes #7099. Upgraded woodstox-core to
6.5.0 for Solr 8.11.1
10022567fd is described below
commit 10022567fde62ea43a1a34e3a08755b43df761cf
Author: exceptionfactory <[email protected]>
AuthorDate: Wed Mar 29 09:08:09 2023 -0500
NIFI-11359 This closes #7099. Upgraded woodstox-core to 6.5.0 for Solr
8.11.1
Signed-off-by: Joe Witt <[email protected]>
---
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 f2b9db521b..97b04a2e6c 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>