aboutsummaryrefslogtreecommitdiff
path: root/id
diff options
context:
space:
mode:
authorBojan Suzic <bojan.suzic@iaik.tugraz.at>2015-05-11 18:56:58 +0200
committerBojan Suzic <bojan.suzic@iaik.tugraz.at>2015-05-11 18:56:58 +0200
commit231da432bd3d174aeee5610116856194c79f75aa (patch)
treeee0722e62ab620b41a61ccdc0b5225b24f202d55 /id
parent3060411f3e02094e5d3dbd44f1037cfd3ce4c5aa (diff)
downloadmoa-id-spss-231da432bd3d174aeee5610116856194c79f75aa.tar.gz
moa-id-spss-231da432bd3d174aeee5610116856194c79f75aa.tar.bz2
moa-id-spss-231da432bd3d174aeee5610116856194c79f75aa.zip
fixing dependency colision due to different library versions used in moa and samlengine
Diffstat (limited to 'id')
-rw-r--r--id/ConfigWebTool/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/id/ConfigWebTool/pom.xml b/id/ConfigWebTool/pom.xml
index 423d442d0..aa4c9055c 100644
--- a/id/ConfigWebTool/pom.xml
+++ b/id/ConfigWebTool/pom.xml
@@ -144,7 +144,11 @@
</exclusion>
</exclusions>
</dependency>
-
+ <dependency>
+ <groupId>org.opensaml</groupId>
+ <artifactId>openws</artifactId>
+ <version>${openws-version}</version>
+ </dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk16</artifactId>