<?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.tests</groupId>
        <artifactId>mule-ee-integration-tests</artifactId>
        <version>4.10.0</version>
    </parent>

    <modelVersion>4.0.0</modelVersion>
    <artifactId>munit-tests</artifactId>
    <name>MUnit Integration Tests - Parent</name>
    <packaging>pom</packaging>

    <modules>
        <module>forward-compatibility-extension</module>
        <module>test-oauth-extension-deprecated-oauth-client-api</module>
    </modules>

    <dependencies>
        <!-- Make sure that all the jars form the runtime have been build do MUnit uses those instead of downloading current snapshot versions -->
        <dependency>
            <groupId>com.mulesoft.mule.distributions</groupId>
            <artifactId>mule-runtime-impl-bom</artifactId>
            <version>${project.version}</version>
            <type>pom</type>
        </dependency>
    </dependencies>
</project>
