diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-09 16:01:38 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-09 16:01:38 +0100 |
commit | 989f5cfa9c9c6f60ce6e161983be8434ca87a698 (patch) | |
tree | b46a7c66a5c10d5d6dcbf31392fa62796e927bc9 /id/oa/pom.xml | |
parent | 95a13bba7fc04b13a666442bbe9ef89d3822068e (diff) | |
download | moa-id-spss-989f5cfa9c9c6f60ce6e161983be8434ca87a698.tar.gz moa-id-spss-989f5cfa9c9c6f60ce6e161983be8434ca87a698.tar.bz2 moa-id-spss-989f5cfa9c9c6f60ce6e161983be8434ca87a698.zip |
remove MOA-SPSS from buildpath and add MOA-SPSS container-modul
Diffstat (limited to 'id/oa/pom.xml')
-rw-r--r-- | id/oa/pom.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/id/oa/pom.xml b/id/oa/pom.xml index 981443ef6..8abd75461 100644 --- a/id/oa/pom.xml +++ b/id/oa/pom.xml @@ -122,11 +122,10 @@ <version>0.7.1</version> </dependency> -<!-- <dependency> - <groupId>MOA</groupId> - <artifactId>moa-common</artifactId> - <type>jar</type> - </dependency> --> + <dependency> + <groupId>MOA.id.server</groupId> + <artifactId>moa-id-commons</artifactId> + </dependency> </dependencies> |