xebialabs / overthere

Runs something "Over there"

Home Page:http://www.xebialabs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conflicting dependencies (bcprov-jdk15on vs. bcprov-jdk16)

simono opened this issue · comments

Overthere depends on net.schmizz:sshj:0.9.0 which depends on org.bouncycastle:bcprov-jdk15on:1.4 and it also depends on org.bouncycastle:bcprov-jdk16:1.45. Those two versions of bcprov provide the same classes. In order to avoid issues with class-loading I would suggest to drop the dependency on bcprov-jdk16 or exclude bcprov-jdk15on from sshj.

Thanks :-)