Skip to content

Commit

Permalink
[type:fix] e2e test error
Browse files Browse the repository at this point in the history
  • Loading branch information
moremind committed Oct 21, 2023
1 parent 67cc694 commit 8172ed1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
6 changes: 3 additions & 3 deletions shenyu-bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,15 +254,15 @@
<artifactId>grpc-core</artifactId>
</exclusion>
<exclusion>
<groupId>com.caucho</groupId>
<groupId>com.alipay.sofa</groupId>
<artifactId>hessian</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.caucho</groupId>
<groupId>com.alipay.sofa</groupId>
<artifactId>hessian</artifactId>
<version>4.0.38</version>
<version>3.5.1</version>
</dependency>
<dependency>
<groupId>org.apache.shenyu</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<rpc-sofa-boot-starter.version>3.12.1</rpc-sofa-boot-starter.version>
<!-- <curator.version>4.3.0</curator.version>-->
<micrometer.version>1.8.6</micrometer.version>
<hessian.version>4.0.38</hessian.version>
</properties>

<dependencyManagement>
Expand All @@ -56,17 +55,8 @@
<groupId>io.grpc</groupId>
<artifactId>grpc-core</artifactId>
</exclusion>
<exclusion>
<groupId>com.caucho</groupId>
<artifactId>hessian</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.caucho</groupId>
<artifactId>hessian</artifactId>
<version>${hessian.version}</version>
</dependency>

<!-- <dependency>-->
<!-- <groupId>org.apache.curator</groupId>-->
Expand Down

0 comments on commit 8172ed1

Please sign in to comment.