Przeglądaj źródła

包依赖报错问题解决

linfutong 3 lat temu
rodzic
commit
7073c3ebd2
1 zmienionych plików z 5 dodań i 5 usunięć
  1. 5 5
      zd-modules/zd-algorithm/pom.xml

+ 5 - 5
zd-modules/zd-algorithm/pom.xml

@@ -52,17 +52,17 @@
         </dependency>
 
         <!-- zd okhttp -->
-        <dependency>
+        <!--<dependency>
             <groupId>com.squareup.okhttp3</groupId>
             <artifactId>okhttp</artifactId>
             <version>4.9.0</version>
-        </dependency>
-
+        </dependency>-->
+        
         <!-- okhttp-digest -->
         <dependency>
-            <groupId>com.burgstaller</groupId>
+            <groupId>io.github.rburgst</groupId>
             <artifactId>okhttp-digest</artifactId>
-            <version>2.1</version>
+            <version>2.6</version>
         </dependency>
 
         <dependency>