Skip to content

Commit

Permalink
Update Azure batch deps
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Jul 30, 2024
1 parent 084092f commit e0c6d77
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions plugins/nf-azure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ dependencies {
compileOnly project(':nextflow')
compileOnly 'org.slf4j:slf4j-api:2.0.7'
compileOnly 'org.pf4j:pf4j:3.12.0'
api('com.azure:azure-storage-blob:12.25.2') {
api('com.azure:azure-storage-blob:12.27.0') {
exclude group: 'org.slf4j', module: 'slf4j-api'
}
api('com.microsoft.azure:azure-batch:11.0.0') {
api('com.microsoft.azure:azure-batch:11.1.1') {
exclude group: 'org.slf4j', module: 'slf4j-api'
exclude group: 'com.google.guava', module: 'guava'
exclude group: 'com.google.code.gson', module: 'gson'
}
api('com.azure:azure-identity:1.11.3') {
exclude group: 'org.slf4j', module: 'slf4j-api'
Expand Down

0 comments on commit e0c6d77

Please sign in to comment.