Skip to content

Commit

Permalink
Update dependency in connector-jdbc pom.xml
Browse files Browse the repository at this point in the history
Updated the dependency to the oceanbase-client from the com.oceanbase group in the connector-jdbc pom.xml file. This change is necessary to maintain API consistency and efficiency.
  • Loading branch information
NickCodeJourney committed Oct 27, 2023
1 parent cc1c38f commit c601e84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions seatunnel-connectors-v2/connector-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@
<artifactId>jdk.tools</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
</dependency>
<dependency>
<groupId>com.oceanbase</groupId>
<artifactId>oceanbase-client</artifactId>
<version>${oceanbase.jdbc.version}</version>
Expand Down

0 comments on commit c601e84

Please sign in to comment.