This is an automated email from the ASF dual-hosted git repository.

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d3f10e7226 Resolve conflict of proxy dependencies version (#28817)
0d3f10e7226 is described below

commit 0d3f10e72265e98bc27426cf502d199174eb5d2e
Author: Liang Zhang <[email protected]>
AuthorDate: Fri Oct 20 23:44:03 2023 +0800

    Resolve conflict of proxy dependencies version (#28817)
---
 proxy/frontend/core/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/proxy/frontend/core/pom.xml b/proxy/frontend/core/pom.xml
index fc3fa00a4a8..95d2074394c 100644
--- a/proxy/frontend/core/pom.xml
+++ b/proxy/frontend/core/pom.xml
@@ -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>
@@ -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>

Reply via email to