Fix eclipse project generation Change-Id: I13c838ee602d1a49774d15ab9fb7ae101faa20ae
diff --git a/BUILD b/BUILD index f6a6e48..aad6d61 100644 --- a/BUILD +++ b/BUILD
@@ -49,6 +49,16 @@ ), deps = PLUGIN_TEST_DEPS + PLUGIN_DEPS + [ ":pull-replication__plugin", - "//plugins/replication:replication", + "//plugins/replication", + ], +) + +java_library( + name = "pull-replication__plugin_test_deps", + testonly = 1, + visibility = ["//visibility:public"], + exports = PLUGIN_DEPS + PLUGIN_TEST_DEPS + [ + ":pull-replication__plugin", + "@events-broker//jar", ], )