From: Ryan Goulding Date: Wed, 4 Oct 2017 17:13:25 +0000 (-0400) Subject: Remove unnecessary bouncycastle dependencies X-Git-Tag: release/oxygen~58 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=0ef5c88d96aaa44db3c0beb9be4a4e3081ff9266;p=netconf.git Remove unnecessary bouncycastle dependencies These are provided through the JRE's JCE, and should logically be thought of as being provided through by the underlying environment rather than direct dependencies. This removes the places where the dependency exists but is not needed. Change-Id: I5c68f138d94db678aa77fba3ca645b50232dd757 Signed-off-by: Ryan Goulding --- diff --git a/netconf/callhome-protocol/pom.xml b/netconf/callhome-protocol/pom.xml index e8cf5dc723..0900e76607 100644 --- a/netconf/callhome-protocol/pom.xml +++ b/netconf/callhome-protocol/pom.xml @@ -38,14 +38,6 @@ org.opendaylight.netconf netconf-client - - org.bouncycastle - bcpkix-jdk15on - - - org.bouncycastle - bcprov-jdk15on - com.google.guava guava diff --git a/netconf/netconf-ssh/pom.xml b/netconf/netconf-ssh/pom.xml index 444ba088aa..a90a669d34 100644 --- a/netconf/netconf-ssh/pom.xml +++ b/netconf/netconf-ssh/pom.xml @@ -84,14 +84,6 @@ org.opendaylight.mdsal.model ietf-inet-types-2013-07-15 - - org.bouncycastle - bcpkix-jdk15on - - - org.bouncycastle - bcprov-jdk15on - com.google.guava guava