view wildfly/postgres-module.xml @ 762:c415d14acadd

Tests should not depend on actual data nor order of attributes in JSON.
author Tom Gottfried <tom@intevation.de>
date Wed, 04 Nov 2015 13:00:04 +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)