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 md...@apache.org on 2015/05/18 13:36:46 UTC

svn commit: r1679995 - /jackrabbit/oak/trunk/oak-commons/pom.xml

Author: mduerig
Date: Mon May 18 11:36:46 2015
New Revision: 1679995

URL: http://svn.apache.org/r1679995
Log:
OAK-2862: CompactionMap#compress() inefficient for large compaction maps CompactionMap test and benchmark
Mark commons-math3 dependency as optional

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

Modified: jackrabbit/oak/trunk/oak-commons/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-commons/pom.xml?rev=1679995&r1=1679994&r2=1679995&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-commons/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-commons/pom.xml Mon May 18 11:36:46 2015
@@ -106,6 +106,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-math3</artifactId>
+      <optional>true</optional>
     </dependency>
   </dependencies>
 </project>