Up to jar.
Some checks failed
Java CI with Gradle / build (push) Has been cancelled

This commit is contained in:
Michael Lipp 2025-05-04 16:34:05 +02:00
parent 76b579c404
commit c672c19517
8 changed files with 718 additions and 0 deletions

View file

@ -0,0 +1,7 @@
libraryDependencies ++= Seq(
"org.jgrapes" % "org.jgrapes.core" % "[1.22.1,2)",
"io.kubernetes" % "client-java" % "[19.0.0,20.0.0)",
"org.yaml" % "snakeyaml" % "[2.4,2.5)",
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "[2.16.1,3]"
)