UsagiHao il y a 5 ans
Parent
commit
08ab08825c
2 fichiers modifiés avec 6 ajouts et 5 suppressions
  1. 0 5
      judgement-client/pom.xml
  2. 6 0
      pom.xml

+ 0 - 5
judgement-client/pom.xml

@@ -24,11 +24,6 @@
             <version>RELEASE</version>
             <scope>compile</scope>
         </dependency>
-
-        <dependency>
-            <groupId>com.squareup.okhttp3</groupId>
-            <artifactId>okhttp</artifactId>
-        </dependency>
     </dependencies>
 
 

+ 6 - 0
pom.xml

@@ -54,6 +54,12 @@
             <artifactId>lombok</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>com.squareup.okhttp3</groupId>
+            <artifactId>okhttp</artifactId>
+            <version>4.8.0</version>
+        </dependency>
+
         <dependency>
             <groupId>cn.seecoder</groupId>
             <artifactId>seecoder-bok-client</artifactId>