You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2014/02/14 14:14:04 UTC

svn commit: r1568270 - /jackrabbit/oak/trunk/oak-parent/pom.xml

Author: reschke
Date: Fri Feb 14 13:14:04 2014
New Revision: 1568270

URL: http://svn.apache.org/r1568270
Log:
OAK-1266 - add "rdb-postgres" test profile

Modified:
    jackrabbit/oak/trunk/oak-parent/pom.xml

Modified: jackrabbit/oak/trunk/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-parent/pom.xml?rev=1568270&r1=1568269&r2=1568270&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Fri Feb 14 13:14:04 2014
@@ -436,5 +436,15 @@
         </plugins>
       </build>
     </profile>
+    <profile>
+      <id>rdb-postgres</id>
+      <dependencies>
+        <dependency>
+          <groupId>org.postgresql</groupId>
+          <artifactId>postgresql</artifactId>
+          <version>9.3-1100-jdbc4</version>
+        </dependency>
+      </dependencies>
+    </profile>
   </profiles>
 </project>