<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>
        <artifactId>xdoclet-taglib-plugin</artifactId>
        <groupId>org.codehaus.xdoclet</groupId>
        <version>1.0.5</version>
    </parent>
    <artifactId>xdoclet-plugin-ejb</artifactId>
    <name>xdoclet-plugin-ejb</name>
    <build>
        <plugins>
            <plugin>
                <groupId>org.codehaus.xdoclet</groupId>
                <artifactId>maven2-xdoclet2-plugin</artifactId>
            </plugin>
        </plugins>
    </build>
    <dependencies>
        <dependency>
            <groupId>geronimo-spec</groupId>
            <artifactId>geronimo-spec-ejb</artifactId>
            <version>2.1-rc4</version>
           
        </dependency>
        <dependency>
            <groupId>geronimo-spec</groupId>
            <artifactId>geronimo-spec-jms</artifactId>
            <version>1.1-rc4</version>
           
        </dependency>
    </dependencies>
    <properties>
        <xdoclet.plugin.namespace>ejb</xdoclet.plugin.namespace>
    </properties>
</project>