On Tue, Feb 18, 2014 at 5:14 PM, Daniel Anechitoaie <[email protected]> wrote: > I have 2 bouncy castle dependencies: > > <dependency> > <groupId>org.bouncycastle</groupId> > <artifactId>bcpkix-jdk15on</artifactId> > <version>1.50</version> > </dependency> > <dependency> > <groupId>org.bouncycastle</groupId> > <artifactId>bcprov-jdk15on</artifactId> > <version>1.50</version> > </dependency>
Jenkins core uses 1.47, and 1.50 is incompatible, so you are going to be out of luck unless you delete the dep and pick up the default version, or (perhaps) mark the plugin to use plugin-first class loading. -- 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]. For more options, visit https://groups.google.com/d/optout.
