aboutsummaryrefslogtreecommitdiffstats
path: root/certServiceClient/pom.xml
diff options
context:
space:
mode:
authorBogumil Zebek <bogumil.zebek@nokia.com>2020-03-04 06:32:07 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-04 06:32:07 +0000
commit1d535a1b38e26c7035db2bde7405261d97bf7261 (patch)
treec3ac0775944da36b64523ec7480bae3bd4bd0b03 /certServiceClient/pom.xml
parent552f87238fbc04b63a992645217dcfded40cb122 (diff)
parentee672c3672924ca54b89a7c429ee06f01b9f6caa (diff)
Merge "Transform pem files into pkcs12"
Diffstat (limited to 'certServiceClient/pom.xml')
-rw-r--r--certServiceClient/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/certServiceClient/pom.xml b/certServiceClient/pom.xml
index 9e828839..5e11f583 100644
--- a/certServiceClient/pom.xml
+++ b/certServiceClient/pom.xml
@@ -146,6 +146,10 @@
<artifactId>bcpkix-jdk15on</artifactId>
</dependency>
<dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
</dependency>