diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-02-20 08:46:32 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-02-20 08:46:32 +0100 |
commit | fb294d6394ef5d13590d2ed1b061a589f066e3da (patch) | |
tree | daeef6e212d477cfc9287287de9c3e38665ca08a /pom.xml | |
parent | 45c5e41898ea4660154d730cf863ee2886f71a03 (diff) | |
download | moa-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.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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>
|