summaryrefslogtreecommitdiffstats
path: root/security-utils/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2019-02-11 13:25:23 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2019-02-19 17:00:32 +0100
commitfe8263404bd40d0e605853d10c9a20e91471a205 (patch)
treeba4fd9f69164564ae544d00a038c1c23b2bf02ed /security-utils/pom.xml
parentb73a8652623e5b993b9e26a8bbd21c87a754e3c0 (diff)
Add x509 key manager that regularly updates cert chain from PEM files
Diffstat (limited to 'security-utils/pom.xml')
-rw-r--r--security-utils/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/security-utils/pom.xml b/security-utils/pom.xml
index 0a26c73cf70..10dec598915 100644
--- a/security-utils/pom.xml
+++ b/security-utils/pom.xml
@@ -54,6 +54,11 @@
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<plugins>