<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <parent>
        <groupId>com.mulesoft.mule.distributions</groupId>
        <artifactId>api-gateway-bom</artifactId>
        <version>4.7.2</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>api-gateway-bom-api</artifactId>
    <name>API Gateway API BOM</name>
    <description>API Gateway API BOM.</description>

    <packaging>pom</packaging>

    <properties>
        <formatterConfigPath>../formatter.xml</formatterConfigPath>

        <javaModuleName>com.mulesoft.anypoint.gw.bom.api</javaModuleName>
    </properties>

    <dependencies>
        <dependency>
            <groupId>com.mulesoft.anypoint</groupId>
            <artifactId>api-gateway-api</artifactId>
            <version>${apiGatewayApiVersion}</version>
        </dependency>
        <dependency>
            <groupId>com.mulesoft.anypoint</groupId>
            <artifactId>api-gateway-contract-service-api</artifactId>
            <version>${contractsServiceApiVersion}</version>
        </dependency>
        <dependency>
            <groupId>com.mulesoft.anypoint</groupId>
            <artifactId>api-gateway-events-collector-service-api</artifactId>
            <version>${apiGatewayEventsCollectorsApi}</version>
        </dependency>
    </dependencies>
</project>
