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 ad...@apache.org on 2018/03/13 12:10:34 UTC

svn commit: r1826624 - /jackrabbit/oak/trunk/oak-benchmarks/pom.xml

Author: adulceanu
Date: Tue Mar 13 12:10:34 2018
New Revision: 1826624

URL: http://svn.apache.org/viewvc?rev=1826624&view=rev
Log:
OAK-7332 - Benchmarks failure on Oak-Segment-* fixtures due to concurrentlinkedhashmap version conflict

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

Modified: jackrabbit/oak/trunk/oak-benchmarks/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-benchmarks/pom.xml?rev=1826624&r1=1826623&r2=1826624&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-benchmarks/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-benchmarks/pom.xml Tue Mar 13 12:10:34 2018
@@ -180,6 +180,10 @@
                     <groupId>org.apache.hadoop</groupId>
                     <artifactId>hadoop-annotations</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>com.googlecode.concurrentlinkedhashmap</groupId>
+                    <artifactId>concurrentlinkedhashmap-lru</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>