Skip to content

Commit

Permalink
fix: remove conflicting dependencies from azure
Browse files Browse the repository at this point in the history
  • Loading branch information
jeqo committed Mar 15, 2024
1 parent a2e5832 commit d5cefe7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions storage/azure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ dependencies {

implementation platform("com.azure:azure-sdk-bom:$azureSdkVersion")
implementation ("com.azure:azure-identity") {
exclude group: "com.fasterxml.jackson.core"
exclude group: "org.slf4j"
}
implementation ("com.azure:azure-storage-blob") {
exclude group: "com.fasterxml.jackson.core"
exclude group: "org.slf4j"
}

Expand Down

0 comments on commit d5cefe7

Please sign in to comment.