<?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">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>org.mule.sdk</groupId>
        <artifactId>mule-sdk-api-parent</artifactId>
        <version>0.8.5</version>
    </parent>

    <artifactId>mule-sdk-api</artifactId>
    <version>0.8.5</version>
    <packaging>jar</packaging>
    <name>Mule SDK API</name>
    <description>API for Mule SDK.</description>

    <properties>
        <muleApiVersion>1.1.1b</muleApiVersion>
    </properties>

    <dependencies>
        <dependency>
            <groupId>org.mule.runtime</groupId>
            <artifactId>mule-api</artifactId>
            <version>${muleApiVersion}</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.mule.runtime</groupId>
            <artifactId>api-annotations</artifactId>
            <version>${apiAnnotationsVersion}</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>

</project>
