diff options
Diffstat (limited to 'certServiceClient/pom.xml')
-rw-r--r-- | certServiceClient/pom.xml | 4 |
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> |