projects
/
Sone.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
327c627
)
Add bouncycastle dependency
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Mon, 15 Aug 2016 19:51:32 +0000
(21:51 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Tue, 16 Aug 2016 04:59:28 +0000
(06:59 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
761777e
..
a6a1e08
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-45,6
+45,12
@@
<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>