aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d>2008-04-10 08:25:10 +0000
committerpdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d>2008-04-10 08:25:10 +0000
commit1b3b500b3fbf6a759dc42783f82b202674341564 (patch)
treee32367db072b485d67e4c255d2c4e44dc9275db6
parentdc977eaf179dfe9de17540bd0989a744b0251d6b (diff)
downloadmoa-id-spss-1b3b500b3fbf6a759dc42783f82b202674341564.tar.gz
moa-id-spss-1b3b500b3fbf6a759dc42783f82b202674341564.tar.bz2
moa-id-spss-1b3b500b3fbf6a759dc42783f82b202674341564.zip
fixed usage of axis (now 1.1)
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1068 d688527b-c9ab-4aba-bd8d-4036d912da1d
-rw-r--r--id/server/auth/pom.xml4
-rw-r--r--id/server/proxy/pom.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/id/server/auth/pom.xml b/id/server/auth/pom.xml
index c015bd821..6060956ee 100644
--- a/id/server/auth/pom.xml
+++ b/id/server/auth/pom.xml
@@ -53,11 +53,11 @@
</build>
<dependencies>
- <!-- we need Axis 1.4 here because 1.0 is included in SPSS -->
+ <!-- we need Axis 1.1 here, 1.0 is included in SPSS -->
<dependency>
<groupId>axis</groupId>
<artifactId>axis</artifactId>
- <version>1.4</version>
+ <version>1.1</version>
</dependency>
<dependency>
<groupId>MOA.spss.server</groupId>
diff --git a/id/server/proxy/pom.xml b/id/server/proxy/pom.xml
index 68e915f6b..906024d5b 100644
--- a/id/server/proxy/pom.xml
+++ b/id/server/proxy/pom.xml
@@ -48,11 +48,11 @@
</build>
<dependencies>
- <!-- we need Axis 1.4 here because 1.0 is in SPSS included -->
+ <!-- we need Axis 1.1 here, 1.0 is included in SPSS -->
<dependency>
<groupId>axis</groupId>
<artifactId>axis</artifactId>
- <version>1.4</version>
+ <version>1.1</version>
</dependency>
<dependency>
<groupId>MOA.spss.server</groupId>