Skip to content

Commit

Permalink
Enhancement: refine pom location of oceanbase driver
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanoOo committed May 15, 2024
1 parent 539945b commit 36976ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions flink-connector-oceanbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ under the License.
<groupId>com.oceanbase</groupId>
<artifactId>obkv-table-client</artifactId>
</dependency>
<dependency>
<groupId>com.oceanbase</groupId>
<artifactId>oceanbase-client</artifactId>
<version>2.4.8</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.oceanbase</groupId>
Expand Down
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,6 @@ under the License.
<artifactId>jdbc</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.oceanbase</groupId>
<artifactId>oceanbase-client</artifactId>
<version>2.4.8</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 36976ad

Please sign in to comment.