aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/pom.xml
diff options
context:
space:
mode:
authorFlorian Reimair <florian.reimair@iaik.tugraz.at>2016-03-17 17:14:20 +0100
committerFlorian Reimair <florian.reimair@iaik.tugraz.at>2016-03-17 17:14:20 +0100
commit9e00f47a158818617f951d0ed0812caae0e0099e (patch)
treec6eab14a0cd18e37607f3ebd0b496e71cdb6e6b8 /id/server/idserverlib/pom.xml
parent27675f9fe8cfc38d2d1fb89d55865a6499761004 (diff)
downloadmoa-id-spss-9e00f47a158818617f951d0ed0812caae0e0099e.tar.gz
moa-id-spss-9e00f47a158818617f951d0ed0812caae0e0099e.tar.bz2
moa-id-spss-9e00f47a158818617f951d0ed0812caae0e0099e.zip
fixed xmlenc version
Diffstat (limited to 'id/server/idserverlib/pom.xml')
-rw-r--r--id/server/idserverlib/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml
index 363ca9aad..23335290d 100644
--- a/id/server/idserverlib/pom.xml
+++ b/id/server/idserverlib/pom.xml
@@ -381,7 +381,12 @@
<groupId>org.bouncycastle</groupId>
</exclusion>
</exclusions>
- </dependency>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.santuario</groupId>
+ <artifactId>xmlsec</artifactId>
+ <version>2.0.5</version>
+ </dependency>
<!-- <dependency>
<groupId>regexp</groupId>