summaryrefslogtreecommitdiffstats
path: root/jrt/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-08-31 17:52:57 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2018-09-03 15:35:02 +0200
commit418c52b59b1ac2f3a188f5de174b1f3497dc78c5 (patch)
treea0f2e03b835026d3704e3d611865b1296f5a57f0 /jrt/pom.xml
parent74c39c64b2bcf6f2dab2c48725610fa6699fe2c8 (diff)
Test SslEngine in EchoTest and SessionTest
Diffstat (limited to 'jrt/pom.xml')
-rw-r--r--jrt/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/jrt/pom.xml b/jrt/pom.xml
index cf3da2ab7ce..84578f9e04d 100644
--- a/jrt/pom.xml
+++ b/jrt/pom.xml
@@ -19,6 +19,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpkix-jdk15on</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>annotations</artifactId>
<version>${project.version}</version>