diff options
Diffstat (limited to 'common-be/pom.xml')
-rw-r--r-- | common-be/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/common-be/pom.xml b/common-be/pom.xml index 94da6cf7c2..c4489b0e17 100644 --- a/common-be/pom.xml +++ b/common-be/pom.xml @@ -74,6 +74,13 @@ </dependency> <dependency> + <groupId>org.bouncycastle</groupId> + <artifactId>bcpkix-jdk15on</artifactId> + <version>${bouncycastle.version}</version> + <scope>compile</scope> + </dependency> + + <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest</artifactId> <version>${hamcrest.version}</version> |