Update Library Version

Update javax.servlet
Issue-ID: SO-1171

Change-Id: I063cefdb3ad405045b3d6f1ea301da83a1cc2361
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
diff --git a/mso-api-handlers/mso-api-handler-common/pom.xml b/mso-api-handlers/mso-api-handler-common/pom.xml
index b20d64c..8d221c0 100644
--- a/mso-api-handlers/mso-api-handler-common/pom.xml
+++ b/mso-api-handlers/mso-api-handler-common/pom.xml
@@ -69,8 +69,7 @@
 		</dependency>
 		<dependency>
 			<groupId>javax.servlet</groupId>
-			<artifactId>servlet-api</artifactId>
-			<version>2.5</version>
+			<artifactId>javax.servlet-api</artifactId>
 		</dependency>
 		<dependency>
 			<groupId>org.javassist</groupId>