comparison wildfly/postgres-module.xml @ 748:75e87b7d37c0

Add dockerised setup for running the server.
author Tom Gottfried <tom@intevation.de>
date Tue, 27 Oct 2015 18:38:54 +0100
parents
children 4f9b5500541c
comparison
equal deleted inserted replaced
747:214508fd95e7 748:75e87b7d37c0
1 <?xml version="1.0" ?>
2
3 <module xmlns="urn:jboss:module:1.1" name="org.postgres">
4
5 <resources>
6 <resource-root path="postgis-jdbc-2.1.4.jar"/>
7 <resource-root path="postgresql-jdbc4-9.2.jar"/>
8 </resources>
9
10 <dependencies>
11 <module name="javax.api"/>
12 <module name="javax.transaction.api"/>
13 </dependencies>
14 </module>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)