<?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>restfulWS-3.0</artifactId>
  <version>23.0.0.2</version>
  <packaging>esa</packaging>
  <name>Jakarta RESTful Web Services 3.0</name>
  <description>This feature enables support for Jakarta RESTful Web Services 3.0.  These annotations can be used to define web service clients and endpoints that comply with the REST architectural style. Endpoints are accessed through a common interface that is based on the HTTP standard methods.</description>
  <url>https://openliberty.io/</url>
  <licenses>
    <license>
      <name>Eclipse Public License 2.0</name>
      <url>https://www.eclipse.org/legal/epl-2.0/</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>restfulWSClient-3.0</artifactId>
      <version>23.0.0.2</version>
      <type>esa</type>
    </dependency>
    <dependency>
      <groupId>io.openliberty.features</groupId>
      <artifactId>com.ibm.websphere.appserver.eeCompatible-9.0</artifactId>
      <version>23.0.0.2</version>
      <type>esa</type>
    </dependency>
  </dependencies>
</project>
