<?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.btm</groupId>
        <artifactId>mule-btm-parent</artifactId>
        <version>2.1.10</version>
    </parent>
    <artifactId>mule-btm-jetty7-lifecycle</artifactId>
    <name>Bitronix Transaction Manager :: Jetty 7 lifecycle</name>

    <dependencies>
        <dependency>
            <groupId>org.mule.btm</groupId>
            <artifactId>mule-btm</artifactId>
        </dependency>

        <dependency>
            <groupId>org.eclipse.jetty</groupId>
            <artifactId>jetty-plus</artifactId>
            <scope>provided</scope>
        </dependency>
    </dependencies>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-source-plugin</artifactId>
            </plugin>
        </plugins>
    </build>

</project>
