diff options
author | Florian Reimair <florian.reimair@iaik.tugraz.at> | 2014-03-20 13:51:36 +0100 |
---|---|---|
committer | Florian Reimair <florian.reimair@iaik.tugraz.at> | 2014-03-20 13:52:16 +0100 |
commit | 7729784e532189f469791d74af14d6a8229aa6db (patch) | |
tree | a2a09a5c8af7a95925473a363566a72fc05c933c /id/server/pom.xml | |
parent | c54fd74a0ac1c03beb6870abf4710daddfd16a33 (diff) | |
download | moa-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/server/pom.xml')
-rw-r--r-- | id/server/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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>
|