File tree 1 file changed +3
-9
lines changed
1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -60,21 +60,15 @@ repositories {
60
60
61
61
configurations. all {
62
62
resolutionStrategy {
63
- force ' com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.8.3' ,
64
- ' org.hamcrest:hamcrest:2.2' ,
65
- ' org.apache.httpcomponents:httpclient:4.5.14' ,
66
- ' org.apache.httpcomponents:httpcore:4.4.16' ,
67
- ' org.mockito:mockito-core:5.17.0' ,
68
- ' net.bytebuddy:byte-buddy:1.17.5' ,
69
- ' commons-codec:commons-codec:1.18.0' ,
70
- ' com.fasterxml.jackson.core:jackson-databind:2.18.2'
63
+ force ' org.apache.httpcomponents:httpclient:4.5.14'
64
+ force ' org.apache.httpcomponents:httpcore:4.4.16'
65
+ force ' commons-codec:commons-codec:1.18.0'
71
66
}
72
67
}
73
68
74
69
dependencies {
75
70
// Main implementation dependencies
76
71
compileOnly project(path : " :${ rootProject.name} -spi" , configuration : ' shadow' )
77
- compileOnly " com.fasterxml.jackson.core:jackson-databind:${ versions.jackson_databind} "
78
72
79
73
// Integration test dependencies
80
74
integrationTestImplementation rootProject. sourceSets. integrationTest. output
You can’t perform that action at this time.
0 commit comments