Selaa lähdekoodia

Merge branch 'dev/2024/0703/update-app-Y' of Harper/feifan-backend-zx-app into master

新增支付通道
Yangzw 8 kuukautta sitten
vanhempi
commit
42042f6095
1 muutettua tiedostoa jossa 9 lisäystä ja 3 poistoa
  1. 9 3
      feifan-module-pay/feifan-module-pay-biz/pom.xml

+ 9 - 3
feifan-module-pay/feifan-module-pay-biz/pom.xml

@@ -91,12 +91,18 @@
             <systemPath>${project.basedir}/src/main/web/WEB-INF/lib/fuyou-commons-codec-1.5.jar</systemPath>
         </dependency>
 
+<!--        <dependency>-->
+<!--            <groupId>commons-httpclient</groupId>-->
+<!--            <artifactId>commons-httpclient</artifactId>-->
+<!--            <version></version>-->
+<!--            <scope>system</scope>-->
+<!--            <systemPath>${project.basedir}/src/main/web/WEB-INF/lib/commons-httpclient-3.0.jar</systemPath>-->
+<!--        </dependency>-->
+
         <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
-            <version>1.11</version>
-            <scope>system</scope>
-            <systemPath>${project.basedir}/src/main/web/WEB-INF/lib/commons-httpclient-3.0.jar</systemPath>
+            <version>3.0</version>
         </dependency>
 
         <dependency>