Add bouncycastle dependency
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 15 Aug 2016 19:51:32 +0000 (21:51 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 16 Aug 2016 04:59:28 +0000 (06:59 +0200)
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>