Просмотр исходного кода

Merge remote-tracking branch 'origin/master'

liyang 1 год назад
Родитель
Сommit
bde00ab12d
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      ywt-platform-outpatient-common/pom.xml

+ 4 - 1
ywt-platform-outpatient-common/pom.xml

@@ -93,7 +93,10 @@
         <!--			<groupId>com.google.guava</groupId>-->
         <!--			<artifactId>guava</artifactId>-->
         <!--		</dependency>-->
-
+        <dependency>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>httpclient</artifactId>
+        </dependency>
     </dependencies>
 
     <properties>