<?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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.mule.tests</groupId>
        <artifactId>mule-tests-services</artifactId>
        <version>4.10.3</version>
    </parent>
    <groupId>com.mulesoft.connectivity</groupId>
    <artifactId>mule-tests-additional-api</artifactId>
    <name>Services Integration Tests - Additional API</name>
    <description>Tests for Services - Additional API</description>
    <packaging>jar</packaging>

    <properties>
        <javaModuleName>org.mule.runtime.additional</javaModuleName>
    </properties>

    <dependencies>
        <dependency>
            <groupId>org.mule.runtime</groupId>
            <artifactId>mule-api</artifactId>
            <scope>provided</scope>
        </dependency>
    </dependencies>
</project>
