Skip to content

Commit

Permalink
[hotfix-1881][ddl]resolve maven package failed
Browse files Browse the repository at this point in the history
  • Loading branch information
dujie committed Feb 21, 2024
1 parent 38fed40 commit c8bc8db
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions chunjun-ddl/chunjun-ddl-oracle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>com.dtstack.chunjun</groupId>
<artifactId>chunjun-ddl-mysql</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-core</artifactId>
Expand Down

0 comments on commit c8bc8db

Please sign in to comment.