diff options
Diffstat (limited to 'auth')
-rw-r--r-- | auth/auth-batch/pom.xml | 6 | ||||
-rw-r--r-- | auth/pom.xml | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/auth/auth-batch/pom.xml b/auth/auth-batch/pom.xml index 8aabdf54..d09bd5d3 100644 --- a/auth/auth-batch/pom.xml +++ b/auth/auth-batch/pom.xml @@ -94,12 +94,6 @@ </dependency> <dependency> - <groupId>org.joda</groupId> - <artifactId>joda-time</artifactId> - <version>2.5</version> - </dependency> - - <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </dependency> diff --git a/auth/pom.xml b/auth/pom.xml index d024e110..99b998c0 100644 --- a/auth/pom.xml +++ b/auth/pom.xml @@ -378,7 +378,7 @@ <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> - <version>3.0</version> + <version>2.5</version> </dependency> <dependency> |