Closed DaGeRe closed 1 month ago
slf4j is in the image dependencies, but not necessary, since its already in the registryclient and transitively used from there anyhow.
registryclient
Additionally, as far as I see, the hsqldb dependency is not required at runtime, only for testing, since at runtime, a MariaDB container is used.
Good find, thanks for the PR!
slf4j is in the image dependencies, but not necessary, since its already in the
registryclient
and transitively used from there anyhow.Additionally, as far as I see, the hsqldb dependency is not required at runtime, only for testing, since at runtime, a MariaDB container is used.