去除 单独引入的 javax.servlet jar
diff --git a/leaveschool/client/pom.xml b/leaveschool/client/pom.xml
index 6d1a870..3db7d15 100644
--- a/leaveschool/client/pom.xml
+++ b/leaveschool/client/pom.xml
@@ -124,11 +124,7 @@
       <artifactId>spring-boot-starter-test</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-	    <groupId>javax.servlet</groupId>
-	    <artifactId>javax.servlet-api</artifactId>
-	    <scope>provided</scope>
-	</dependency>
+   
 	
   </dependencies>