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 9f4377feb21 Remove useless logback dependency of 
shardingsphere-proxy-backend-core module (#36214)
9f4377feb21 is described below

commit 9f4377feb218aa7bd82bf99c9b5591fed0b9b3e1
Author: Liang Zhang <[email protected]>
AuthorDate: Fri Aug 8 20:38:23 2025 +0800

    Remove useless logback dependency of shardingsphere-proxy-backend-core 
module (#36214)
---
 .../ingest/incremental/wal/OpenGaussLogicalReplication.java          | 3 +--
 proxy/backend/core/pom.xml                                           | 5 -----
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git 
a/kernel/data-pipeline/dialect/opengauss/src/main/java/org/apache/shardingsphere/data/pipeline/opengauss/ingest/incremental/wal/OpenGaussLogicalReplication.java
 
b/kernel/data-pipeline/dialect/opengauss/src/main/java/org/apache/shardingsphere/data/pipeline/opengauss/ingest/incremental/wal/OpenGaussLogicalReplication.java
index b15250de343..2508b78aed1 100644
--- 
a/kernel/data-pipeline/dialect/opengauss/src/main/java/org/apache/shardingsphere/data/pipeline/opengauss/ingest/incremental/wal/OpenGaussLogicalReplication.java
+++ 
b/kernel/data-pipeline/dialect/opengauss/src/main/java/org/apache/shardingsphere/data/pipeline/opengauss/ingest/incremental/wal/OpenGaussLogicalReplication.java
@@ -93,8 +93,7 @@ public final class OpenGaussLogicalReplication {
      * @return replication stream
      * @throws SQLException SQL exception
      */
-    public PGReplicationStream createReplicationStream(final PgConnection 
connection, final BaseLogSequenceNumber startPosition, final String slotName,
-                                                       final int majorVersion) 
throws SQLException {
+    public PGReplicationStream createReplicationStream(final PgConnection 
connection, final BaseLogSequenceNumber startPosition, final String slotName, 
final int majorVersion) throws SQLException {
         ChainedLogicalStreamBuilder logicalStreamBuilder = 
connection.getReplicationAPI()
                 .replicationStream()
                 .logical()
diff --git a/proxy/backend/core/pom.xml b/proxy/backend/core/pom.xml
index 97535a0b40a..1607c6c0a30 100644
--- a/proxy/backend/core/pom.xml
+++ b/proxy/backend/core/pom.xml
@@ -127,11 +127,6 @@
             <artifactId>shardingsphere-schedule-core</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <groupId>ch.qos.logback</groupId>
-            <artifactId>logback-classic</artifactId>
-            <scope>compile</scope>
-        </dependency>
         
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>

Reply via email to