<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>com.mulesoft.mule.artifact.patches</groupId>
        <artifactId>artifact-patches-to-compile</artifactId>
        <version>4.10.0</version>
    </parent>

    <groupId>com.mulesoft.mule.artifact.patches</groupId>
    <artifactId>W-19290853-1.0.2</artifactId>
    <name>mule-websockets-connector-1.0.2</name>
    <version>4.10.0</version>
    <description>https://github.com/mulesoft-emu/mule-websockets-connector/pull/207</description>

    <properties>
        <maven.compiler.target>1.8</maven.compiler.target>
        <maven.compiler.source>1.8</maven.compiler.source>
    </properties>
    
    <dependencies>
        <dependency>
            <groupId>org.mule.runtime</groupId>
            <artifactId>mule-api</artifactId>
            <version>1.2.2</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.mule.runtime</groupId>
            <artifactId>mule-core</artifactId>
            <version>4.2.2</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.mule.runtime</groupId>
            <artifactId>mule-service-http-api</artifactId>
            <version>4.2.2</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.mulesoft.connectors</groupId>
            <artifactId>mule-websockets-connector</artifactId>
            <version>1.0.2</version>
            <classifier>mule-plugin</classifier>
            <scope>provided</scope>
        </dependency>
    </dependencies>
</project>