This repository was archived by the owner on May 12, 2025. It is now read-only.

Description
Build fails on com.google.inject dependency after code is initially generated
Build fails on org.slf4j dependency when trying to add code to log a test message
The workaround appears to be adding these to pom.xml
- Is this the correct approach? Are these dependencies supposed to be picked up from the Graylog server?
- If dependencies are supposed to be explicitly listed in pom.xml, should they be
provided scope?
- Is there a way to automatically pick up the Graylog expected version of these components rather than manually specifying these?