<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>net.risesoft</groupId>
    <artifactId>y9-module-dataflow</artifactId>
    <version>9.6.10</version>
  </parent>
  <artifactId>risenet-y9boot-data-transfer-rdbms</artifactId>
  <version>9.6.10</version>
  <name>risenet-y9boot-data-transfer-rdbms</name>
  <description>DataFlow Engine transfer rdbms</description>
  <url>https://gitee.com/risesoft-y9/y9-dataflow/tree/main/y9-module-dataflow/risenet-y9boot-data-transfer-rdbms/</url>
  <licenses>
    <license>
      <name>GNU General Public License (GPL) version 3.0</name>
      <url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>wanghongzhe</name>
      <email>wanghongzhe@risesoft.net</email>
      <organization>risesoft</organization>
      <organizationUrl>https://www.risesoft.net</organizationUrl>
    </developer>
    <developer>
      <name>panzhaoxiong</name>
      <email>panzhaoxiong@risesoft.net</email>
      <organization>risesoft</organization>
      <organizationUrl>https://www.risesoft.net</organizationUrl>
    </developer>
    <developer>
      <name>libo</name>
      <email>libo@risesoft.net</email>
      <organization>risesoft</organization>
      <organizationUrl>https://www.risesoft.net</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://gitee.com/risesoft-y9/y9-dataflow.git</connection>
    <developerConnection>scm:git:https://gitee.com/risesoft-y9/y9-dataflow.git</developerConnection>
    <url>https://gitee.com/risesoft-y9/y9-dataflow</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>net.risesoft</groupId>
      <artifactId>risenet-y9boot-data-transfer-core</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
    </dependency>
    <dependency>
      <groupId>com.alibaba</groupId>
      <artifactId>druid</artifactId>
    </dependency>
    <dependency>
      <groupId>com.oracle</groupId>
      <artifactId>ojdbc8</artifactId>
      <version>18.3</version>
    </dependency>
    <dependency>
      <groupId>com.dameng</groupId>
      <artifactId>DmDialect-for-hibernate5.3</artifactId>
      <version>8.1.1.49</version>
    </dependency>
    <dependency>
      <groupId>com.dameng</groupId>
      <artifactId>Dm8JdbcDriver18</artifactId>
      <version>8.1.1.49</version>
    </dependency>
    <dependency>
      <groupId>mysql</groupId>
      <artifactId>mysql-connector-java</artifactId>
      <version>8.0.21</version>
    </dependency>
    <dependency>
      <groupId>org.postgresql</groupId>
      <artifactId>postgresql</artifactId>
    </dependency>
  </dependencies>
  <build>
    <resources>
      <resource>
        <directory>src/main/java</directory>
        <includes>
          <include>**/*.xml</include>
        </includes>
      </resource>
      <resource>
        <directory>src/main/resource</directory>
        <includes>
          <include>**/*</include>
        </includes>
      </resource>
    </resources>
  </build>
</project>
