File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
computer-dist/scripts/dependency Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,6 @@ netty-3.10.6.Final.jar
225225netty-all-4.1.42.Final.jar
226226nimbus-jose-jwt-4.41.1.jar
227227objenesis-3.1.jar
228- okhttp-2.7.5.jar
229228okhttp-3.12.12.jar
230229okhttp-4.10.0.jar
231230okhttp-4.11.0.jar
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments