mule-test-oauth-extension
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mule.tests</groupId>
<artifactId>mule-test-oauth-extension</artifactId>
<version>4.1.1</version>
</dependency><?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</groupId>
<artifactId>mule-test-extensions-parent</artifactId>
<version>4.1.1</version>
</parent>
<artifactId>mule-test-oauth-extension</artifactId>
<version>4.1.1</version>
<packaging>jar</packaging>
<name>Mule OAuth Test Extension</name>
<description>A Mule extension for testing the OAuth support</description>
<properties>
<formatterConfigPath>../../../formatter.xml</formatterConfigPath>
</properties>
</project>