<?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.cics</groupId>
  <artifactId>com.ibm.cics.ts.bom</artifactId>
  <version>6.1-20220617120000</version>
  <packaging>pom</packaging>
  <description>CICS TS V6.1 (Bill of Materials)</description>
  <url>https://ibm.com/cics</url>
  <licenses>
    <license>
      <name>L-ACRR-BBZLGX IBM CICS development components V5</name>
      <url>https://www.ibm.com/software/sla/sladb.nsf/searchlis/?searchview&amp;query=(L-ACRR-BBZLGX)</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.ibm.cics</groupId>
        <artifactId>com.ibm.cics.server</artifactId>
        <version>2.000.0-6.1</version>
        <scope>provided</scope>
      </dependency>
      <dependency>
        <groupId>com.ibm.cics</groupId>
        <artifactId>com.ibm.cics.server.invocation</artifactId>
        <version>6.1</version>
        <scope>provided</scope>
      </dependency>
      <dependency>
        <groupId>com.ibm.cics</groupId>
        <artifactId>com.ibm.cics.server.invocation.annotations</artifactId>
        <version>6.1</version>
        <scope>provided</scope>
      </dependency>
       <dependency>
        <groupId>com.ibm.cics</groupId>
        <artifactId>com.ibm.cics.jcicsx</artifactId>
        <version>1.000.0-6.1</version>
        <scope>provided</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>

