diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-10-25 16:22:26 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-10-25 16:22:26 +0200 |
commit | 83a92eead9d389060ec43e9459c5a1367aefc29a (patch) | |
tree | efc32d100fc8a14f7e19ee91465815e4d19a1da1 /id/server/moa-id-commons/pom.xml | |
parent | 514c74b95022c7ea9b424cbbe1276bb1c700a065 (diff) | |
download | moa-id-spss-83a92eead9d389060ec43e9459c5a1367aefc29a.tar.gz moa-id-spss-83a92eead9d389060ec43e9459c5a1367aefc29a.tar.bz2 moa-id-spss-83a92eead9d389060ec43e9459c5a1367aefc29a.zip |
move JaxB classes into an own module
Diffstat (limited to 'id/server/moa-id-commons/pom.xml')
-rw-r--r-- | id/server/moa-id-commons/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml index 6d6acef82..a3d902262 100644 --- a/id/server/moa-id-commons/pom.xml +++ b/id/server/moa-id-commons/pom.xml @@ -56,6 +56,10 @@ <dependencies> <dependency> + <groupId>MOA.id.server</groupId> + <artifactId>moa-id-jaxb_classes</artifactId> + </dependency> + <dependency> <groupId>at.gv.util</groupId> <artifactId>egovutils</artifactId> <exclusions> |