diff options
author | Florian Reimair <florian.reimair@iaik.tugraz.at> | 2016-03-17 17:14:20 +0100 |
---|---|---|
committer | Florian Reimair <florian.reimair@iaik.tugraz.at> | 2016-03-17 17:14:20 +0100 |
commit | 9e00f47a158818617f951d0ed0812caae0e0099e (patch) | |
tree | c6eab14a0cd18e37607f3ebd0b496e71cdb6e6b8 /id | |
parent | 27675f9fe8cfc38d2d1fb89d55865a6499761004 (diff) | |
download | moa-id-spss-9e00f47a158818617f951d0ed0812caae0e0099e.tar.gz moa-id-spss-9e00f47a158818617f951d0ed0812caae0e0099e.tar.bz2 moa-id-spss-9e00f47a158818617f951d0ed0812caae0e0099e.zip |
fixed xmlenc version
Diffstat (limited to 'id')
-rw-r--r-- | id/server/idserverlib/pom.xml | 7 |
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>
|