NIFI-11359 Upgraded woodstox-core to 6.5.0 for Solr 8.11.1

Signed-off-by: Joe Witt <joewitt@apache.org>
This commit is contained in:
exceptionfactory 2023-03-29 09:08:09 -05:00 committed by Joe Witt
parent ce484a0418
commit d66b29853e
No known key found for this signature in database
GPG Key ID: 9093BF854F811A1A
1 changed files with 6 additions and 0 deletions

View File

@ -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>