This is an automated email from the ASF dual-hosted git repository. jin pushed a commit to branch exclude-okhttp1 in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-computer.git
commit 9c42d948de926d879d2f76a4ca7657c4da1ee6b7 Author: imbajin <[email protected]> AuthorDate: Tue Dec 12 21:56:53 2023 +0800 fix: remove okhttp1 due to conflicts risk --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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>
