<?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.enterprisedb</groupId>
  <artifactId>edb-jdbc</artifactId>
  <version>42.5.4.2</version>
  <name>EDB JDBC Driver</name>
  <description>EnterpriseDB JDBC Driver </description>
  <url>https://enterprisedb.com</url>
  <inceptionYear>2007</inceptionYear>
  <organization>
    <name>EnterpriseDB Corporation</name>
    <url>https://enterprisedb.com/</url>
  </organization>
  <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>
    <license>
      <name>Limited Use Software License Agreement</name>
      <url>https://www.enterprisedb.com/limited-use-license</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <organization>EnterpriseDB Corporation</organization>
      <organizationUrl>http://www.enterprisedb.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <url></url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.checkerframework</groupId>
      <artifactId>checker-qual</artifactId>
      <version>3.5.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>javax.jms</groupId>
      <artifactId>javax.jms-api</artifactId>
      <version>2.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.waffle</groupId>
      <artifactId>waffle-jna</artifactId>
      <version>1.9.1</version>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>
