Run| Workspace| Log| Issues| Fixes| Pre-reqs| Stats| XRef| Maven Repository Proxy Log Gump Logo

Details

File Contents

<?xml version="1.0" encoding="ISO-8859-1"?>
<project>
    <extend>${basedir}/../project.xml</extend>

    <name>Apache Authentication and Authorization Framework scripted front-end</name>
    <id>authx-script</id>
    <package>org.apache.authx.script</package>

    <shortDescription>Scripted front-end to Apache Authentication and Authorization Framework</shortDescription>

    <description>
    Scripted front-end to Apache Authentication and Authorization Framework
    </description>

    <dependencies>
        <dependency>
            <groupId>${pom.groupId}</groupId>
            <artifactId>authx-core</artifactId>
            <version>${pom.currentVersion}</version>
        </dependency>

        <!-- XML -->
        <dependency>
            <groupId>dom4j</groupId>
            <artifactId>dom4j</artifactId>
            <version>1.6.1</version>
        </dependency>
        <dependency>
            <groupId>xerces</groupId>
            <artifactId>xercesImpl</artifactId>
            <version>2.6.0</version>
            <properties>
              <gump.project>xml-xerces</gump.project>
            </properties>
        </dependency>
        <dependency>
            <groupId>xml-apis</groupId>
            <artifactId>xml-apis</artifactId>
            <version>1.0.b2</version>
        </dependency>
        <!-- Groovy -->
        <dependency>
            <groupId>groovy</groupId>
            <artifactId>groovy-all</artifactId>
            <version>1.0-jsr-04</version>
        </dependency>
        <dependency>
            <groupId>picocontainer</groupId>
            <artifactId>picocontainer</artifactId>
            <version>1.1</version>
        </dependency>
    </dependencies>
</project>

Last Updated: Wed, 02 Jul 2008 16:00:28 ().Python Logo