AT&T 2.0.19 Code drop, stage 4

Issue-ID: AAF-197
Change-Id: Ibe14fed4b583966dca5559710bced7bec868eae9
Signed-off-by: Instrumental <jcgmisc@stl.gathman.org>
diff --git a/auth/auth-batch/pom.xml b/auth/auth-batch/pom.xml
index 8aabdf5..d09bd5d 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 d024e11..99b998c 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>