Mercurial > lada > lada-server
diff wildfly/postgres-module.xml @ 753:5f6037a281fe
merged.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 30 Oct 2015 15:08:08 +0100 |
parents | 75e87b7d37c0 |
children | 4f9b5500541c |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wildfly/postgres-module.xml Fri Oct 30 15:08:08 2015 +0100 @@ -0,0 +1,14 @@ +<?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-jdbc4-9.2.jar"/> + </resources> + + <dependencies> + <module name="javax.api"/> + <module name="javax.transaction.api"/> + </dependencies> +</module>