Ship BouncyCastle in the .war files.

Per
https://www.bis.doc.gov/index.php/forms-documents/encryption/328-flowchart-2/file
open source crypto software can be self-classified as 5D002, and
requires only notification of the U.S. Bureau of Industry and
Security.

This registration has been performed by Google, as of Feb 15, 2017.

This gets rid of the special casing for BouncyCastle, simplifying our
build and deployment process.

Change-Id: I680b0a001e5e2e497ed6e62c90c8b8be30efff48
This commit is contained in:
Han-Wen Nienhuys
2017-02-13 16:08:30 +01:00
parent 7635930138
commit 6471e8a94a
8 changed files with 11 additions and 75 deletions

View File

@@ -45,7 +45,6 @@ public class LibrariesTest {
Collections.<String>emptyList(),
false);
assertNotNull(lib.bouncyCastleProvider);
assertNotNull(lib.mysqlDriver);
verify(ui);