<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xmlns="http://maven.apache.org/POM/4.0.0"
         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.extensions</groupId>
        <artifactId>mule-test-core-extensions-parent</artifactId>
        <version>4.9.2</version>
    </parent>

    <packaging>mule-extension</packaging>
    <artifactId>mule-test-oauth-extension</artifactId>

    <name>Mule OAuth Test Extension</name>
    <description>A Mule extension for testing the OAuth support</description>

    <properties>
        <formatterConfigPath>../../formatter.xml</formatterConfigPath>
    </properties>

</project>
