You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by nk...@apache.org on 2013/02/25 09:10:20 UTC

svn commit: r1449614 - /hbase/trunk/pom.xml

Author: nkeywal
Date: Mon Feb 25 08:10:20 2013
New Revision: 1449614

URL: http://svn.apache.org/r1449614
Log:
HBASE-7879 JUnit dependency in main from htrace

Modified:
    hbase/trunk/pom.xml

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1449614&r1=1449613&r2=1449614&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Mon Feb 25 08:10:20 2013
@@ -873,7 +873,7 @@
     <jersey.version>1.8</jersey.version>
     <jruby.version>1.6.8</jruby.version>
     <junit.version>4.11</junit.version>
-    <htrace.version>1.49</htrace.version>
+    <htrace.version>1.50</htrace.version>
     <slf4j.version>1.4.3</slf4j.version>
     <log4j.version>1.2.17</log4j.version>
     <mockito-all.version>1.9.0</mockito-all.version>
@@ -1259,7 +1259,7 @@
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
         <version>${junit.version}</version>
-        <scope>runtime</scope>
+        <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.cloudera.htrace</groupId>