DescartesResearch / TeaStore

A micro-service reference test application for model extraction, cloud management, energy efficiency, power prediction, single- and multi-tier auto-scaling
https://se.informatik.uni-wuerzburg.de
Apache License 2.0
122 stars 142 forks source link

Cleanup dependencies #277

Closed DaGeRe closed 1 month ago

DaGeRe commented 1 month ago

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.

SimonEismann commented 1 month ago

Good find, thanks for the PR!