Merge branch 'stable-2.9'

* stable-2.9:
  Fix double packaging of commons-io

Change-Id: I0bcbbc2498fcf35edd9957e9c698e41f92f55fd5
diff --git a/BUCK b/BUCK
index 0989c1f..9f54ac2 100644
--- a/BUCK
+++ b/BUCK
@@ -9,7 +9,7 @@
     'Gerrit-Module: com.googlesource.gerrit.plugins.replication.ReplicationModule',
     'Gerrit-SshModule: com.googlesource.gerrit.plugins.replication.SshModule'
   ],
-  deps = [
+  provided_deps = [
     '//lib/commons:io',
   ],
 )