aboutsummaryrefslogtreecommitdiff
path: root/id/server/proxy/pom.xml
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 /id/server/proxy/pom.xml
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
Diffstat (limited to 'id/server/proxy/pom.xml')
-rw-r--r--id/server/proxy/pom.xml4
1 files changed, 2 insertions, 2 deletions
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>