aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-06-11 08:09:07 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-06-11 08:09:07 +0200
commit739d6dcd7a469871b164c9378d1e0b366433bb1f (patch)
tree76ff66f6fdd21cde8a1512b4233d63b0996f3fa7 /id/server/idserverlib/pom.xml
parenta9a7af5f0b14132101da486760ead7e35563cb4d (diff)
downloadmoa-id-spss-739d6dcd7a469871b164c9378d1e0b366433bb1f.tar.gz
moa-id-spss-739d6dcd7a469871b164c9378d1e0b366433bb1f.tar.bz2
moa-id-spss-739d6dcd7a469871b164c9378d1e0b366433bb1f.zip
remove unsed or double included depentencies
Diffstat (limited to 'id/server/idserverlib/pom.xml')
-rw-r--r--id/server/idserverlib/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml
index e10266154..c1ea05e4b 100644
--- a/id/server/idserverlib/pom.xml
+++ b/id/server/idserverlib/pom.xml
@@ -301,6 +301,10 @@
<artifactId>axis</artifactId>
<groupId>org.apache.axis</groupId>
</exclusion>
+ <exclusion>
+ <artifactId>bcprov-jdk16</artifactId>
+ <groupId>org.bouncycastle</groupId>
+ </exclusion>
</exclusions>
</dependency>
</dependencies>