chetanddesai / embeddable-badges-plugin

Jenkins plugin for embedded badges
MIT License
5 stars 8 forks source link

fix the injectedTests jelly failure :( #23

Open SxMShaDoW opened 8 years ago

SxMShaDoW commented 8 years ago

For me, org.jenkins-ci.main:jenkins-test-harness:jar:2.1:test defined version 4.5 and a compile dependency was defining 4.2.x. Because compile dependencies get resolved first, 4.2.x was on the classpath and jenkins-test-harness could not find the class needed from 4.5. Solved it by excluding httpclient (and other artifacts in the org.apache.httpcomponents groupId) from the compile dependency.

Try running "mvn dependency:tree" to identify the problem location.

http://jenkins-ci.361315.n4.nabble.com/InjectedTest-failures-due-to-class-not-found-td4787008.html

SxMShaDoW commented 8 years ago

@chetanddesai if we want to fix this im going to leave this one to you lol. cuz its above my pay grade.

chetanddesai commented 8 years ago

Interesting. I'll take a look.

SxMShaDoW commented 8 years ago

also should eventually fix this. no clue why it is breaking lol