diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2014-04-01 18:56:00 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2014-04-01 18:56:00 +0200 |
commit | 7700a426db02fe0e44d8ff1e19595f45dc337806 (patch) | |
tree | 9910d4476d9954e5b2e4ae28a11b587028ba2911 /id/server | |
parent | 779030ed2d7091183b3faf13fec57fa270d46c3a (diff) | |
download | moa-id-spss-7700a426db02fe0e44d8ff1e19595f45dc337806.tar.gz moa-id-spss-7700a426db02fe0e44d8ff1e19595f45dc337806.tar.bz2 moa-id-spss-7700a426db02fe0e44d8ff1e19595f45dc337806.zip |
solve problems with Struts 2.3.16.1
Diffstat (limited to 'id/server')
-rw-r--r-- | id/server/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/pom.xml b/id/server/pom.xml index d748c01eb..f4b92fbd5 100644 --- a/id/server/pom.xml +++ b/id/server/pom.xml @@ -19,7 +19,7 @@ <module>auth</module>
<module>moa-id-commons</module>
<module>stork2-saml-engine</module>
- <module>stork2-commons</module>
+ <!-- <module>stork2-commons</module> -->
</modules>
<properties>
|