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 ch...@apache.org on 2015/08/14 08:42:58 UTC

svn commit: r1695821 - /jackrabbit/oak/trunk/oak-core/pom.xml

Author: chetanm
Date: Fri Aug 14 06:42:57 2015
New Revision: 1695821

URL: http://svn.apache.org/r1695821
Log:
OAK-3188 - Make dependency on commons-dbcp as optional in oak-core

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

Modified: jackrabbit/oak/trunk/oak-core/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/pom.xml?rev=1695821&r1=1695820&r2=1695821&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-core/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-core/pom.xml Fri Aug 14 06:42:57 2015
@@ -295,6 +295,7 @@
       <groupId>commons-dbcp</groupId>
       <artifactId>commons-dbcp</artifactId>
       <version>1.4</version>
+      <optional>true</optional>
     </dependency>
 
     <!-- Logging -->