<?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>com.mulesoft.mule.framework</groupId>
        <artifactId>mule-framework-boms-parent</artifactId>
        <version>1.2.3</version>
    </parent>

    <artifactId>mule-framework-no-services-48-bom</artifactId>
    <name>Mule Framework Libraries BOM for Mule 4.8 Without Services</name>
    <description>A BOM project that provides all the implementation libraries required by the Mule Framework excluding services</description>

    <dependencies>
        <dependency>
            <groupId>com.mulesoft.mule.framework</groupId>
            <artifactId>mule-framework-api</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>com.mulesoft.mule.framework</groupId>
            <artifactId>mule-framework</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>com.mulesoft.mule.runtime</groupId>
            <artifactId>mule-core-ee</artifactId>
            <version>${mule48Version}</version>
        </dependency>
        <dependency>
            <groupId>com.mulesoft.mule.runtime.modules</groupId>
            <artifactId>mule-modules-all</artifactId>
            <version>${mule48Version}</version>
            <type>pom</type>
            <exclusions>
                <exclusion>
                    <groupId>org.mule.runtime.boot</groupId>
                    <artifactId>mule-module-logging</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>com.mulesoft.mule.runtime.boot</groupId>
                    <artifactId>mule-module-boot-ee</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>com.mulesoft.mule.runtime.modules</groupId>
                    <artifactId>mule-module-license-impl-ee</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>org.mule.runtime</groupId>
            <artifactId>mule-dwb-api</artifactId>
            <version>${weave48Version}</version>
        </dependency>
        <dependency>
            <groupId>com.mulesoft.anypoint</groupId>
            <artifactId>api-gateway-api</artifactId>
            <version>${apiGw48Version}</version>
        </dependency>
        <dependency>
            <groupId>com.mulesoft.anypoint</groupId>
            <artifactId>mule-module-autodiscovery</artifactId>
            <version>${apiGwModules48Version}</version>
        </dependency>
        <!-- Exclude the actual commons-logging impl form the classpath -->
		<dependency>
		    <groupId>commons-logging</groupId>
		    <artifactId>commons-logging</artifactId>
		    <version>[1.0,)</version>
		    <scope>provided</scope>
		</dependency>
    </dependencies>

</project>
