aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2015-02-20 08:46:32 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2015-02-20 08:46:32 +0100
commitfb294d6394ef5d13590d2ed1b061a589f066e3da (patch)
treedaeef6e212d477cfc9287287de9c3e38665ca08a /pom.xml
parent45c5e41898ea4660154d730cf863ee2886f71a03 (diff)
downloadmoa-id-spss-fb294d6394ef5d13590d2ed1b061a589f066e3da.tar.gz
moa-id-spss-fb294d6394ef5d13590d2ed1b061a589f066e3da.tar.bz2
moa-id-spss-fb294d6394ef5d13590d2ed1b061a589f066e3da.zip
fix possible problem with different bouncycastle versions
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index c3d6f9630..2d37d9f11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -312,6 +312,12 @@
</dependency> -->
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcprov-jdk16</artifactId>
+ <version>1.46</version>
+ </dependency>
+
<dependency>
<groupId>MOA</groupId>
<artifactId>moa-common</artifactId>