Browse Source

2021-1117

zhaoyk 3 years ago
parent
commit
eef95abce9
1 changed files with 6 additions and 0 deletions
  1. 6 0
      pom.xml

+ 6 - 0
pom.xml

@@ -55,6 +55,12 @@
     </properties>
 
     <dependencies>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>javax.servlet-api</artifactId>
+            <version>3.1.0</version>
+            <scope>provided</scope>
+        </dependency>
         <!-- 配置中心(包含注册中心) -->
         <!--<dependency>
             <groupId>com.persagy</groupId>