diff --git a/History.md b/History.md index 295e18ca..8c34c866 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,6 @@ + +- #509 CLI currently does not write a logfile + 2.14.1 ======= 2024-10-06 diff --git a/Mustang-CLI/pom.xml b/Mustang-CLI/pom.xml index 3ea82b7d..044a2f00 100644 --- a/Mustang-CLI/pom.xml +++ b/Mustang-CLI/pom.xml @@ -35,11 +35,30 @@ 1.8.0 + + + + ch.qos.logback + logback-classic + 1.2.10 + + + ch.qos.logback + logback-core + 1.2.10 + + + + org.codehaus.janino + janino + 3.1.7 + org.slf4j slf4j-simple 2.0.12 + org.junit.jupiter