Having the hsql dependency as runtime only, it will hide issues when not providing the overridden database dependency since it will use an in-memory hsql dependency.
Acceptance Criteria
- Changing the hsql dependency to testImplementation should not cause issues.