<?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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.mule.distributions</groupId>
        <artifactId>mule-osgi</artifactId>
        <version>2.1.0-M2-SNAPSHOT</version>
    </parent>

    <groupId>mx4j</groupId>
    <artifactId>mx4j-all</artifactId>
    <version>${mx4jVersion}</version>
    <packaging>bundle</packaging>
    <name>mx4j repackaged for OSGi</name>

    <distributionManagement>
        <repository>
            <id>libs</id>
            <name>Mule 3rd-pary Libraries</name>
            <url>dav:https://dav.codehaus.org/dist/mule/dependencies/maven2/</url>
        </repository>
    </distributionManagement>
    
    <build>
        <pluginManagement>
            <plugins>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-deploy-plugin</artifactId>
                    <configuration>
                        <classifier>osgi</classifier>
                    </configuration>
                </plugin>
            </plugins>
        </pluginManagement>
    </build>

    <dependencies>
        <dependency>
            <groupId>mx4j</groupId>
            <artifactId>mx4j-jmx</artifactId>
            <version>${mx4jVersion}</version>
        </dependency>
        <dependency>
            <groupId>mx4j</groupId>
            <artifactId>mx4j-impl</artifactId>
            <version>${mx4jVersion}</version>
        </dependency>
        <dependency>
            <groupId>mx4j</groupId>
            <artifactId>mx4j-tools</artifactId>
            <version>${mx4jVersion}</version>
        </dependency>
        <dependency>
            <groupId>mx4j</groupId>
            <artifactId>mx4j-remote</artifactId>
            <version>${mx4jVersion}</version>
        </dependency>
    </dependencies>
</project>
