Bazel: Remove special handling of jgit source dependency

The last usage of JGit source dependency was removed in GWT removal
change: I767118ba4a70, where java/org/eclipse/jgit:jgit_edit_src rule
was removed.

Change-Id: I752dac0b7531306a98426f32c871088b6d889c7a
This commit is contained in:
David Ostrovsky
2019-06-02 13:00:42 +02:00
parent 492d5bd283
commit 1b15008849
2 changed files with 0 additions and 8 deletions

View File

@@ -41,7 +41,6 @@ def jgit_maven_repos():
artifact = "org.eclipse.jgit:org.eclipse.jgit:" + _JGIT_VERS,
repository = _JGIT_REPO,
sha1 = "dba85014483315fa426259bc1b8ccda9373a624b",
src_sha1 = "b2ddc76c39d81df716948a00d26faa35e11a0ddf",
unsign = True,
)
maven_jar(
@@ -70,7 +69,6 @@ def jgit_dep(name):
"@jgit-archive//jar": "@jgit//org.eclipse.jgit.archive:jgit-archive",
"@jgit-junit//jar": "@jgit//org.eclipse.jgit.junit:junit",
"@jgit-lib//jar": "@jgit//org.eclipse.jgit:jgit",
"@jgit-lib//jar:src": "@jgit//org.eclipse.jgit:libjgit-src.jar",
"@jgit-servlet//jar": "@jgit//org.eclipse.jgit.http.server:jgit-servlet",
}

View File

@@ -11,12 +11,6 @@ java_library(
],
)
alias(
name = "jgit-source",
actual = jgit_dep("@jgit-lib//jar:src"),
visibility = ["//visibility:public"],
)
java_library(
name = "javaewah",
data = ["//lib:LICENSE-Apache2.0"],