Author: amitj
Date: Fri Jul  7 06:37:13 2017
New Revision: 1801122

URL: http://svn.apache.org/viewvc?rev=1801122&view=rev
Log:
OAK-6431: Satisfy dependency on io.dropwizard.metrics:metrics-core from 
oak-segment-tar

Added test dependency

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=1801122&r1=1801121&r2=1801122&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-remote/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-remote/pom.xml Fri Jul  7 06:37:13 2017
@@ -225,6 +225,11 @@
             <artifactId>commons-math3</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>io.dropwizard.metrics</groupId>
+            <artifactId>metrics-core</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>


Reply via email to