Skip to content

Commit

Permalink
Resolve the Hessian package conflict issue. (alibaba#12449)
Browse files Browse the repository at this point in the history
  • Loading branch information
gongycn authored and DioxideCN committed Aug 7, 2024
1 parent e3d2f68 commit e758ec4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@
<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>
<mockito.version>5.2.0</mockito.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>
<rpc-grpc-impl.version>${jraft-core.version}</rpc-grpc-impl.version>
Expand Down Expand Up @@ -853,7 +853,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 e758ec4

Please sign in to comment.