diff options
| author | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2015-05-11 16:47:25 +0200 | 
|---|---|---|
| committer | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2015-05-11 16:47:25 +0200 | 
| commit | 3060411f3e02094e5d3dbd44f1037cfd3ce4c5aa (patch) | |
| tree | 6b4ca4ecd769c8da82e3dc4b2072af6a76e06738 /spss/server | |
| parent | 387169d0d5f022dea6ad5cd5ecc5a31ce9bf21d9 (diff) | |
| download | moa-id-spss-3060411f3e02094e5d3dbd44f1037cfd3ce4c5aa.tar.gz moa-id-spss-3060411f3e02094e5d3dbd44f1037cfd3ce4c5aa.tar.bz2 moa-id-spss-3060411f3e02094e5d3dbd44f1037cfd3ce4c5aa.zip | |
adjustments for idea deployment
Diffstat (limited to 'spss/server')
| -rw-r--r-- | spss/server/serverlib/pom.xml | 10 | 
1 files changed, 9 insertions, 1 deletions
| diff --git a/spss/server/serverlib/pom.xml b/spss/server/serverlib/pom.xml index e16d46d43..504b0dc84 100644 --- a/spss/server/serverlib/pom.xml +++ b/spss/server/serverlib/pom.xml @@ -129,7 +129,15 @@  			<artifactId>moa-common</artifactId>
  			<type>jar</type>
  		</dependency>
 -		
 +<!--
 +        <dependency>
 +            <groupId>MOA</groupId>
 +            <artifactId>moa-common</artifactId>
 +            <type>compile</type>
 +        </dependency>
 +-->
 +
 +
  		<dependency>
  			<groupId>MOA</groupId>
  			<artifactId>moa-common</artifactId>
 | 
