Necessary changes.
Some checks failed
Java CI with Gradle / build (push) Has been cancelled

Still not working due to
https://github.com/kubernetes-client/java/issues/3143.
This commit is contained in:
Michael Lipp 2025-04-14 14:05:23 +02:00
parent 6ef4c2aaa2
commit 3c2a327559
16 changed files with 56 additions and 48 deletions

View file

@ -11,7 +11,7 @@ plugins {
dependencies {
api project(':org.jdrupes.vmoperator.util')
api 'org.jgrapes:org.jgrapes.core:[1.22.1,2)'
api 'io.kubernetes:client-java:[19.0.0,20.0.0)'
api 'io.kubernetes:client-java:[23.0.0,24.0.0)'
api 'org.yaml:snakeyaml'
api 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:[2.16.1,3]'
}