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?
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
providedscope?