summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Zu <bruce.zu.run10@gmail.com>2016-02-18 14:26:50 -0800
committerBruce Zu <bruce.zu.run10@gmail.com>2016-02-18 14:39:51 -0800
commitcf6ee64fd258c2e58a5012467904a74873c61fa4 (patch)
tree3de104bb0a06a4ee48d5560a3bfad93d4335605e
parentf0d0185aec4fd90321626a050ed807e40048128e (diff)
Update dependency of jgit in plugins/replication/BUCK
With 64d4bdf buck couldn't get dependency '//lib/jgit:jgit' of target '//plugins/replication:replication_tests'. Change-Id: Icf92219c4e33dc419b580608762a262eb6039526
-rw-r--r--BUCK2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUCK b/BUCK
index 3da69ef..57661eb 100644
--- a/BUCK
+++ b/BUCK
@@ -40,6 +40,6 @@ java_test(
'//lib:gwtorm',
'//lib:junit',
'//lib/easymock:easymock',
- '//lib/jgit:jgit',
+ '@jgit//org.eclipse.jgit:jgit',
],
)