Skip to content

Commit

Permalink
use version.jna for jna-platform
Browse files Browse the repository at this point in the history
Signed-off-by: Chengwu Shi <chengwu.shi@netapp.com>
  • Loading branch information
chengwushi-netapp committed Apr 14, 2024
1 parent edc8878 commit 3cb3c7e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugins/repository-azure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ dependencies {
api 'com.azure:azure-identity:1.11.4'
// Start of transitive dependencies for azure-identity
api 'com.microsoft.azure:msal4j-persistence-extension:1.2.0'
// Both azure-identity:1.11.4 and msal4j-persistence-extension:1.2.0 has compile dependency on different versions of jna-platform,
// selected the higher version which is 5.13.0
api 'net.java.dev.jna:jna-platform:5.13.0'
api "net.java.dev.jna:jna-platform:${versions.jna}"
api 'com.microsoft.azure:msal4j:1.14.3'
api 'com.nimbusds:oauth2-oidc-sdk:11.9.1'
api 'com.nimbusds:nimbus-jose-jwt:9.37.3'
Expand Down

0 comments on commit 3cb3c7e

Please sign in to comment.