view wildfly/postgres-module.xml @ 852:2f467a014619

Added lighttpd to Dockerfile in order to serve apidoc is necessary
author Dustin Demuth <dustin@intevation.de>
date Wed, 27 Jan 2016 16:27:03 +0100
parents 4f9b5500541c
children 27febad6fb84
line wrap: on
line source
<?xml version="1.0" ?>

<module xmlns="urn:jboss:module:1.1" name="org.postgres">

    <resources>
        <resource-root path="postgis-jdbc-2.1.4.jar"/>
        <resource-root path="postgresql-9.4-1204.jdbc41.jar"/>
    </resources>

    <dependencies>
        <module name="javax.api"/>
        <module name="javax.transaction.api"/>
    </dependencies>
</module>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)