This is an automated email from the ASF dual-hosted git repository.
ming pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-hugegraph-computer.git
The following commit(s) were added to refs/heads/master by this push:
new 8580a2e0 fix: remove okhttp1 due to conflicts risk (#294)
8580a2e0 is described below
commit 8580a2e02d784f3ef09026e1e2642244f7274e77
Author: imbajin <[email protected]>
AuthorDate: Wed Dec 13 08:58:19 2023 +0800
fix: remove okhttp1 due to conflicts risk (#294)
* fix: remove okhttp1 due to conflicts risk
* Update known-dependencies.txt
---
computer-dist/scripts/dependency/known-dependencies.txt | 1 -
pom.xml | 8 +++++++-
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/computer-dist/scripts/dependency/known-dependencies.txt
b/computer-dist/scripts/dependency/known-dependencies.txt
index 0d2c5096..0a37c889 100644
--- a/computer-dist/scripts/dependency/known-dependencies.txt
+++ b/computer-dist/scripts/dependency/known-dependencies.txt
@@ -225,7 +225,6 @@ netty-3.10.6.Final.jar
netty-all-4.1.42.Final.jar
nimbus-jose-jwt-4.41.1.jar
objenesis-3.1.jar
-okhttp-2.7.5.jar
okhttp-3.12.12.jar
okhttp-4.10.0.jar
okhttp-4.11.0.jar
diff --git a/pom.xml b/pom.xml
index a0d0634d..b32b800b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,9 @@
<scm>
<url>https://github.com/apache/hugegraph-computer</url>
<connection>scm:git:https://github.com/apache/hugegraph-computer.git</connection>
-
<developerConnection>scm:git:https://github.com/apache/hugegraph-computer.git</developerConnection>
+ <developerConnection>
+ scm:git:https://github.com/apache/hugegraph-computer.git
+ </developerConnection>
</scm>
<prerequisites>
@@ -236,6 +238,10 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>*</artifactId>
</exclusion>
+ <exclusion>
+ <artifactId>okhttp</artifactId>
+ <groupId>com.squareup.okhttp</groupId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>