浏览代码

common增加servlet包。

zhengqiang 5 年之前
父节点
当前提交
75fb53f6a7
共有 1 个文件被更改,包括 7 次插入0 次删除
  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>