<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">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.mule.tests</groupId>
        <artifactId>mule-compatibility-tests</artifactId>
        <version>4.0.0-M5</version>
    </parent>
    <artifactId>mule-tests-unit-transports</artifactId>
    <packaging>jar</packaging>
    <name>Mule Unit Test Framework (TCK)</name>
    <description>Mule Unit Test framework (TCK), deprecated Transport/Endpoint support</description>
    
    <properties>
        <formatterConfigPath>../../../formatter.xml</formatterConfigPath>
    </properties>

    <dependencies>
        <dependency>
            <groupId>org.mule</groupId>
            <artifactId>mule-compatibility-core</artifactId>
            <version>${project.version}</version>
        </dependency>

        <dependency>
            <groupId>org.mule.tests</groupId>
            <artifactId>mule-tests-unit</artifactId>
            <version>${project.version}</version>
        </dependency>
    </dependencies>
</project>