NIFI-11407 Upgraded Azure BOM from 1.2.9 to 1.2.11

- Added Woodstox Core to nifi-toolkit-encrypt-config

This closes #7136

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit a148b6f348)
This commit is contained in:
Pierre Villard 2023-04-07 18:16:29 +03:00 committed by exceptionfactory
parent b30c9331e8
commit cb5debc6dd
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
3 changed files with 9 additions and 3 deletions

View File

@ -26,7 +26,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-sdk-bom</artifactId>
<version>1.2.9</version>
<version>1.2.11</version>
<scope>import</scope>
<type>pom</type>
</dependency>

View File

@ -26,9 +26,9 @@
<packaging>pom</packaging>
<properties>
<azure.sdk.bom.version>1.2.9</azure.sdk.bom.version>
<azure.sdk.bom.version>1.2.11</azure.sdk.bom.version>
<microsoft.azure-storage.version>8.6.6</microsoft.azure-storage.version>
<msal4j.version>1.13.3</msal4j.version>
<msal4j.version>1.13.7</msal4j.version>
<qpid.proton.version>0.34.1</qpid.proton.version>
</properties>

View File

@ -120,6 +120,12 @@
</exclusion>
</exclusions>
</dependency>
<!-- Woodstox provides optimized XML processing over standard JRE capabilities -->
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.5.0</version>
</dependency>
<dependency>
<groupId>org.spockframework</groupId>
<artifactId>spock-core</artifactId>