summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2017-09-22 16:49:23 +0200
committergjoranv <gv@oath.com>2017-09-22 16:49:23 +0200
commit7ad6f93088851df98d2601910cc07fb559c6bf06 (patch)
treed26035d33b2f4f0c839b09633461cd33d7c08db0 /application
parent50cf2dfb8548de2827be1a5007dd10f393afed0c (diff)
Provide bouncycastle on test classpath.
Diffstat (limited to 'application')
-rw-r--r--application/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/application/pom.xml b/application/pom.xml
index 208344042a4..17e9ece3543 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -133,6 +133,16 @@
<artifactId>commons-digester</artifactId>
<version>1.8</version>
</dependency>
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpkix-jdk15on</artifactId>
+ <version>${bouncycastle.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcprov-jdk15on</artifactId>
+ <version>${bouncycastle.version}</version>
+ </dependency>
</dependencies>
<build>