Browse Source

build: 引入 spring-web 包

linwenhua 3 năm trước cách đây
mục cha
commit
2adc6e97b5
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      smsb-customer-manager-app/pom.xml

+ 4 - 0
smsb-customer-manager-app/pom.xml

@@ -51,6 +51,10 @@
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-web</artifactId>
+        </dependency>
     </dependencies>
 
 </project>