You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2010/06/14 12:22:16 UTC

svn commit: r954403 - /sling/trunk/bundles/jcr/jackrabbit-server/pom.xml

Author: fmeschbe
Date: Mon Jun 14 10:22:15 2010
New Revision: 954403

URL: http://svn.apache.org/viewvc?rev=954403&view=rev
Log:
SLING-1556 Add optional imports for JDBC drivers used by persistence managers

Modified:
    sling/trunk/bundles/jcr/jackrabbit-server/pom.xml

Modified: sling/trunk/bundles/jcr/jackrabbit-server/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/jackrabbit-server/pom.xml?rev=954403&r1=954402&r2=954403&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/jackrabbit-server/pom.xml (original)
+++ sling/trunk/bundles/jcr/jackrabbit-server/pom.xml Mon Jun 14 10:22:15 2010
@@ -210,8 +210,14 @@
                                             org.apache.jackrabbit.commons.*,
                                             org.apache.jackrabbit.spi.commons.*,
 
-                                            <!-- Our default configuration uses derby, so import the driver -->
-                                            org.apache.derby.jdbc;resolution:=optional,
+                                            <!-- optional JDBC driver import -->
+                                            com.microsoft.sqlserver.jdbc;
+                                            oracle.jdbc;
+                                            org.apache.derby.jdbc;
+                                            org.gjt.mm.mysql;
+                                            org.h2;
+                                            org.postgresql;
+                                                resolution:=optional,
 
                                             <!-- Required by concurrent lib SynchronizationTimer class -->
                                             javax.swing.*;resolution:=optional