Skip to content

Commit

Permalink
added snakeyaml in tests to override incompat version in IC-2023.2
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Dietisheim <adietish@redhat.com>
  • Loading branch information
adietish committed Sep 21, 2023
1 parent fc8cf79 commit c779e35
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,17 @@ java {

dependencies {
implementation (
'io.fabric8:kubernetes-client:6.4.0',
'io.fabric8:openshift-client:6.4.0',
'io.fabric8:kubernetes-httpclient-okhttp:6.4.0',
'org.apache.commons:commons-exec:1.3',
'org.apache.commons:commons-lang3:3.12.0',
'com.twelvemonkeys.common:common-lang:3.9.4'
'io.fabric8:kubernetes-client:6.4.0',
'io.fabric8:openshift-client:6.4.0',
'io.fabric8:kubernetes-httpclient-okhttp:6.4.0',
'org.apache.commons:commons-exec:1.3',
'org.apache.commons:commons-lang3:3.12.0',
'com.twelvemonkeys.common:common-lang:3.9.4'
)
testImplementation(
'org.assertj:assertj-core:3.17.1',
'org.mockito:mockito-inline:5.2.0'
'org.assertj:assertj-core:3.17.1',
'org.mockito:mockito-inline:5.2.0',
'org.yaml:snakeyaml:1.33' /* IC-2023.2 provides incompatible 2.0 */
)
}

Expand Down

0 comments on commit c779e35

Please sign in to comment.