Simplify test target and dependencies Change-Id: I9e578af070898f909482e9fb1b9bd72a25b006bf
diff --git a/BUILD b/BUILD index f099db7..ee4d387 100644 --- a/BUILD +++ b/BUILD
@@ -27,16 +27,7 @@ tags = [ "slack-integration", ], - deps = [ - ":slack-integration__plugin_test_deps", - ], -) - -java_library( - name = "slack-integration__plugin_test_deps", - testonly = 1, - visibility = ["//visibility:public"], - exports = PLUGIN_DEPS + PLUGIN_TEST_DEPS + [ + deps = PLUGIN_TEST_DEPS + [ ":slack-integration__plugin", ], )