Mercurial > lada > lada-server
comparison 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 |
comparison
equal
deleted
inserted
replaced
752:0cf9387c8da2 | 753:5f6037a281fe |
---|---|
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> |