Skip to content

Commit

Permalink
update dm driver
Browse files Browse the repository at this point in the history
  • Loading branch information
laglangyue committed Aug 10, 2022
1 parent 769ef96 commit a888614
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
<lombok.version>1.18.0</lombok.version>
<mysql.version>8.0.16</mysql.version>
<postgresql.version>42.3.3</postgresql.version>
<dm-jdbc.version>8.1.2.141</dm-jdbc.version>
<skip.pmd.check>false</skip.pmd.check>
<maven.deploy.skip>false</maven.deploy.skip>
<maven.javadoc.skip>false</maven.javadoc.skip>
Expand Down Expand Up @@ -352,6 +353,13 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.dameng</groupId>
<artifactId>DmJdbcDriver18</artifactId>
<version>${dm-jdbc.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.norbitltd</groupId>
<artifactId>spoiwo_${scala.binary.version}</artifactId>
Expand Down
9 changes: 4 additions & 5 deletions seatunnel-connectors-v2/connector-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,14 @@
<scope>provided</scope>
</dependency>

<!-- this driver some time con't load from center -->
<dependency>
<groupId>com.dameng</groupId>
<artifactId>dm-jdbc</artifactId>
<version>1.8</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/DmJdbcDriver18.jar</systemPath>
<artifactId>DmJdbcDriver18</artifactId>
<version>8.1.2.141</version>
<scope>provided</scope>
</dependency>


</dependencies>

</project>

0 comments on commit a888614

Please sign in to comment.