<?xml version="1.0" encoding="UTF-8" standalone="no"?><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>com.mulesoft.connectivity</groupId>
        <artifactId>interpreted-connectivity-parent-pom</artifactId>
        <version>1.5.0-14.develop</version>
    </parent>

    <artifactId>connectivity-tooling-bom</artifactId>
    <packaging>pom</packaging>

    <dependencyManagement>
        <dependencies>
            <!-- LinkWeave Language server vscode extensions dependencies -->
            <dependency>
                <groupId>com.mulesoft.connectivity</groupId>
                <artifactId>ccm-codegen</artifactId>
                <version>${linkweave.version}</version>
            </dependency>
            <dependency>
                <groupId>com.mulesoft.connectivity</groupId>
                <artifactId>connectivity-fix-engine</artifactId>
                <version>${linkweave.version}</version>
            </dependency>
            <!-- LinkWeave Language server vscode extensions dependencies -->
            <dependency>
                <groupId>com.mulesoft.connectivity</groupId>
                <artifactId>connectivity-language</artifactId>
                <version>${linkweave.version}</version>
                <classifier>dw-library</classifier>
                <scope>provided</scope>
            </dependency>
            <dependency>
                <groupId>com.mulesoft.connectivity</groupId>
                <artifactId>connectivity-flow-language</artifactId>
                <version>${linkweave.version}</version>
                <classifier>dw-library</classifier>
                <scope>provided</scope>
            </dependency>
            <dependency>
                <groupId>com.mulesoft.connectivity</groupId>
                <artifactId>connectivity-mule-language</artifactId>
                <version>${connectivity.mule.language.version}</version>
                <classifier>dw-library</classifier>
                <scope>provided</scope>
            </dependency>
            <dependency>
                <groupId>com.mulesoft.connectivity</groupId>
                <artifactId>connectivity-dc-language</artifactId>
                <version>${linkweave.version}</version>
                <classifier>dw-library</classifier>
                <scope>provided</scope>
            </dependency>
            <dependency>
                <groupId>com.mulesoft.connectivity</groupId>
                <artifactId>connectivity-tooling-link-weave-commons</artifactId>
                <version>${bom.version}</version>
                <classifier>dw-library</classifier>
            </dependency>
            <dependency>
                <groupId>com.mulesoft.connectivity</groupId>
                <artifactId>connectivity-flow-extension</artifactId>
                <version>${linkweave.version}</version>
            </dependency>
            <dependency>
                <groupId>org.mule.weave</groupId>
                <artifactId>core</artifactId>
                <version>${data.weave.version}</version>
            </dependency>
            <dependency>
                <groupId>org.mule.weave</groupId>
                <artifactId>core-modules</artifactId>
                <version>${data.weave.version}</version>
            </dependency>
            <dependency>
                <groupId>org.mule.weave</groupId>
                <artifactId>java-module</artifactId>
                <version>${data.weave.version}</version>
                <scope>provided</scope>
            </dependency>
            <dependency>
                <groupId>org.mule.weave</groupId>
                <artifactId>runtime</artifactId>
                <version>${data.weave.version}</version>
                <scope>test</scope>
            </dependency>
            <dependency>
                <groupId>org.mule.weave</groupId>
                <artifactId>http-netty-module</artifactId>
                <version>${data.weave.http.netty.module.version}</version>
            </dependency>
            <!-- Test -->
            <dependency>
                <groupId>org.mule.weave</groupId>
                <artifactId>data-weave-testing-framework</artifactId>
                <scope>test</scope>
                <version>${data.weave.testing.framework.version}</version>
            </dependency>
            <dependency>
                <groupId>ch.qos.logback</groupId>
                <artifactId>logback-classic</artifactId>
                <version>${logback.version}</version>
                <scope>test</scope>
            </dependency>
        </dependencies>
    </dependencyManagement>

    <repositories>
        <repository>
            <id>mule-releases</id>
            <url>https://repository-master.mulesoft.org/nexus/content/repositories/releases</url>
        </repository>

        <repository>
            <id>mule-snapshots</id>
            <url>https://repository-master.mulesoft.org/nexus/content/repositories/snapshots</url>
        </repository>
    </repositories>

</project>