Browse Source

common增加servlet包。

zhengqiang 5 years ago
parent
commit
75fb53f6a7
1 changed files with 7 additions and 0 deletions
  1. 7 0
      common/pom.xml

+ 7 - 0
common/pom.xml

@@ -150,6 +150,13 @@
             <artifactId>tomcat-embed-core</artifactId>
         </dependency>
         <!-- aliyun oss end -->
+
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>javax.servlet-api</artifactId>
+            <version>3.1.0</version>
+            <scope>provided</scope>
+        </dependency>
     </dependencies>
 
 </project>