<?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.ibm.websphere.appserver.features</groupId>
  <artifactId>wmqMessagingClient-3.0</artifactId>
  <version>22.0.0.11</version>
  <packaging>esa</packaging>
  <name>Messaging 3.0 Client for IBM MQ</name>
  <description>This feature provides applications with access to message queues hosted on IBM MQ through the Jakarta Messaging 3.0 API.</description>
  <url/>
  <licenses>
    <license>
      <name>Additional Features Terms &amp; Conditions</name>
      <url>http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/downloads/wlp/22.0.0.11/lafiles/featureTerms/</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>io.openliberty.features</groupId>
      <artifactId>io.openliberty.messaging.internal-3.0</artifactId>
      <version>22.0.0.11</version>
      <type>esa</type>
    </dependency>
    <dependency>
      <groupId>io.openliberty.features</groupId>
      <artifactId>com.ibm.websphere.appserver.transaction-2.0</artifactId>
      <version>22.0.0.11</version>
      <type>esa</type>
    </dependency>
  </dependencies>
</project>
