Consume JGit artifacts from Maven Central

The recent JGit releases were published to the Eclipse repository
due to a security embargo. The embargo has since been lifted, and
the releases are available on Maven Central, so switch back to
consuming the artifacts from there.

Change-Id: I054cc91f410451fe2f3da5b3c8274d8b5890a3bf
This commit is contained in:
David Pursehouse
2019-01-18 19:40:56 +09:00
parent 0a6b5dc7d1
commit be55ed1b18

View File

@@ -1,4 +1,4 @@
load("//tools/bzl:maven_jar.bzl", "ECLIPSE", "maven_jar")
load("//tools/bzl:maven_jar.bzl", "MAVEN_CENTRAL", "maven_jar")
_JGIT_VERS = "4.7.7.201812240805-r"
@@ -6,7 +6,7 @@ _DOC_VERS = _JGIT_VERS # Set to _JGIT_VERS unless using a snapshot
JGIT_DOC_URL = "http://download.eclipse.org/jgit/site/" + _DOC_VERS + "/apidocs"
_JGIT_REPO = ECLIPSE # Leave here even if set to MAVEN_CENTRAL.
_JGIT_REPO = MAVEN_CENTRAL # Leave here even if set to MAVEN_CENTRAL.
# set this to use a local version.
# "/home/<user>/projects/jgit"