Fix NoClassDefFoundError when running plugin

Change-Id: Ie9cf9cba2183ce724f61ced5a0b96751efead97b
diff --git a/BUILD b/BUILD
index 19ca99d..2fe4991 100644
--- a/BUILD
+++ b/BUILD
@@ -21,7 +21,7 @@
     deps = [
         "//plugins/its-base",
         "@commons_logging//jar",
-        "@commons_io//jar:neverlink",
+        "@commons_io//jar",
         "@commons_codec//jar:neverlink",
     ],
 )