diff options
Diffstat (limited to 'id/server')
-rw-r--r-- | id/server/auth/pom.xml | 4 | ||||
-rw-r--r-- | id/server/proxy/pom.xml | 4 |
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>
|