summaryrefslogtreecommitdiffstats
path: root/jrt/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-11-27 15:36:00 +0100
committerBjørn Christian Seime <bjorncs@oath.com>2018-11-27 16:07:12 +0100
commitb2952cef2c2020893324f2d3f4e3bc433eedf827 (patch)
tree3c284e2542e3ce3101c5e9e95215bc9261992909 /jrt/pom.xml
parentc564cfd01c942faa0968f544e76ca305bde3fefc (diff)
Use PeerAuthorizer in TLS unit tests of jrt
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 6852c6deee6..641ed7e69ac 100644
--- a/jrt/pom.xml
+++ b/jrt/pom.xml
@@ -35,6 +35,11 @@
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
+ <dependency> <!-- required due to bug in maven dependency resolving - bouncycastle is compile scope in security-utils, yet it is not part of test scope here -->
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpkix-jdk15on</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<sourceDirectory>src</sourceDirectory>