15 lines
355 B
Groovy
15 lines
355 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 {
|
||
|
|
implementation 'com.fasterxml.jackson.core:jackson-databind:[2.15.0,3]'
|
||
|
|
implementation 'org.freemarker:freemarker:[2.3.32,2.4)'
|
||
|
|
}
|