VM-Operator/org.jdrupes.vmoperator.common/build.gradle
Michael N. Lipp 3c2a327559
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
Necessary changes.
Still not working due to
https://github.com/kubernetes-client/java/issues/3143.
2025-04-14 14:05:23 +02:00

17 lines
474 B
Groovy

/*
* This file was generated by the Gradle 'init' task.
*
* This project uses @Incubating APIs which are subject to change.
*/
plugins {
id 'org.jdrupes.vmoperator.java-library-conventions'
}
dependencies {
api project(':org.jdrupes.vmoperator.util')
api 'org.jgrapes:org.jgrapes.core:[1.22.1,2)'
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]'
}