aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules/repository
diff options
context:
space:
mode:
authorGravatar Carmi Grushko <carmi@google.com>2017-02-08 21:31:57 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2017-02-09 15:10:12 +0000
commit159b1c111d01cb5f169cbd4995c5173a432a09cc (patch)
tree631181fafca0ee4e2173dd54bbb396668125ed9b /src/test/java/com/google/devtools/build/lib/rules/repository
parent05b9fe1386d85ec8d5e1cbcae5324c3c32ff74da (diff)
Use //third_party/protobuf:protobuf_java instead of //third_party/protobuf:protobuf to refer to the Java proto runtime.
This is the name in the upstream protobuf repo. -- PiperOrigin-RevId: 146949832 MOS_MIGRATED_REVID=146949832
Diffstat (limited to 'src/test/java/com/google/devtools/build/lib/rules/repository')
-rw-r--r--src/test/java/com/google/devtools/build/lib/rules/repository/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/java/com/google/devtools/build/lib/rules/repository/BUILD b/src/test/java/com/google/devtools/build/lib/rules/repository/BUILD
index 530fd558ba..b24f8d10aa 100644
--- a/src/test/java/com/google/devtools/build/lib/rules/repository/BUILD
+++ b/src/test/java/com/google/devtools/build/lib/rules/repository/BUILD
@@ -35,7 +35,7 @@ java_test(
"//third_party:junit4",
"//third_party:mockito",
"//third_party:truth",
- "//third_party/protobuf",
+ "//third_party/protobuf:protobuf_java",
],
)