commit | c9726189b5577b512cec648fb223171c95c4b8c0 | [log] [tgz] |
---|---|---|
author | bin.zhang <bin.zhang@supwisdom.com> | 周三 8月 22 17:14:28 2018 +0800 |
committer | bin.zhang <bin.zhang@supwisdom.com> | 周三 8月 22 17:14:28 2018 +0800 |
tree | 20ea49804d21395b9eb6160f3aeef5d2e2924eb4 | |
parent | 7fd9822c0e879f4678b91800a535c68c66502eb3 [diff] [blame] |
离校手续管理初次提交
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>