Merge "Resolve Bug:623 : Generate private key using bouncycastle."
[controller.git] / opendaylight / distribution / opendaylight / pom.xml
index a6d1019c42f03da052a5012047d83c201059bfa1..776fb7a0f6816b7de10b41b087739a71f482bbd9 100644 (file)
                     <artifactId>org.apache.xml.resolver</artifactId>
                     <version>1.2.0</version>
                 </dependency>
+                <dependency>
+                    <groupId>org.bouncycastle</groupId>
+                    <artifactId>bcprov-jdk15on</artifactId>
+                </dependency>
+                <dependency>
+                    <groupId>org.bouncycastle</groupId>
+                    <artifactId>bcpkix-jdk15on</artifactId>
+                </dependency>
 
                 <!-- threadpool -->
                 <dependency>