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

svn commit: r1475630 - /hbase/branches/0.95/pom.xml

Author: stack
Date: Thu Apr 25 05:02:34 2013
New Revision: 1475630

URL: http://svn.apache.org/r1475630
Log:
HBASE-8421 hbase-0.95.0 tgz does not include lib/junit*.jar

Modified:
    hbase/branches/0.95/pom.xml

Modified: hbase/branches/0.95/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/pom.xml?rev=1475630&r1=1475629&r2=1475630&view=diff
==============================================================================
--- hbase/branches/0.95/pom.xml (original)
+++ hbase/branches/0.95/pom.xml Thu Apr 25 05:02:34 2013
@@ -1251,17 +1251,10 @@
         <artifactId>stax-api</artifactId>
         <version>${stax-api.version}</version>
       </dependency>
-      <!-- Test dependencies -->
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
         <version>${junit.version}</version>
-        <scope>test</scope>
-      </dependency>
-      <dependency>
-        <groupId>org.cloudera.htrace</groupId>
-        <artifactId>htrace</artifactId>
-        <version>${htrace.version}</version>
       </dependency>
       <dependency>
         <groupId>org.mockito</groupId>
@@ -1269,6 +1262,11 @@
         <version>${mockito-all.version}</version>
         <scope>test</scope>
       </dependency>
+      <dependency>
+        <groupId>org.cloudera.htrace</groupId>
+        <artifactId>htrace</artifactId>
+        <version>${htrace.version}</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>
   <!-- Dependencies needed by subprojects -->