diff options
Diffstat (limited to 'id/server/auth')
-rw-r--r-- | id/server/auth/pom.xml | 4 |
1 files changed, 2 insertions, 2 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> |