<?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>connectorsInboundSecurity-2.0</artifactId>
  <version>23.0.0.2</version>
  <packaging>esa</packaging>
  <name>Jakarta Connectors 2.0 Inbound Security</name>
  <description>This feature enables security inflow for resource adapters. This is the final release of this feature and is only compatible with Jakarta EE 9. For Jakarta EE 10, the same functionality is automatically enabled when the connectors and appSecurity features are enabled.</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>io.openliberty.jakarta.authentication-2.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>
    <dependency>
      <groupId>io.openliberty.features</groupId>
      <artifactId>connectors-2.0</artifactId>
      <version>23.0.0.2</version>
      <type>esa</type>
    </dependency>
    <dependency>
      <groupId>io.openliberty.features</groupId>
      <artifactId>io.openliberty.securityAPI.jakarta-1.0</artifactId>
      <version>23.0.0.2</version>
      <type>esa</type>
    </dependency>
    <dependency>
      <groupId>io.openliberty.features</groupId>
      <artifactId>com.ibm.websphere.appserver.security-1.0</artifactId>
      <version>23.0.0.2</version>
      <type>esa</type>
    </dependency>
    <dependency>
      <groupId>io.openliberty.features</groupId>
      <artifactId>com.ibm.websphere.appserver.transaction-2.0</artifactId>
      <version>23.0.0.2</version>
      <type>esa</type>
    </dependency>
  </dependencies>
</project>
