<?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>jakartaee9Bundle</artifactId>
  <version>22.0.0.1</version>
  <packaging>esa</packaging>
  <name>Jakarta EE 9 Full Platform Bundle</name>
  <description>This bundle provides a convenient combination of Liberty features that support the Jakarta EE 9 Full Platform.</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.1/lafiles/featureTerms/</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>io.openliberty.features</groupId>
      <artifactId>jakartaee-9.1</artifactId>
      <version>22.0.0.1</version>
      <type>esa</type>
    </dependency>
    <dependency>
      <groupId>io.openliberty.features</groupId>
      <artifactId>jakartaeeClient-9.1</artifactId>
      <version>22.0.0.1</version>
      <type>esa</type>
    </dependency>
    <dependency>
      <groupId>io.openliberty.features</groupId>
      <artifactId>appSecurityClient-1.0</artifactId>
      <version>22.0.0.1</version>
      <type>esa</type>
    </dependency>
  </dependencies>
</project>
