<?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.tooling</groupId>
        <artifactId>mule-runtime-tooling-smart-connectors-parent-tests</artifactId>
        <version>4.1.0</version>
    </parent>                                                              

    <artifactId>smart-connector-using-dw</artifactId>
    <packaging>mule-extension</packaging>

    <name>Mule Runtime Tooling Client :: SC using core DW</name>
    <description>A Mule extension done with pure Mule DSL that depends JUST in the DW MPs (ee:transform)</description>

    <dependencies>
        <dependency>
            <groupId>com.mulesoft.mule.runtime.modules</groupId>
            <artifactId>mule-module-spring-config-ee</artifactId>
            <version>${mule.version}</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>
</project>
