Skip to content

Commit

Permalink
Add a missing dependency from checker framework dataflow to javacutils
Browse files Browse the repository at this point in the history
Fixes #5134, #1008

Change-Id: Ic34e26b17b2ebee75f36e9f56f8e5c2ec6205bc0
  • Loading branch information
cushon authored and buchgr committed May 28, 2018
1 parent cdf118a commit eca7b81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions third_party/checker_framework_dataflow/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ java_import(
name = "checker_framework_dataflow",
jars = ["dataflow-2.5.0.jar"],
srcjar = "dataflow-2.5.0-sources.jar",
deps = [
"//third_party/checker_framework_javacutil",
],
)

filegroup(
Expand Down

0 comments on commit eca7b81

Please sign in to comment.