<?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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>de.0xab</groupId>
  <artifactId>porter-transfer-jdbc</artifactId>
  <version>0.0.1</version>
  <name>porter-transfer-jdbc</name>
  <description>porter transfer-jdbc module</description>
  <url>https://github.com/arjenzhou/porter</url>
  <licenses>
    <license>
      <name>The MIT License</name>
      <url>https://github.com/arjenzhou/porter/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>arjenzhou</id>
      <name>Zhou Yang</name>
      <email>zhouyang.zy@outlook.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:arjenzhou/porter.git</connection>
    <developerConnection>scm:git:git@github.com:arjenzhou/porter.git</developerConnection>
    <url>https://github.com/arjenzhou/porter</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>de.0xab</groupId>
      <artifactId>porter-api</artifactId>
      <version>0.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>de.0xab</groupId>
      <artifactId>porter-common</artifactId>
      <version>0.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>de.0xab</groupId>
      <artifactId>porter-transfer</artifactId>
      <version>0.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.zaxxer</groupId>
      <artifactId>HikariCP</artifactId>
      <version>5.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>ru.yandex.clickhouse</groupId>
      <artifactId>clickhouse-jdbc</artifactId>
      <version>0.3.1-patch</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>com.fasterxml.jackson.core</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>mysql</groupId>
      <artifactId>mysql-connector-java</artifactId>
      <version>8.0.25</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.mariadb.jdbc</groupId>
      <artifactId>mariadb-java-client</artifactId>
      <version>2.7.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.postgresql</groupId>
      <artifactId>postgresql</artifactId>
      <version>42.2.24</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
