HBASE-4759 Migrate from JUnit 4.8.2 to JUnit 4.10

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1199476 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2011-11-08 21:51:51 +00:00
parent ea5f9bf29a
commit 007e7dc183
2 changed files with 2 additions and 1 deletions

View File

@ -736,6 +736,7 @@ Release 0.92.0 - Unreleased
HBASE-4611 Add support for Phabricator/Differential as an alternative code review tool
HBASE-3939 Some crossports of Hadoop IPC fixes
HBASE-4756 Enable tab-completion in HBase shell (Ryan Thiessen)
HBASE-4759 Migrate from JUnit 4.8.2 to JUnit 4.10 (nkeywal)
TASKS
HBASE-3559 Move report of split to master OFF the heartbeat channel

View File

@ -804,7 +804,7 @@
<jetty.jspapi.version>6.1.14</jetty.jspapi.version>
<jersey.version>1.4</jersey.version>
<jruby.version>1.6.0</jruby.version>
<junit.version>4.8.2</junit.version>
<junit.version>4.10</junit.version>
<log4j.version>1.2.16</log4j.version>
<mockito-all.version>1.8.5</mockito-all.version>
<protobuf.version>2.4.0a</protobuf.version>