<?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>facesContainer-4.1</artifactId>
  <version>26.0.0.6</version>
  <packaging>esa</packaging>
  <name>Jakarta Faces 4.1 Container</name>
  <description>This feature enables CDI integrations for web applications that use the Jakarta Faces 4.1 framework. This feature includes only container integration code for Jakarta Faces but does not provide any API or implementation. To use this feature, the Jakarta Faces interface and implementation must be packaged within each web application.</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>servlet-6.1</artifactId>
      <version>26.0.0.6</version>
      <type>esa</type>
    </dependency>
    <dependency>
      <groupId>io.openliberty.features</groupId>
      <artifactId>io.openliberty.jakarta.validation-3.1</artifactId>
      <version>26.0.0.6</version>
      <type>esa</type>
    </dependency>
    <dependency>
      <groupId>io.openliberty.features</groupId>
      <artifactId>com.ibm.websphere.appserver.eeCompatible-11.0</artifactId>
      <version>26.0.0.6</version>
      <type>esa</type>
    </dependency>
    <dependency>
      <groupId>io.openliberty.features</groupId>
      <artifactId>expressionLanguage-6.0</artifactId>
      <version>26.0.0.6</version>
      <type>esa</type>
    </dependency>
    <dependency>
      <groupId>io.openliberty.features</groupId>
      <artifactId>io.openliberty.facesProvider-4.1.0.Container</artifactId>
      <version>26.0.0.6</version>
      <type>esa</type>
    </dependency>
    <dependency>
      <groupId>io.openliberty.features</groupId>
      <artifactId>jndi-1.0</artifactId>
      <version>26.0.0.6</version>
      <type>esa</type>
    </dependency>
    <dependency>
      <groupId>io.openliberty.features</groupId>
      <artifactId>cdi-4.1</artifactId>
      <version>26.0.0.6</version>
      <type>esa</type>
    </dependency>
    <dependency>
      <groupId>io.openliberty.features</groupId>
      <artifactId>websocket-2.2</artifactId>
      <version>26.0.0.6</version>
      <type>esa</type>
    </dependency>
  </dependencies>
</project>
