diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2013-06-07 11:50:13 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2013-06-07 11:50:13 +0200 |
commit | 1c0d27a1d5da91019ed2f51d4184282ea7ffe4f0 (patch) | |
tree | 305292fcf059560379307278edd0e99471ef2ae0 /id/server/pom.xml | |
parent | 261294df86c33105eb2113808fc6f171e9250ac7 (diff) | |
download | moa-id-spss-1c0d27a1d5da91019ed2f51d4184282ea7ffe4f0.tar.gz moa-id-spss-1c0d27a1d5da91019ed2f51d4184282ea7ffe4f0.tar.bz2 moa-id-spss-1c0d27a1d5da91019ed2f51d4184282ea7ffe4f0.zip |
Common classes for Hibernate initializing and database handling
Diffstat (limited to 'id/server/pom.xml')
-rw-r--r-- | id/server/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/id/server/pom.xml b/id/server/pom.xml index 386f38ed6..777715c3b 100644 --- a/id/server/pom.xml +++ b/id/server/pom.xml @@ -19,6 +19,7 @@ <module>proxy</module>
<module>auth</module>
<module>stork-saml-engine</module>
+ <module>moa-id-commons</module>
</modules>
<properties>
|