OpenSearch/x-pack/plugin/security/cli/licenses
Ioannis Kakavas aaa8f842d6
Remove BouncyCastle dependency from runtime (#32193)
* Remove BouncyCastle dependency from runtime

This commit introduces a new gradle  project that contains
 the classes that have a dependency on BouncyCastle. For 
the default distribution, It builds  a jar from those and
 in puts it in a subdirectory of lib
 (/tools/security-cli) along with the BouncyCastle jars. 
This directory is then passed in the
ES_ADDITIONAL_CLASSPATH_DIRECTORIES of the CLI tools 
that use these classes.

BouncyCastle is removed as a runtime dependency (remains
as a compileOnly one) from x-pack core and x-pack security.
2018-07-21 00:03:58 +03:00
..
bcpkix-jdk15on-1.59.jar.sha1 Remove BouncyCastle dependency from runtime (#32193) 2018-07-21 00:03:58 +03:00
bcprov-jdk15on-1.59.jar.sha1 Remove BouncyCastle dependency from runtime (#32193) 2018-07-21 00:03:58 +03:00
bouncycastle-LICENSE.txt Remove BouncyCastle dependency from runtime (#32193) 2018-07-21 00:03:58 +03:00
bouncycastle-NOTICE.txt Remove BouncyCastle dependency from runtime (#32193) 2018-07-21 00:03:58 +03:00