<?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>
  <groupId>org.mvnpm</groupId>
  <artifactId>pg</artifactId>
  <version>8.22.0</version>
  <name>pg</name>
  <description>PostgreSQL client - pure javascript &amp; libpq with the same API</description>
  <url>https://github.com/brianc/node-postgres</url>
  <organization>
    <name>Brian Carlson</name>
    <url>https://github.com/brianc/node-postgres</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>brianc</name>
      <email>brian.m.carlson@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>git://github.com/brianc/node-postgres.git</connection>
    <developerConnection>git://github.com/brianc/node-postgres.git</developerConnection>
    <url>git://github.com/brianc/node-postgres</url>
  </scm>
  <issueManagement>
    <url>https://github.com/brianc/node-postgres/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm-pg-protocol.version>[1.15.0,2)</org.mvnpm-pg-protocol.version>
    <org.mvnpm-pg-types.version>2.2.0</org.mvnpm-pg-types.version>
    <org.mvnpm-pg-connection-string.version>[2.14.0,3)</org.mvnpm-pg-connection-string.version>
    <org.mvnpm-pgpass.version>1.0.5</org.mvnpm-pgpass.version>
    <org.mvnpm-pg-native.version>[3.0.1,)</org.mvnpm-pg-native.version>
    <org.mvnpm-pg-pool.version>[3.14.0,4)</org.mvnpm-pg-pool.version>
    <org.mvnpm-pg-cloudflare.version>[1.4.0,2)</org.mvnpm-pg-cloudflare.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>pg-connection-string</artifactId>
      <version>${org.mvnpm-pg-connection-string.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>pg-pool</artifactId>
      <version>${org.mvnpm-pg-pool.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>pg-protocol</artifactId>
      <version>${org.mvnpm-pg-protocol.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>pg-types</artifactId>
      <version>${org.mvnpm-pg-types.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>pgpass</artifactId>
      <version>${org.mvnpm-pgpass.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>pg-cloudflare</artifactId>
      <version>${org.mvnpm-pg-cloudflare.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>pg-native</artifactId>
      <version>${org.mvnpm-pg-native.version}</version>
      <scope>provided</scope>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>
