Remove the built-in copy of Bouncy Castle. Instead, make it a dependency in the Maven POM. Also include the shade plugin so the final JARs won't cause conflicts on Android. Resolves issue 42. Patch by Jonny Heggheim.

This commit is contained in:
Mike Hearn
2011-08-05 20:25:00 +00:00
parent 67aa0ae4a3
commit 49d676160c
772 changed files with 63 additions and 100426 deletions

View File

@@ -8,3 +8,4 @@ Noa Resare <noa@resare.com>
John Sample <jwsample@gmail.com>
Jan Møller <jan.moller@gmail.com>
Wolfgang Nagele <wolfgang.nagele@gmail.com>
Jonny Heggheim <hegjon@gmail.com>