diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-09 13:41:09 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-09 13:41:09 +0100 |
commit | 74d8c83f76074d2d0df784cb4a305c586a702d25 (patch) | |
tree | e3d75a69a343a873128e03a5c396351cf91ec263 /id/server/idserverlib | |
parent | 4372ee1611fd6f9542febcf38163bf784e473c5e (diff) | |
download | moa-id-spss-74d8c83f76074d2d0df784cb4a305c586a702d25.tar.gz moa-id-spss-74d8c83f76074d2d0df784cb4a305c586a702d25.tar.bz2 moa-id-spss-74d8c83f76074d2d0df784cb4a305c586a702d25.zip |
move moa-common to moa-id-common, because MOA-SPSS becomes a seperate project
Diffstat (limited to 'id/server/idserverlib')
-rw-r--r-- | id/server/idserverlib/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index 8cf2603e1..445de36ee 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -98,7 +98,7 @@ </dependency> -->
- <dependency>
+<!-- <dependency>
<groupId>MOA</groupId>
<artifactId>moa-common</artifactId>
<type>jar</type>
@@ -109,7 +109,7 @@ <artifactId>moa-common</artifactId>
<type>test-jar</type>
<scope>test</scope>
- </dependency>
+ </dependency> -->
<dependency>
<groupId>MOA.spss.server</groupId>
<artifactId>moa-spss-lib</artifactId>
@@ -289,12 +289,12 @@ <artifactId>unitils-core</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
+<!-- <dependency>
<groupId>MOA</groupId>
<artifactId>moa-common</artifactId>
<type>test-jar</type>
<scope>test</scope>
- </dependency>
+ </dependency> -->
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
|