summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2016-09-23 11:32:10 +0200
committerDavid Ostrovsky <david@ostrovsky.org>2016-09-23 11:59:27 +0200
commit6f69a7e338824ae927233673811ccf8d52d3ad5e (patch)
tree595d25768d093359fa68fa888f500628de91f9b1
parent6cf472b970b0a2112601198c0c239d88b8c60954 (diff)
Remove dependencies exported in the plugin API
-rw-r--r--BUCK4
1 files changed, 0 insertions, 4 deletions
diff --git a/BUCK b/BUCK
index 736bd7c..494d905 100644
--- a/BUCK
+++ b/BUCK
@@ -14,10 +14,6 @@ gerrit_plugin(
deps = [
':commons-io',
],
- provided_deps = [
- '//lib:gson',
- '//lib/log:log4j'
- ],
)
maven_jar(