From 2a36fa77c868f295ffcf8d1ea6803a805f93783b Mon Sep 17 00:00:00 2001 From: Paolo Di Tommaso Date: Mon, 12 Jun 2023 22:25:58 +0200 Subject: [PATCH] Bump azure-storage-blob:12.22.1 Signed-off-by: Paolo Di Tommaso --- plugins/nf-azure/build.gradle | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/plugins/nf-azure/build.gradle b/plugins/nf-azure/build.gradle index 9edfc9a0aa..ef1a3ce534 100644 --- a/plugins/nf-azure/build.gradle +++ b/plugins/nf-azure/build.gradle @@ -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') { @@ -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' }