Author: chetanm
Date: Mon Dec 28 15:19:32 2015
New Revision: 1721934
URL: http://svn.apache.org/viewvc?rev=1721934&view=rev
Log:
OAK-3806 - Collect and expose statistics related to BlobStore operations
Align the jackrabbit-jcr-commons dependency version with rest of project.
Otherwise it picks an older version where TimeSeriesAverage class was package
scoped
Modified:
jackrabbit/oak/trunk/oak-remote/pom.xml
Modified: jackrabbit/oak/trunk/oak-remote/pom.xml
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-remote/pom.xml?rev=1721934&r1=1721933&r2=1721934&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-remote/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-remote/pom.xml Mon Dec 28 15:19:32 2015
@@ -78,7 +78,7 @@
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-jcr-commons</artifactId>
- <version>2.9.0</version>
+ <version>${jackrabbit.version}</version>
<scope>provided</scope>
</dependency>
<dependency>