Skip to content

Commit

Permalink
Add an explicit dependency on jsr250_annotations
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 170960535
  • Loading branch information
cushon authored and aehlig committed Oct 6, 2017
1 parent 0074349 commit a7cb14e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ bootstrap_java_library(
"//third_party/protobuf:protobuf-jars",
"//third_party/java/jacoco:core-jars",
"//third_party/grpc:bootstrap-grpc-jars",
"//third_party:tomcat_annotations_api-jars",
],
neverlink_jars = ["//third_party/java/jdk/langtools:javac_jar"],
tags = ["manual"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ java_library(
"//src/java_tools/buildjar/java/com/google/devtools/build/buildjar:JarOwner",
"//src/main/protobuf:deps_java_proto",
"//third_party:guava",
"//third_party:tomcat_annotations_api",
"//third_party/java/jdk/langtools:javac",
],
)
Expand Down

0 comments on commit a7cb14e

Please sign in to comment.