[jbpm-commits] JBoss JBPM SVN: r3697 - jbpm3/trunk/modules/db.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Jan 21 11:49:54 EST 2009


Author: alex.guizar at jboss.com
Date: 2009-01-21 11:49:54 -0500 (Wed, 21 Jan 2009)
New Revision: 3697

Modified:
   jbpm3/trunk/modules/db/pom.xml
Log:
JBPM-1369 add postgresql driver dependency

Modified: jbpm3/trunk/modules/db/pom.xml
===================================================================
--- jbpm3/trunk/modules/db/pom.xml	2009-01-21 16:10:57 UTC (rev 3696)
+++ jbpm3/trunk/modules/db/pom.xml	2009-01-21 16:49:54 UTC (rev 3697)
@@ -65,6 +65,11 @@
       <scope>runtime</scope>
     </dependency>
     <dependency>
+    	<groupId>postgresql</groupId>
+    	<artifactId>postgresql</artifactId>
+    	<scope>runtime</scope>
+    </dependency>
+    <dependency>
       <groupId>net.sourceforge.jtds</groupId>
       <artifactId>jtds</artifactId>
       <scope>runtime</scope>




More information about the jbpm-commits mailing list