diff options
author | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-11-07 14:43:30 +0100 |
---|---|---|
committer | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-11-07 14:43:30 +0100 |
commit | c6985f25c723291af7e4637862a1567c4db2d59c (patch) | |
tree | dc72f5371dd907b840096d2faa562475d3bf353e /id | |
parent | b557ff02ff830682bfe1a1049cfad72e3d9a11e0 (diff) | |
download | moa-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')
-rw-r--r-- | id/server/stork2-saml-engine/pom.xml | 6 |
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>
|