离校手续管理初次提交
diff --git a/leaveschool/client/pom.xml b/leaveschool/client/pom.xml
index 56fb3a9..6d1a870 100644
--- a/leaveschool/client/pom.xml
+++ b/leaveschool/client/pom.xml
@@ -124,7 +124,12 @@
       <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>
 
   <build>