<!--
Metztli Information Technology (< http://www.metztli-it.com >)
makes available this sample geronimo-web.xml file for the
IBM WebSphere Community Edition (WASCE) and/or Apache Geronimo
Java application servers without any implicit or explicit
warranty whatsoever. We have used geronimo-web.xml for internal 
testing purposes of WASCE 2.1.1.2, Geronimo 2.1.4, 
MySQL Connector/J 5.1.7, and Caucho's Quercus 3.2.1
-->
<web-app xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-2.0" 
        xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.2">

    <dep:environment>
        <dep:moduleId>
            <dep:groupId>com.caucho</dep:groupId>
            <dep:artifactId>quercus</dep:artifactId>
            <dep:version>3.2.1</dep:version>
        </dep:moduleId>

    <dep:dependencies>
	<dep:dependency>
	<!--
	Below is the Group entry added by Xiuhtecuhtli in WASCE/Geronimo Admin console Repository section:
	-->
                <groupId>mysql</groupId>
                <artifactId>mysql-connector-java</artifactId>
                <version>5.1.7-bin</version>
                <type>jar</type>
        </dep:dependency>
    </dep:dependencies>

    </dep:environment>
    <context-root>/quercus-3.2.1</context-root>
</web-app>
