NIFI-13287: Added note to msal4j dependency in Azure bundle's pom

This closes #8869.

Signed-off-by: Joseph Witt <joewitt@apache.org>
This commit is contained in:
Peter Turcsanyi 2024-05-09 20:37:33 +02:00 committed by Joseph Witt
parent 0463abfeaa
commit de11b6c43e
No known key found for this signature in database
GPG Key ID: 9093BF854F811A1A
2 changed files with 8 additions and 2 deletions

View File

@ -53,7 +53,6 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j</artifactId>
<version>${msal4j.version}</version>
</dependency>
</dependencies>
</project>

View File

@ -27,6 +27,7 @@
<packaging>pom</packaging>
<properties>
<!-- when changing the Azure SDK version, also update msal4j to the version that is required by azure-identity -->
<azure.sdk.bom.version>1.2.23</azure.sdk.bom.version>
<msal4j.version>1.15.0</msal4j.version>
<qpid.proton.version>0.34.1</qpid.proton.version>
@ -62,7 +63,13 @@
<artifactId>proton-j</artifactId>
<version>${qpid.proton.version}</version>
</dependency>
<!-- Override nimbus-jose-jwt 9.22 from msal4j -->
<!-- Set msal4j version for azure-identity and nifi-azure-graph-authorizer -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j</artifactId>
<version>${msal4j.version}</version>
</dependency>
<!-- Override nimbus-jose-jwt from msal4j -->
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>