diff options
author | Bogumil Zebek <bogumil.zebek@nokia.com> | 2019-05-31 13:58:12 +0200 |
---|---|---|
committer | Zebek Bogumil <bogumil.zebek@nokia.com> | 2019-05-31 13:58:12 +0200 |
commit | 379eb896b050fbb1f88ca7e736665c573f8c9f74 (patch) | |
tree | 5bdd21ed80f11f8c6807cd6fc0fe40b713d9f81e /csarvalidation/pom.xml | |
parent | 2b293e3d6c9c2ff693ccebf8ee757980cf6e2499 (diff) |
Handle signature in cms
Change-Id: Ied997305efe347859cbd069f2887f792adc775c0
Issue-ID: VNFSDK-414
Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
Diffstat (limited to 'csarvalidation/pom.xml')
-rw-r--r-- | csarvalidation/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/csarvalidation/pom.xml b/csarvalidation/pom.xml index 5cd0d7c..bb47a08 100644 --- a/csarvalidation/pom.xml +++ b/csarvalidation/pom.xml @@ -113,7 +113,11 @@ <artifactId>commons-io</artifactId> <version>2.5</version> </dependency> - + <dependency> + <groupId>org.bouncycastle</groupId> + <artifactId>bcpkix-jdk15on</artifactId> + <version>1.61</version> + </dependency> <dependency> <groupId>org.onap.cli</groupId> <artifactId>cli-framework</artifactId> |