[exo-jcr-commits] exo-jcr SVN: r4874 - jcr/trunk/exo.jcr.component.core.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Sep 7 08:20:21 EDT 2011


Author: tolusha
Date: 2011-09-07 08:20:21 -0400 (Wed, 07 Sep 2011)
New Revision: 4874

Modified:
   jcr/trunk/exo.jcr.component.core/pom.xml
Log:
add missing dependency for pgsql-sjdbc profile

Modified: jcr/trunk/exo.jcr.component.core/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/pom.xml	2011-09-06 13:59:01 UTC (rev 4873)
+++ jcr/trunk/exo.jcr.component.core/pom.xml	2011-09-07 12:20:21 UTC (rev 4874)
@@ -897,6 +897,14 @@
          <properties>
             <jcr.test.configuration.file>/conf/standalone/test-configuration-pgsql-sjdbc-jbc.xml</jcr.test.configuration.file>
          </properties>
+         <dependencies>
+            <dependency>
+               <groupId>postgresql</groupId>
+               <artifactId>postgresql</artifactId>
+               <version>8.3-606.jdbc3</version>
+               <scope>test</scope>
+            </dependency>
+         </dependencies>
       </profile>
       <profile>
          <id>cache-disabled</id>



More information about the exo-jcr-commits mailing list