Add bouncycastle dependency
[Sone.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 761777e..a6a1e08 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <scope>provided</scope>
                </dependency>
                <dependency>
+                       <groupId>org.bouncycastle</groupId>
+                       <artifactId>bcprov-jdk15on</artifactId>
+                       <version>1.54</version>
+                       <scope>provided</scope>
+               </dependency>
+               <dependency>
                        <groupId>com.google.inject</groupId>
                        <artifactId>guice</artifactId>
                        <version>3.0</version>