<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>com.ibm.informix</groupId>
  <artifactId>ifx-changestream-client</artifactId>
  <version>1.0.1</version>
  <name>Informix Change Stream client</name>
  <description>Informix® Change Stream client is a library that allows applications to receive a stream of triggered events based on changes in an Informix database.</description>
  <url>https://www.ibm.com/informix</url>
  <licenses>
    <license>
      <name>IBM Informix Software License Agreement</name>
      <url>http://www-03.ibm.com/software/sla/sladb.nsf/doclookup/CA4476C0AF8346EC852579290012D218?OpenDocument</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>brian_hughes</id>
      <name>Brian Hughes</name>
      <email>brian.hughes@hcl.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com/ibm-informix/InformixServer.git</connection>
    <url>https://github.com/informix</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.ibm.informix</groupId>
      <artifactId>jdbc</artifactId>
      <version>4.50.2.fix-1</version>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.21</version>
    </dependency>
  </dependencies>
</project>
