Merge branch 'stable-2.16' into stable-3.0 * stable-2.16: Upgrade bazlets to latest stable-2.16 Change-Id: I23d04993ff6f356297cccb6f4a544a9c9f0dfa43
diff --git a/BUILD b/BUILD index 6a70ba0..9b9c140 100644 --- a/BUILD +++ b/BUILD
@@ -37,7 +37,6 @@ visibility = ["//visibility:public"], exports = PLUGIN_DEPS + PLUGIN_TEST_DEPS + [ ":events-log__plugin", - "@mockito//jar", "@hikaricp//jar", ], )
diff --git a/WORKSPACE b/WORKSPACE index 6594fd7..6c36afc 100644 --- a/WORKSPACE +++ b/WORKSPACE
@@ -3,26 +3,15 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "56c9f4ed6dbe3c88f793851c88389637f3714a5d", + commit = "7a9ae377b519934c87184cc05845663ed708b69c", #local_path = "/home/<user>/projects/bazlets", ) -# Snapshot Plugin API -#load( -# "@com_googlesource_gerrit_bazlets//:gerrit_api_maven_local.bzl", -# "gerrit_api_maven_local", -#) - -# Load snapshot Plugin API -#gerrit_api_maven_local() - -# Release Plugin API load( "@com_googlesource_gerrit_bazlets//:gerrit_api.bzl", "gerrit_api", ) -# Load release Plugin API gerrit_api() load("//:external_plugin_deps.bzl", "external_plugin_deps")
diff --git a/external_plugin_deps.bzl b/external_plugin_deps.bzl index b3f9594..c0d2f79 100644 --- a/external_plugin_deps.bzl +++ b/external_plugin_deps.bzl
@@ -2,37 +2,6 @@ def external_plugin_deps(): maven_jar( - name = "mockito", - artifact = "org.mockito:mockito-core:2.28.2", - sha1 = "91110215a8cb9b77a46e045ee758f77d79167cc0", - deps = [ - "@byte-buddy//jar", - "@byte-buddy-agent//jar", - "@objenesis//jar", - ], - ) - - BYTE_BUDDY_VER = "1.9.10" - - maven_jar( - name = "byte-buddy", - artifact = "net.bytebuddy:byte-buddy:" + BYTE_BUDDY_VER, - sha1 = "211a2b4d3df1eeef2a6cacf78d74a1f725e7a840", - ) - - maven_jar( - name = "byte-buddy-agent", - artifact = "net.bytebuddy:byte-buddy-agent:" + BYTE_BUDDY_VER, - sha1 = "9674aba5ee793e54b864952b001166848da0f26b", - ) - - maven_jar( - name = "objenesis", - artifact = "org.objenesis:objenesis:2.6", - sha1 = "639033469776fd37c08358c6b92a4761feb2af4b", - ) - - maven_jar( name = "hikaricp", artifact = "com.zaxxer:HikariCP:3.2.0", sha1 = "6c66db1c636ee90beb4c65fe34abd8ba9396bca6",