VM-Operator/org.jdrupes.vmoperator.manager.events/build.gradle
Michael N. Lipp a6525a2289
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
Add viewer conlet (#25)
2024-05-27 12:57:01 +02:00

15 lines
395 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 'org.jgrapes:org.jgrapes.core:[1.19.0,2)'
api project(':org.jdrupes.vmoperator.common')
api 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:[2.16.1,3]'
}