You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
vpartington
changed the title
Conflicting Dependencies
Conflicting dependencies (bcprov-hdk15on vs. bcprov-jdk16)
Apr 28, 2014
vpartington
changed the title
Conflicting dependencies (bcprov-hdk15on vs. bcprov-jdk16)
Conflicting dependencies (bcprov-jdk15on vs. bcprov-jdk16)
Apr 30, 2014
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.
The text was updated successfully, but these errors were encountered: