aboutsummaryrefslogtreecommitdiff
path: root/id/server/stork2-saml-engine/pom.xml
diff options
context:
space:
mode:
authorBojan Suzic <bojan.suzic@iaik.tugraz.at>2014-11-07 14:43:30 +0100
committerBojan Suzic <bojan.suzic@iaik.tugraz.at>2014-11-07 14:43:30 +0100
commitc6985f25c723291af7e4637862a1567c4db2d59c (patch)
treedc72f5371dd907b840096d2faa562475d3bf353e /id/server/stork2-saml-engine/pom.xml
parentb557ff02ff830682bfe1a1049cfad72e3d9a11e0 (diff)
downloadmoa-id-spss-c6985f25c723291af7e4637862a1567c4db2d59c.tar.gz
moa-id-spss-c6985f25c723291af7e4637862a1567c4db2d59c.tar.bz2
moa-id-spss-c6985f25c723291af7e4637862a1567c4db2d59c.zip
adding xmltooling due to error
Diffstat (limited to 'id/server/stork2-saml-engine/pom.xml')
-rw-r--r--id/server/stork2-saml-engine/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/id/server/stork2-saml-engine/pom.xml b/id/server/stork2-saml-engine/pom.xml
index 30f2bff7c..a89abf70f 100644
--- a/id/server/stork2-saml-engine/pom.xml
+++ b/id/server/stork2-saml-engine/pom.xml
@@ -89,6 +89,12 @@
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.opensaml</groupId>
+ <artifactId>xmltooling</artifactId>
+ <version>1.4.3</version>
+ </dependency>
+
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>