Add dependencies.

This commit is contained in:
Michael Lipp 2023-07-27 18:46:17 +02:00
parent fae89352a7
commit 48d8e63c25
2 changed files with 3 additions and 4 deletions

View file

@ -13,12 +13,11 @@ dependencies {
implementation 'org.jgrapes:org.jgrapes.io:[2.7.0,3)'
implementation 'org.jgrapes:org.jgrapes.http:[3.1.0,4)'
implementation 'org.jgrapes:org.jgrapes.util:[1.28.0,2)'
implementation project(':org.jdrupes.vmoperator.util')
implementation 'commons-cli:commons-cli:1.5.0'
implementation 'org.freemarker:freemarker:[2.3.32,2.4)'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:[2.15.1,3]'
implementation project(':org.jdrupes.vmoperator.util')
runtimeOnly 'com.electronwill.night-config:yaml:3.6.6'
}