Author: adulceanu
Date: Tue Mar 6 15:42:36 2018
New Revision: 1825996
URL: http://svn.apache.org/viewvc?rev=1825996&view=rev
Log:
OAK-7259 - Improve SegmentNodeStoreStats to include number of commits per
thread and threads currently waiting on the semaphore
Added missing dependency in oak-it-osgi
Modified:
jackrabbit/oak/trunk/oak-it-osgi/pom.xml
Modified: jackrabbit/oak/trunk/oak-it-osgi/pom.xml
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-it-osgi/pom.xml?rev=1825996&r1=1825995&r2=1825996&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-it-osgi/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-it-osgi/pom.xml Tue Mar 6 15:42:36 2018
@@ -188,6 +188,11 @@
<artifactId>metrics-core</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.googlecode.concurrentlinkedhashmap</groupId>
+ <artifactId>concurrentlinkedhashmap-lru</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>