diff options
author | Han-Wen Nienhuys <hanwen@google.com> | 2018-02-19 10:42:14 +0100 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2018-02-19 19:06:38 +0900 |
commit | 35bb7ccc4c9ac39a8dd56dc1c192793cf128b171 (patch) | |
tree | 9eb3f8c53d175bca3cf997c36dd4eec6a5640cc2 /org.eclipse.jgit.lfs/BUILD | |
parent | 44f0a01f2496fc8c5f0c4ff0d2f994c7fc04822c (diff) | |
download | jgit-35bb7ccc4c9ac39a8dd56dc1c192793cf128b171.tar.gz jgit-35bb7ccc4c9ac39a8dd56dc1c192793cf128b171.zip |
Declare LFS dependency on GSON for Bazel build
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Change-Id: Ia017dd5651756c3b80f18b908fb28ba56b6cbf14
Diffstat (limited to 'org.eclipse.jgit.lfs/BUILD')
-rw-r--r-- | org.eclipse.jgit.lfs/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.lfs/BUILD b/org.eclipse.jgit.lfs/BUILD index 0c7b1b2c4c..cd291dadb9 100644 --- a/org.eclipse.jgit.lfs/BUILD +++ b/org.eclipse.jgit.lfs/BUILD @@ -6,6 +6,7 @@ java_library( resource_strip_prefix = "org.eclipse.jgit.lfs/resources", resources = glob(["resources/**"]), deps = [ + "//lib:gson", "//org.eclipse.jgit:jgit", ], ) |