diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2013-10-03 12:11:29 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2013-10-03 12:11:29 +0200 |
commit | b0f09b21746380c80b738a051f313caf0b0b684d (patch) | |
tree | 01b929993b73bdaf0c93b90a5971be97385599f5 /id/server/auth | |
parent | 173b6db7d9ed8c1115ec634de68b7a9d8f70f812 (diff) | |
download | moa-id-spss-b0f09b21746380c80b738a051f313caf0b0b684d.tar.gz moa-id-spss-b0f09b21746380c80b738a051f313caf0b0b684d.tar.bz2 moa-id-spss-b0f09b21746380c80b738a051f313caf0b0b684d.zip |
Code CleanUP and change to consisted Version numbers
Diffstat (limited to 'id/server/auth')
-rw-r--r-- | id/server/auth/.settings/org.eclipse.wst.common.component | 3 | ||||
-rw-r--r-- | id/server/auth/pom.xml | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/id/server/auth/.settings/org.eclipse.wst.common.component b/id/server/auth/.settings/org.eclipse.wst.common.component index b20ec67b6..40733a1ce 100644 --- a/id/server/auth/.settings/org.eclipse.wst.common.component +++ b/id/server/auth/.settings/org.eclipse.wst.common.component @@ -3,6 +3,9 @@ <dependent-module archiveName="moa-spss-lib-1.5.2.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/moa-spss-lib/moa-spss-lib"> <dependency-type>uses</dependency-type> </dependent-module> + <dependent-module archiveName="moa-common-2.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/moa-common/moa-common"> + <dependency-type>uses</dependency-type> + </dependent-module> <dependent-module archiveName="moa-id-lib-1.9.96-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/moa-id-lib/moa-id-lib"> <dependency-type>uses</dependency-type> </dependent-module> diff --git a/id/server/auth/pom.xml b/id/server/auth/pom.xml index 9214b6f12..3423deb79 100644 --- a/id/server/auth/pom.xml +++ b/id/server/auth/pom.xml @@ -9,7 +9,6 @@ <groupId>MOA.id.server</groupId> <artifactId>moa-id-auth</artifactId> <packaging>war</packaging> - <version>1.9.96-SNAPSHOT</version> <name>MOA ID-Auth WebService</name> <properties> @@ -58,7 +57,6 @@ <dependency> <groupId>axis</groupId> <artifactId>axis</artifactId> - <version>1.1</version> </dependency> <dependency> <groupId>org.tuckey</groupId> @@ -68,12 +66,10 @@ <dependency> <groupId>MOA.spss.server</groupId> <artifactId>moa-spss-lib</artifactId> - <version>1.5.2</version> </dependency> <dependency> <groupId>MOA.id.server</groupId> <artifactId>moa-id-lib</artifactId> - <version>${project.version}</version> </dependency> <!-- transitive dependencies we don't want to include into the war --> <dependency> |