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 47b747a commit 2e152d3Copy full SHA for 2e152d3
build.gradle
@@ -96,7 +96,6 @@ configurations.all {
96
force 'org.apache.httpcomponents.client5:httpclient5-osgi:5.0.3'
97
force "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}"
98
force 'org.yaml:snakeyaml:1.32'
99
->>>>>>> fe8bf44 (Update jackson to 2.13.4 (#557))
100
force 'org.codehaus.plexus:plexus-utils:3.0.24'
101
}
102
spi/build.gradle
@@ -49,6 +49,7 @@ configurations.all {
49
resolutionStrategy {
50
force "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}"
51
force "org.jetbrains.kotlin:kotlin-stdlib-common:${kotlin_version}"
52
+ force 'org.yaml:snakeyaml:1.32'
53
54
55
0 commit comments