File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -30,21 +30,13 @@ sourceSets {
30
30
configurations {
31
31
// see https://docs.gradle.org/4.1/userguide/dependency_management.html#sub:exclude_transitive_dependencies
32
32
runtimeClasspath. exclude group : ' org.slf4j' , module : ' slf4j-api'
33
-
34
- all {
35
- resolutionStrategy. eachDependency { DependencyResolveDetails details ->
36
- if (details. requested. group == ' io.netty' && details. requested. name ! in [' netty-tcnative-boringssl-static' ,' netty-tcnative-classes' ]) {
37
- details. useVersion(' 4.1.77.Final' )
38
- }
39
- }
40
- }
41
33
}
42
34
43
35
dependencies {
44
36
compileOnly project(' :nextflow' )
45
37
compileOnly ' org.slf4j:slf4j-api:2.0.7'
46
38
compileOnly ' org.pf4j:pf4j:3.4.1'
47
- api(' com.azure:azure-storage-blob:12.20.3 ' ) {
39
+ api(' com.azure:azure-storage-blob:12.22.1 ' ) {
48
40
exclude group : ' org.slf4j' , module : ' slf4j-api'
49
41
}
50
42
api(' com.microsoft.azure:azure-batch:10.1.0' ) {
@@ -59,9 +51,6 @@ dependencies {
59
51
compileOnly(group : ' com.nimbusds' , name : ' oauth2-oidc-sdk' , version : ' 9.43' )
60
52
61
53
constraints {
62
- api ' com.fasterxml.jackson.core:jackson-databind:2.12.7.1'
63
- api ' com.fasterxml.woodstox:woodstox-core:6.4.0'
64
- api ' com.google.code.gson:gson:2.10.1'
65
54
api ' net.minidev:json-smart:2.4.9'
66
55
}
67
56
You can’t perform that action at this time.
0 commit comments