fix env variables support, now works without having to change yml file

This commit is contained in:
Athou
2023-04-24 20:24:10 +02:00
parent c49e617dfe
commit 5f37dbca4c
2 changed files with 18 additions and 6 deletions

View File

@@ -285,6 +285,11 @@
<artifactId>dropwizard-websocket-jee7-bundle</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>io.whitfin</groupId>
<artifactId>dropwizard-environment-substitutor</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>