We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9dcf23 commit af91de4Copy full SHA for af91de4
modules/k3s/build.gradle
@@ -5,7 +5,7 @@ dependencies {
5
6
// The version of jackson-dataformats must match the version of jackson.
7
// Artifact previously resided with different name prior to version 2.9
8
- shaded 'com.fasterxml.jackson.dataformat:jackson-dataformats-yaml:2.18.1'
+ shaded 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.1'
9
10
testImplementation 'io.fabric8:kubernetes-client:6.13.1'
11
testImplementation 'io.kubernetes:client-java:21.0.1-legacy'
0 commit comments