Remove unnecessary bouncycastle dependencies 55/63955/3
authorRyan Goulding <ryandgoulding@gmail.com>
Wed, 4 Oct 2017 17:13:25 +0000 (13:13 -0400)
committerRyan Goulding <ryandgoulding@gmail.com>
Tue, 10 Oct 2017 20:48:17 +0000 (20:48 +0000)
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 <ryandgoulding@gmail.com>
netconf/callhome-protocol/pom.xml
netconf/netconf-ssh/pom.xml

index e8cf5dc72306d31726f608e13f611832324ebbbf..0900e7660783e5c6d8fc4027bb4f96a639b9486c 100644 (file)
       <groupId>org.opendaylight.netconf</groupId>
       <artifactId>netconf-client</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.bouncycastle</groupId>
-      <artifactId>bcpkix-jdk15on</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.bouncycastle</groupId>
-      <artifactId>bcprov-jdk15on</artifactId>
-    </dependency>
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
index 444ba088aa85fc1a6e822d4a45760d49484e8339..a90a669d347cb2657bc78c2d4dbc2f091ffccfb8 100644 (file)
       <groupId>org.opendaylight.mdsal.model</groupId>
       <artifactId>ietf-inet-types-2013-07-15</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.bouncycastle</groupId>
-      <artifactId>bcpkix-jdk15on</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.bouncycastle</groupId>
-      <artifactId>bcprov-jdk15on</artifactId>
-    </dependency>
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>