Skip to content

Commit 8580a2e

Browse files
authored
fix: remove okhttp1 due to conflicts risk (#294)
* fix: remove okhttp1 due to conflicts risk * Update known-dependencies.txt
1 parent 75224d2 commit 8580a2e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

computer-dist/scripts/dependency/known-dependencies.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ netty-3.10.6.Final.jar
225225
netty-all-4.1.42.Final.jar
226226
nimbus-jose-jwt-4.41.1.jar
227227
objenesis-3.1.jar
228-
okhttp-2.7.5.jar
229228
okhttp-3.12.12.jar
230229
okhttp-4.10.0.jar
231230
okhttp-4.11.0.jar

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@
8181
<scm>
8282
<url>https://github.com/apache/hugegraph-computer</url>
8383
<connection>scm:git:https://github.com/apache/hugegraph-computer.git</connection>
84-
<developerConnection>scm:git:https://github.com/apache/hugegraph-computer.git</developerConnection>
84+
<developerConnection>
85+
scm:git:https://github.com/apache/hugegraph-computer.git
86+
</developerConnection>
8587
</scm>
8688

8789
<prerequisites>
@@ -236,6 +238,10 @@
236238
<groupId>com.fasterxml.jackson.core</groupId>
237239
<artifactId>*</artifactId>
238240
</exclusion>
241+
<exclusion>
242+
<artifactId>okhttp</artifactId>
243+
<groupId>com.squareup.okhttp</groupId>
244+
</exclusion>
239245
</exclusions>
240246
</dependency>
241247
<dependency>

0 commit comments

Comments
 (0)