<?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-query-stream</artifactId>
  <version>4.16.0</version>
  <name>pg-query-stream</name>
  <description>Postgres query result returned as readable stream</description>
  <url>https://github.com/brianc/node-postgres#readme</url>
  <organization>
    <name>Brian M. Carlson</name>
    <url>https://github.com/brianc/node-postgres#readme</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.version>[8,9)</org.mvnpm-pg.version>
    <org.mvnpm-pg-cursor.version>[2.21.0,3)</org.mvnpm-pg-cursor.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>pg-cursor</artifactId>
      <version>${org.mvnpm-pg-cursor.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>pg</artifactId>
      <version>${org.mvnpm-pg.version}</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>
