Skip to content

Commit

Permalink
Bump azure-storage-blob:12.22.1
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Jun 12, 2023
1 parent d63af78 commit 2a36fa7
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions plugins/nf-azure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,13 @@ sourceSets {
configurations {
// see https://docs.gradle.org/4.1/userguide/dependency_management.html#sub:exclude_transitive_dependencies
runtimeClasspath.exclude group: 'org.slf4j', module: 'slf4j-api'

all {
resolutionStrategy.eachDependency { DependencyResolveDetails details ->
if (details.requested.group == 'io.netty' && details.requested.name !in ['netty-tcnative-boringssl-static','netty-tcnative-classes']) {
details.useVersion('4.1.77.Final')
}
}
}
}

dependencies {
compileOnly project(':nextflow')
compileOnly 'org.slf4j:slf4j-api:2.0.7'
compileOnly 'org.pf4j:pf4j:3.4.1'
api('com.azure:azure-storage-blob:12.20.3') {
api('com.azure:azure-storage-blob:12.22.1') {
exclude group: 'org.slf4j', module: 'slf4j-api'
}
api('com.microsoft.azure:azure-batch:10.1.0') {
Expand All @@ -59,9 +51,6 @@ dependencies {
compileOnly(group: 'com.nimbusds', name: 'oauth2-oidc-sdk', version: '9.43')

constraints {
api 'com.fasterxml.jackson.core:jackson-databind:2.12.7.1'
api 'com.fasterxml.woodstox:woodstox-core:6.4.0'
api 'com.google.code.gson:gson:2.10.1'
api 'net.minidev:json-smart:2.4.9'
}

Expand Down

0 comments on commit 2a36fa7

Please sign in to comment.