<?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>org.mule.runtime</groupId>
        <artifactId>mule-module-metrics-parent</artifactId>
        <version>4.6.25</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>mule-metrics-exporter-api</artifactId>
    <version>4.6.25</version>
    <name>Mule Metrics Exporter Api</name>
    <description>Definitions for Mule Metrics Exporter Api</description>
    
    <properties>
        <formatterConfigPath>../../../formatter.xml</formatterConfigPath>
        <javaModuleName>org.mule.runtime.metrics.exporter.api</javaModuleName>
        <ioGrpcVersion>1.51.0</ioGrpcVersion>
    </properties>
    
    <dependencies>
        <dependency>
            <groupId>org.mule.runtime</groupId>
            <artifactId>mule-metrics-api</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.mule.runtime</groupId>
            <artifactId>mule-metrics-exporter-configuration-api</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.mule.runtime</groupId>
            <artifactId>mule-api</artifactId>
        </dependency>
    </dependencies>

</project>