<?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>io.openliberty.features</groupId>
  <artifactId>cloudant-1.0</artifactId>
  <version>22.0.0.2</version>
  <packaging>esa</packaging>
  <name>Cloudant Integration 1.0</name>
  <description>This feature enables connections to Cloudant databases by providing a connector instance that's configured in the server configuration and can be injected or accessed through Java Naming and Directory Interface (JNDI). Applications use the Cloudant client library to access the connector instance.</description>
  <url>https://openliberty.io/</url>
  <licenses>
    <license>
      <name>Eclipse Public License</name>
      <url>https://www.eclipse.org/legal/epl-v10.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>ericglau</id>
      <name>Eric Lau</name>
      <email>ericglau@ca.ibm.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:OpenLiberty/open-liberty.git</connection>
    <developerConnection>scm:git:git@github.com:OpenLiberty/open-liberty.git</developerConnection>
    <url>git@github.com:OpenLiberty/open-liberty.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.openliberty.features</groupId>
      <artifactId>com.ibm.websphere.appserver.appLifecycle-1.0</artifactId>
      <version>22.0.0.2</version>
      <type>esa</type>
    </dependency>
    <dependency>
      <groupId>io.openliberty.features</groupId>
      <artifactId>com.ibm.websphere.appserver.containerServices-1.0</artifactId>
      <version>22.0.0.2</version>
      <type>esa</type>
    </dependency>
    <dependency>
      <groupId>io.openliberty.features</groupId>
      <artifactId>com.ibm.websphere.appserver.classloading-1.0</artifactId>
      <version>22.0.0.2</version>
      <type>esa</type>
    </dependency>
  </dependencies>
</project>
