diff options
author | Jim Hahn <jrh3.lf@gmail.com> | 2021-09-20 23:23:38 -0400 |
---|---|---|
committer | Liam Fallon <liam.fallon@est.tech> | 2021-09-22 08:03:44 +0000 |
commit | f65519cfc06693ed1775e9c00c642ab65f32ed05 (patch) | |
tree | 0da63e8584e1fcf9d6c5b36b7b83c1eba8f7bd96 /utils-test/pom.xml | |
parent | 340dce2b7c9d79c994e4be7f45428820b9b8c50b (diff) |
Don't use keytool in test code
Modified code to generate a self-signed certificate file
programmatically instead of using keytool.
Issue-ID: POLICY-3587
Change-Id: I53b6ffe65f33e5710eba633973e5d23b148f049f
Signed-off-by: Jim Hahn <jrh3.lf@gmail.com>
Diffstat (limited to 'utils-test/pom.xml')
-rw-r--r-- | utils-test/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utils-test/pom.xml b/utils-test/pom.xml index 863467f1..ca2e83c7 100644 --- a/utils-test/pom.xml +++ b/utils-test/pom.xml @@ -40,6 +40,11 @@ <dependencies> <dependency> + <groupId>org.bouncycastle</groupId> + <artifactId>bcpkix-fips</artifactId> + <version>1.0.5</version> + </dependency> + <dependency> <groupId>com.google.re2j</groupId> <artifactId>re2j</artifactId> </dependency> |