Skip to content

Commit

Permalink
Remove useless jdbc-core dependency in Proxy bootstrap module (#30143)
Browse files Browse the repository at this point in the history
  • Loading branch information
strongduanmu authored Feb 16, 2024
1 parent 6544af7 commit e7ca0ea
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions proxy/bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@
<artifactId>shardingsphere-cluster-mode-repository-etcd</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-jdbc-core</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.apache.shardingsphere</groupId>
Expand Down

0 comments on commit e7ca0ea

Please sign in to comment.