jgit/org.eclipse.jgit.lfs.server
Jonathan Nieder bc5014faec bazel: Add explicit targets for library dependencies
This provides a place to declare visibility restrictions and
transitive dependencies for each library.

Other targets should only declare dependencies on what they directly
use, making dependencies easier to maintain.

Trim the dependencies of org.eclipse.jgit:jgit to follow that rule.
It declares dependencies on Apache httpcomponents and the servlet
API but doesn't use them.

Tested:
* 'bazel build //...' succeeds
* applying the change https://gerrit-review.googlesource.com/90843
  to a copy of Gerrit, following the instructions there, and running
  'bazel test //...' in that copy of Gerrit still succeeds

Change-Id: I3ab958ce8b3227019cdbe4cc81e0f042e1541034
2017-03-19 18:51:03 -07:00
..
.settings Silence API error reported in LfsProtocolServlet 2017-03-09 20:43:12 +01:00
META-INF LfsProtocolServlet: Improve error on getLargeFileRepository failure 2017-01-14 00:05:56 +01:00
resources/org/eclipse/jgit/lfs/server/internal Move AtomicObjectOutputStream to lfs/internal 2016-09-20 10:58:20 +02:00
src/org/eclipse/jgit/lfs/server LfsProtocolServlet: Pass HTTP Authorization header to getLargeFileRepository 2017-03-08 19:11:03 -04:00
.classpath Change JGit minimum execution environment to JavaSE-1.8 2016-09-20 11:32:36 +02:00
.fbprefs Support LFS protocol and a file system based LFS storage 2016-02-04 17:49:43 +01:00
.gitignore Support LFS protocol and a file system based LFS storage 2016-02-04 17:49:43 +01:00
.project Support LFS protocol and a file system based LFS storage 2016-02-04 17:49:43 +01:00
BUCK Add missing slf4j dependency in BUCK file for jgit-lfs-server 2017-01-14 15:49:14 +09:00
BUILD bazel: Add explicit targets for library dependencies 2017-03-19 18:51:03 -07:00
about.html Support LFS protocol and a file system based LFS storage 2016-02-04 17:49:43 +01:00
build.properties Support LFS protocol and a file system based LFS storage 2016-02-04 17:49:43 +01:00
plugin.properties Support LFS protocol and a file system based LFS storage 2016-02-04 17:49:43 +01:00
pom.xml Prepare 4.7.0-SNAPSHOT builds 2016-12-27 01:45:50 +01:00