Re add BouncyCastle since it seems to cause all sorts of issues.

Look! No BouncyCastle. Thanks to @macer1 for helping out with this. (reverse-merged from commit 596db51a8e)
This commit is contained in:
md_5
2012-11-19 19:08:56 +11:00
parent 596db51a8e
commit 7b682df899
4 changed files with 29 additions and 16 deletions

View File

@@ -76,6 +76,11 @@
<artifactId>mendax</artifactId>
<version>1.4.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-ext-jdk15on</artifactId>
<version>1.47</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>