diff --git a/CHANGES.txt b/CHANGES.txt index 5690ba7949c..8b2f623d218 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -25,6 +25,8 @@ Release 0.21.0 - Unreleased HBASE-1758 Extract interface out of HTable (Vaibhav Puranik via Andrew Purtell) HBASE-1776 Make rowcounter enum public + HBASE-1276 [testing] Upgrade to JUnit 4.x and use @BeforeClass + annotations to optimize tests OPTIMIZATIONS diff --git a/lib/junit-3.8.1.jar b/lib/junit-3.8.1.jar deleted file mode 100644 index 674d71e89ea..00000000000 Binary files a/lib/junit-3.8.1.jar and /dev/null differ diff --git a/lib/junit-4.7.jar b/lib/junit-4.7.jar new file mode 100644 index 00000000000..700ad6952c7 Binary files /dev/null and b/lib/junit-4.7.jar differ