mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-16 16:28:48 +10:00
Pinpoint now uses HBase 1.0.x, which is compiled against jdk 1.7. Pinpoint commons however is compiled with jdk 1.6 and would throw UnsupportedClassVersionError when tests that use classes in Hadoop/HBase library. This commit removes these so such tests won't fail.