diff options
author | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-01-22 18:26:58 +0100 |
---|---|---|
committer | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-01-22 18:26:58 +0100 |
commit | 52dabc099bc80230128a621aa14f1010ba12221e (patch) | |
tree | f40caa02c7f4201bdf19cce57cf6172602a929cb /id/server/idserverlib/pom.xml | |
parent | 1243688780cea8031c1aa33d7f4e43e7a834bae1 (diff) | |
download | moa-id-spss-52dabc099bc80230128a621aa14f1010ba12221e.tar.gz moa-id-spss-52dabc099bc80230128a621aa14f1010ba12221e.tar.bz2 moa-id-spss-52dabc099bc80230128a621aa14f1010ba12221e.zip |
peps saml engine adjustment
Diffstat (limited to 'id/server/idserverlib/pom.xml')
-rw-r--r-- | id/server/idserverlib/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index 765edf7c8..446440a11 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -34,6 +34,18 @@ <artifactId>mw-messages-api</artifactId>
<version>2.0</version>
</dependency>
+
+ <dependency>
+ <groupId>eu.stork</groupId>
+ <artifactId>Commons</artifactId>
+ <version>1.1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>eu.stork</groupId>
+ <artifactId>SamlEngine</artifactId>
+ <version>1.1.0</version>
+ </dependency>
+
<dependency>
<groupId>MOA.id.server</groupId>
<artifactId>moa-id-commons</artifactId>
|