summaryrefslogtreecommitdiffstats
path: root/pom.xml
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 /pom.xml
parent50cf2dfb8548de2827be1a5007dd10f393afed0c (diff)
Provide bouncycastle on test classpath.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index b8056688e0f..38793968663 100644
--- a/pom.xml
+++ b/pom.xml
@@ -893,7 +893,8 @@
<aries.spifly.version>1.0.8</aries.spifly.version>
<aries.util.version>1.0.0</aries.util.version>
<asm-debug-all.version>5.0.3</asm-debug-all.version>
- <!-- WARNING: If you change this version, you also need to update
+ <bouncycastle.version>1.49</bouncycastle.version>
+ <!-- WARNING: If you change curator version, you also need to update
zkfacade/src/main/java/org/apache/curator/**/package-info.java
using something like
find zkfacade/src/main/java/org/apache/curator -name package-info.java | \