Skip to content

Commit

Permalink
Resolve conflict of proxy dependencies version (#28817)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu authored Oct 20, 2023
1 parent 98bc28e commit 0d3f10e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions proxy/frontend/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
<artifactId>shardingsphere-proxy-frontend-core</artifactId>
<name>${project.artifactId}</name>

<properties>
<netty.tcnative.version>2.0.59.Final</netty.tcnative.version>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
Expand Down Expand Up @@ -96,7 +92,6 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>${netty.tcnative.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 0d3f10e

Please sign in to comment.