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

    <artifactId>modules</artifactId>
    <packaging>pom</packaging>

    <name>MUnit :: Module Tests</name>
    <description>Tests to be run in Mule Modules developed with the SDK apps</description>

    <modules>
        <module>simple-extension</module>
        <module>simple-xml-extension</module>
        <module>shared-libraries-extension</module>
    </modules>
</project>
