commit | 57b838ab4dd5b142208f3331af43cf99a1aeb18b | [log] [tgz] |
---|---|---|
author | Paladox <thomasmulhall410@yahoo.com> | Fri Oct 27 14:23:17 2017 +0100 |
committer | Paladox <thomasmulhall410@yahoo.com> | Fri Oct 27 14:23:20 2017 +0100 |
tree | 614190ee7ba6935355285facbc395f46c179adbc | |
parent | 44e027e9d4ba8832c3eff9b9fdf451676aa9577c [diff] | |
parent | bb16a6dbd47608453ba0b9c79f806a65ecc15640 [diff] |
Merge branch 'stable-2.15' * stable-2.15: Remove explicit dependency on PLUGIN_DEPS Change-Id: Ia18d8a704bbb79af24d0dd27b84ddca1b805e4e1
diff --git a/BUILD b/BUILD index 92bbdac..3852f4f 100644 --- a/BUILD +++ b/BUILD
@@ -10,7 +10,6 @@ name = "its-base", srcs = glob(["src/main/java/**/*.java"]), resources = glob(["src/main/resources/**/*"]), - deps = PLUGIN_DEPS, ) TEST_UTIL_SRC = glob(["src/test/java/com/googlesource/gerrit/plugins/its/base/testutil/**/*.java"])