diff flys-backend/pom.xml @ 169:7929f4144d2f

Bound Apache Commons DBCP with Hibernate. flys-backend/trunk@1459 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 11 Mar 2011 16:23:42 +0000
parents 86a1bd9cc50e
children 7cdac4324609
line wrap: on
line diff
--- a/flys-backend/pom.xml	Fri Mar 11 14:41:18 2011 +0000
+++ b/flys-backend/pom.xml	Fri Mar 11 16:23:42 2011 +0000
@@ -67,6 +67,12 @@
       <artifactId>commons-dbcp</artifactId>
       <version>1.2.2</version>
     </dependency>
+    <dependency>
+      <groupId>postgresql</groupId>
+      <artifactId>postgresql</artifactId>
+      <version>8.4-702.jdbc4</version>
+      <scope>runtime</scope>
+    </dependency>
   </dependencies>
 
   <repositories>

http://dive4elements.wald.intevation.org