-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove trilead dep, add optional dep to BC and eddsa
Plugin depending on trilead (a different ssh implementaion) makes no logical sense. Add optional dependencies to bouncycasle and eddsa plugin. The latter is needed for EdDSA keys, the former can add extra things from BouncyCastle. This prevents some classloading excpeptions where the context classloader is set to a class that can see bouncycastle or eddsa code yet the classloader of code in these plugin can not. Now if eddsa or bouncycastle plugins are installed this plugin will consistently be able to see the code. remove management of ssh-credentials plugin
- Loading branch information
Showing
3 changed files
with
15 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters