diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-10-24 13:51:18 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-10-24 13:51:18 +0200 |
commit | 83d57d1b5fc4a6c7262c8289bb281fd612b9e5cb (patch) | |
tree | 34a3b35624cb6a4c9072a8391f1332d1a8d1f443 /id/server/idserverlib | |
parent | 75a7fea5a1ff69020604765e9864f01247c5cdff (diff) | |
download | moa-id-spss-83d57d1b5fc4a6c7262c8289bb281fd612b9e5cb.tar.gz moa-id-spss-83d57d1b5fc4a6c7262c8289bb281fd612b9e5cb.tar.bz2 moa-id-spss-83d57d1b5fc4a6c7262c8289bb281fd612b9e5cb.zip |
fix problems with bouncycastleprovider
Diffstat (limited to 'id/server/idserverlib')
-rw-r--r-- | id/server/idserverlib/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index 872ca3916..833f869e5 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -257,10 +257,6 @@ <groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
</exclusion>
- <exclusion>
- <artifactId>bcprov-jdk15on</artifactId>
- <groupId>org.bouncycastle</groupId>
- </exclusion>
</exclusions>
</dependency>
|