<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright (c) MuleSoft, Inc.  All rights reserved.  http://www.mulesoft.com
  ~ The software in this package is published under the terms of the CPAL v1.0
  ~ license, a copy of which has been included with this distribution in the
  ~ LICENSE.txt file.
  -->

<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-tracing-parent</artifactId>
        <version>4.10.5</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>mule-tracer-api</artifactId>
    <name>Mule Tracer Api</name>
    <description>Definitions for Mule tracer</description>

    <properties>
        <javaModuleName>org.mule.runtime.tracer.api</javaModuleName>
    </properties>

    <dependencies>
        <dependency>
            <groupId>org.mule.runtime</groupId>
            <artifactId>mule-api</artifactId>
        </dependency>
        <dependency>
            <groupId>org.mule.runtime</groupId>
            <artifactId>mule-profiling-api</artifactId>
        </dependency>
    </dependencies>

</project>
