On Wed, Apr 11, 2018 at 10:54 AM, Eugen Horovitz <[email protected]> wrote: > The rule violations : > https://gist.github.com/eugenhoro/44e1495ff8d182c8760edeec0982d020
Some of those would be corrected by just, say, updating the `maven-plugin` dep. Others look like real mistakes in your dependencies. For example, you are declaring an explicit dependency on a version of `wss-agent-api-client` older than what your other dependency `whitesource-fs-agent` claims to require, which could result in linkage errors at runtime. Anyway, something to address when next updating your parent POM. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr28u45aKvK53-PbN8MRYnOAoxRUa7-O%2BGLMm0fDKS_Q-g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
