Fix depencency in BUCK

Change-Id: I56dcedad7aa3b847a7babab7eb95eef58c504b06
diff --git a/BUCK b/BUCK
index 419c77e..6972003 100644
--- a/BUCK
+++ b/BUCK
@@ -16,7 +16,7 @@
 # this is required for bucklets/tools/eclipse/project.py to work
 java_library(
   name = 'classpath',
-  deps = [':metrics__plugin'],
+  deps = [':metrics-reporter-jmx__plugin'],
 )