Преглед на файлове

Merge branch '84-integrate' into 'develop'

build: 引入 spring-web 包



See merge request !4

linwenhua преди 3 години
родител
ревизия
be0757d5cb
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  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>