commit | 092cbbfb04a4ae69c93280c6c300bb766ddb89dc | [log] [tgz] |
---|---|---|
author | Holger Schulz <holgerwfoss@gmail.com> | Thu Aug 31 17:52:30 2017 +0200 |
committer | Ray Milkey <ray@opennetworking.org> | Tue Sep 05 16:58:48 2017 +0000 |
tree | 5cdf00f81bc4c0bf9e74c0eec43187bd7cff0aa7 | |
parent | dd7c3f8d78dc30b0799b76545733cc03e0be1d13 [diff] [blame] |
Fix for ONOS-6766: "NETCONF: Exception when using SSH keys and Apache Mina SSHD" Modified SSH key handling. Now using BouncyCastle. (Update #2) Change-Id: I27d8aefba6ed5548b9caa592fb5787cf98dfb5b6
diff --git a/features/BUCK b/features/BUCK index 8094ff9..bb87afc 100644 --- a/features/BUCK +++ b/features/BUCK
@@ -36,6 +36,8 @@ '//lib:commons-io', '//lib:jersey-client', '//lib:mapdb', + '//lib:bcpkix-jdk15on', + '//lib:bcprov-jdk15on', ] )