aboutsummaryrefslogtreecommitdiff
path: root/id
diff options
context:
space:
mode:
authorFlorian Reimair <florian.reimair@iaik.tugraz.at>2014-03-20 13:51:36 +0100
committerFlorian Reimair <florian.reimair@iaik.tugraz.at>2014-03-20 13:52:16 +0100
commit7729784e532189f469791d74af14d6a8229aa6db (patch)
treea2a09a5c8af7a95925473a363566a72fc05c933c /id
parentc54fd74a0ac1c03beb6870abf4710daddfd16a33 (diff)
downloadmoa-id-spss-7729784e532189f469791d74af14d6a8229aa6db.tar.gz
moa-id-spss-7729784e532189f469791d74af14d6a8229aa6db.tar.bz2
moa-id-spss-7729784e532189f469791d74af14d6a8229aa6db.zip
fixed stork dependencies in maven config
Diffstat (limited to 'id')
-rw-r--r--id/server/idserverlib/pom.xml5
-rw-r--r--id/server/pom.xml4
2 files changed, 2 insertions, 7 deletions
diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml
index f495ba9b3..b759fa04d 100644
--- a/id/server/idserverlib/pom.xml
+++ b/id/server/idserverlib/pom.xml
@@ -25,11 +25,6 @@
</repositories>
<dependencies>
- <dependency>
- <groupId>eu.stork</groupId>
- <artifactId>SamlEngine</artifactId>
- <version>1.1.0</version>
- </dependency>
<dependency>
<groupId>eu.stork</groupId>
<artifactId>oasis-dss-api</artifactId>
diff --git a/id/server/pom.xml b/id/server/pom.xml
index c44773994..06ea7a7d8 100644
--- a/id/server/pom.xml
+++ b/id/server/pom.xml
@@ -18,8 +18,8 @@
<module>proxy</module>
<module>auth</module>
<module>moa-id-commons</module>
- <!-- <module>stork2-saml-engine</module>-->
- <module>SamlEngine-VIDP</module>
+ <module>stork2-saml-engine</module>
+ <module>stork2-commons</module>
</modules>
<properties>