Not using extended API.

This commit is contained in:
Michael Lipp 2023-07-25 12:28:49 +02:00
parent d1410183cb
commit c74d48f8af
3 changed files with 5 additions and 7 deletions

View file

@ -18,7 +18,6 @@ dependencies {
implementation 'commons-cli:commons-cli:1.5.0'
implementation 'io.kubernetes:client-java:[18.0.0,19)'
implementation 'io.kubernetes:client-java-extended:[18.0.0,19)'
runtimeOnly 'org.slf4j:slf4j-jdk14:[2.0.7,3)'
}