Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion computer-dist/scripts/dependency/known-dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down