Skip to content

Commit

Permalink
chore: upgrade sofa-rpc to latest version (2024.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
imbajin committed Sep 19, 2024
1 parent c88963c commit eba2156
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion hugegraph-commons/hugegraph-rpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-all</artifactId>
<version>5.7.6</version>
<version>5.13.1</version>
<exclusions>
<exclusion>
<groupId>org.jboss.resteasy</groupId>
Expand Down Expand Up @@ -100,6 +100,26 @@
<groupId>io.grpc</groupId>
<artifactId>grpc-core</artifactId>
</exclusion>
<exclusion>
<groupId>io.grpc</groupId>
<artifactId>grpc-all</artifactId>
</exclusion>
<exclusion>
<artifactId>bolt</artifactId>
<groupId>com.alipay.sofa</groupId>
</exclusion>
<exclusion>
<artifactId>jackson-annotations</artifactId>
<groupId>com.fasterxml.jackson.core</groupId>
</exclusion>
<exclusion>
<artifactId>jackson-core</artifactId>
<groupId>com.fasterxml.jackson.core</groupId>
</exclusion>
<exclusion>
<artifactId>jackson-databind</artifactId>
<groupId>com.fasterxml.jackson.core</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit eba2156

Please sign in to comment.