<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.alibaba.hologres</groupId>
  <artifactId>postgresql-holo</artifactId>
  <version>42.2.18.16</version>
  <name>PostgreSQL JDBC Driver</name>
  <description>fork of PgJDBC to support dynamic partition , mult prepared statement batch execute , table meta cache etc..</description>
  <url>https://www.hologres.io/</url>
  <inceptionYear>1997</inceptionYear>
  <licenses>
    <license>
      <name>BSD-2-Clause</name>
      <url>https://jdbc.postgresql.org/about/license.html</url>
      <distribution>repo</distribution>
      <comments>BSD-2-Clause, copyright PostgreSQL Global Development Group</comments>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>shangtang</id>
      <name>shangtang.hyb</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:hologres/hologres-connectors.git</connection>
    <developerConnection>scm:git@github.com:hologres/hologres-connectors.git</developerConnection>
    <url>https://github.com/hologres/hologres-connectors</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.checkerframework</groupId>
      <artifactId>checker-qual</artifactId>
      <version>3.5.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.waffle</groupId>
      <artifactId>waffle-jna</artifactId>
      <version>1.9.1</version>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.osgi</groupId>
      <artifactId>org.osgi.core</artifactId>
      <version>4.3.1</version>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.osgi</groupId>
      <artifactId>org.osgi.enterprise</artifactId>
      <version>4.2.0</version>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>
