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/proxy | |
| 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/proxy')
| -rw-r--r-- | id/server/proxy/.settings/org.eclipse.wst.common.component | 3 | ||||
| -rw-r--r-- | id/server/proxy/pom.xml | 4 | 
2 files changed, 3 insertions, 4 deletions
| diff --git a/id/server/proxy/.settings/org.eclipse.wst.common.component b/id/server/proxy/.settings/org.eclipse.wst.common.component index 66337d8aa..e1f55f641 100644 --- a/id/server/proxy/.settings/org.eclipse.wst.common.component +++ b/id/server/proxy/.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/proxy/pom.xml b/id/server/proxy/pom.xml index cf71d669b..c7cb9a7c8 100644 --- a/id/server/proxy/pom.xml +++ b/id/server/proxy/pom.xml @@ -13,7 +13,6 @@  	<groupId>MOA.id.server</groupId>
  	<artifactId>moa-id-proxy</artifactId>
  	<packaging>war</packaging>
 -	<version>1.9.95-SNAPSHOT</version>
  	<name>MOA ID-Proxy WebService</name>
  	<build>
 @@ -53,17 +52,14 @@  		<dependency>
  			<groupId>axis</groupId>
  			<artifactId>axis</artifactId>
 -			<version>1.1</version>
  		</dependency>
  		<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>1.9.96-SNAPSHOT</version>
  			<!--version>${project.version}</version-->
  		</dependency>
  		<!-- transitive dependencies we don't want to include into the war -->
 | 
