diff options
Diffstat (limited to 'trustStoreMerger/pom.xml')
-rw-r--r-- | trustStoreMerger/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/trustStoreMerger/pom.xml b/trustStoreMerger/pom.xml index 201365ca..fd2aff05 100644 --- a/trustStoreMerger/pom.xml +++ b/trustStoreMerger/pom.xml @@ -165,5 +165,9 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-log4j2</artifactId> </dependency> + <dependency> + <groupId>org.bouncycastle</groupId> + <artifactId>bcpkix-jdk15on</artifactId> + </dependency> </dependencies> </project> |