Remove unnecessary dependency on commons-io

commons-io is no longer used in core Gerrit.  Remove the dependency and
stop exporting it in the plugin API.

Also update the replication plugin to the latest revision:

- Bundle commons-io since gerrit core no longer provides it

Change-Id: I6bcf6ec6134039de7d8f9c1670167a0318510745
This commit is contained in:
David Pursehouse
2015-07-30 21:05:02 +09:00
parent 0c7b2c0f25
commit 04807b67fc
3 changed files with 1 additions and 9 deletions

View File

@@ -33,7 +33,6 @@ java_library(
'//lib:jsch',
'//lib:mime-util',
'//lib:servlet-api-3_1',
'//lib/commons:io',
'//lib/commons:lang',
'//lib/guice:guice',
'//lib/guice:guice-assistedinject',