You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2010/11/09 22:59:52 UTC

svn commit: r1033255 - /juddi/trunk/juddi-core-openjpa/pom.xml

Author: kstam
Date: Tue Nov  9 21:59:51 2010
New Revision: 1033255

URL: http://svn.apache.org/viewvc?rev=1033255&view=rev
Log:
JUDDI-374 - adding the postgres driver for testing

Modified:
    juddi/trunk/juddi-core-openjpa/pom.xml

Modified: juddi/trunk/juddi-core-openjpa/pom.xml
URL: http://svn.apache.org/viewvc/juddi/trunk/juddi-core-openjpa/pom.xml?rev=1033255&r1=1033254&r2=1033255&view=diff
==============================================================================
--- juddi/trunk/juddi-core-openjpa/pom.xml (original)
+++ juddi/trunk/juddi-core-openjpa/pom.xml Tue Nov  9 21:59:51 2010
@@ -180,6 +180,12 @@
 			<version>10.4.2.0</version>
 			<scope>test</scope>
 		</dependency>
+		<dependency>
+			<groupId>postgresql</groupId>
+			<artifactId>postgresql</artifactId>
+			<version>8.2-504.jdbc3</version>
+			<scope>test</scope>
+		</dependency>
 
 	</dependencies>
 	<profiles>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org