aboutsummaryrefslogtreecommitdiffstats
path: root/trustStoreMerger/pom.xml
diff options
context:
space:
mode:
authorTomasz Wrobel <tomasz.wrobel@nokia.com>2020-08-19 10:38:43 +0200
committerTomasz Wrobel <tomasz.wrobel@nokia.com>2020-08-27 15:02:07 +0200
commit2512d60868bf25f91e4aa4b857d4ba373579f0fd (patch)
treee46d4010b6fc873facbf0222225eb822d3284dac /trustStoreMerger/pom.xml
parenta1def56303f42c197156ed3862f733df32001bb7 (diff)
Add Certification merge logic
Issue-ID: DCAEGEN2-2253 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I4157ce71373b41d9f7ee03b76d407ec7a2b17ec3
Diffstat (limited to 'trustStoreMerger/pom.xml')
-rw-r--r--trustStoreMerger/pom.xml4
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>