<?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>
        <artifactId>munit-core</artifactId>
        <groupId>com.mulesoft.munit</groupId>
        <version>2.1.5</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>munit-runtime</artifactId>
    <packaging>pom</packaging>

    <name>MUnit :: Runtime Plugins</name>
    <description>A BOM project that provides all the runtime libraries required to run MUnit</description>

    <properties>
        <licensePath>../../LICENSE_HEADER.txt</licensePath>
        <findbugsExcludePath>../../findbugs-exclude.xml</findbugsExcludePath>
        <skipJaCoCoCoverage>true</skipJaCoCoCoverage>
    </properties>

    <dependencies>
        <dependency>
            <groupId>com.mulesoft.munit</groupId>
            <artifactId>munit-runner</artifactId>
            <version>${project.version}</version>
            <classifier>mule-plugin</classifier>
        </dependency>
        <dependency>
            <groupId>com.mulesoft.munit</groupId>
            <artifactId>munit-tools</artifactId>
            <version>${project.version}</version>
            <classifier>mule-plugin</classifier>
        </dependency>
    </dependencies>
</project>
