In my case is has been caused by the outdated dependency in parent pom (2.6)
[INFO] org.jenkins-ci.plugins:promoted-builds:hpi:2.26-SNAPSHOT [INFO] +- org.jenkins-ci.main:maven-plugin:jar:2.0:compile [INFO] | +- org.apache.httpcomponents:httpcore:jar:4.2.4:compile httpcore 4.3+ is required to make it operational. Another similar issue in my tests: https://github.com/groupon/DotCi/pull/213/files I would propose to add explicit lib dependencies to the parent POM. @Andres WDYT? вторник, 8 марта 2016 г., 1:50:13 UTC+1 пользователь Jesse Glick написал: > > On Mon, Mar 7, 2016 at 5:44 PM, Andres Rodriguez > <[email protected] <javascript:>> wrote: > > You should look in your dependency tree for conflicting dependencies and > > resolve them. > > Example: > > > https://github.com/jenkinsci/pipeline-stage-view-plugin/commit/c83c436aee00f1b02922cfa346f2ad33b3b044a3 > > -- 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/84dc4dff-1d84-40da-bef3-6d4bd0ceacbf%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
