Skip to content

Commit

Permalink
Remove some unnecessary deps
Browse files Browse the repository at this point in the history
Change-Id: Ib8dd9265b18fa0915f52427567845105fcdfa295

Closes bazelbuild#4447.

Change-Id: Ib8dd9265b18fa0915f52427567845105fcdfa295
PiperOrigin-RevId: 181943004
  • Loading branch information
ulfjack authored and Copybara-Service committed Jan 15, 2018
1 parent 5344498 commit 146ff24
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/main/java/com/google/devtools/build/lib/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ java_library(
"//third_party:asm-commons",
"//third_party:asm-util",
"//third_party:auto_value",
"//third_party:bytebuddy",
"//third_party:guava",
"//third_party:jsr305",
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ java_library(
],
deps = [
"//src/main/java/com/google/devtools/build/lib:util",
"//third_party:apache_httpclient",
"//third_party:apache_httpcore",
"//third_party:auth",
"//third_party:gson",
"//third_party:guava",
"//third_party:jsr305",
"//third_party:netty",
Expand Down
1 change: 0 additions & 1 deletion src/main/java/com/google/devtools/build/lib/remote/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ java_library(
"//third_party:apache_httpcore",
"//third_party:api_client",
"//third_party:auth",
"//third_party:gson",
"//third_party:guava",
"//third_party:jsr305",
"//third_party:netty",
Expand Down

0 comments on commit 146ff24

Please sign in to comment.