solution: read configuration from dshackle.yaml (in current directory)

This commit is contained in:
Igor Artamonov
2019-06-20 16:39:15 -04:00
parent 42c98b5e4c
commit 72c983c68f
5 changed files with 36 additions and 2 deletions

View File

@@ -64,6 +64,7 @@ dependencies {
compile 'io.projectreactor.addons:reactor-extra:3.2.3.RELEASE'
compile 'io.projectreactor.kotlin:reactor-kotlin-extensions:1.0.0.M1'
compile 'org.yaml:snakeyaml:1.24'
compile "io.infinitape:etherjar-domain:$etherjarVersion"
compile "io.infinitape:etherjar-hex:$etherjarVersion"