Skip to content

Commit

Permalink
Resolve the Hessian package conflict issue. (#12449)
Browse files Browse the repository at this point in the history
  • Loading branch information
gongycn committed Aug 5, 2024
1 parent 4e42fe6 commit 5d8d81a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion consistency/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<artifactId>nacos-common</artifactId>
</dependency>
<dependency>
<groupId>com.caucho</groupId>
<groupId>com.alipay.sofa</groupId>
<artifactId>hessian</artifactId>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<proto-google-common-protos.version>2.17.0</proto-google-common-protos.version>
<protobuf-java.version>3.22.3</protobuf-java.version>
<protoc-gen-grpc-java.version>${grpc-java.version}</protoc-gen-grpc-java.version>
<hessian.version>4.0.63</hessian.version>
<hessian.version>4.0.4</hessian.version>
<mockito.version>4.11.0</mockito.version>
<HikariCP.version>3.4.2</HikariCP.version>
<jraft-core.version>1.3.14</jraft-core.version>
Expand Down Expand Up @@ -845,7 +845,7 @@
<!-- hessian -->

<dependency>
<groupId>com.caucho</groupId>
<groupId>com.alipay.sofa</groupId>
<artifactId>hessian</artifactId>
<version>${hessian.version}</version>
</dependency>
Expand Down

0 comments on commit 5d8d81a

Please sign in to comment.