Merge changes from topics "webhooks-core", "delete-project-core"

* changes:
  Add webhooks as a core plugin
  Add delete-project as a core plugin
This commit is contained in:
Dave Borowitz
2018-12-07 16:37:48 +00:00
committed by Gerrit Code Review
8 changed files with 88 additions and 10 deletions

View File

@@ -1072,6 +1072,32 @@ maven_jar(
sha1 = "485de3a253e23f645037828c07f1d7f1af40763a",
)
maven_jar(
name = "mockito",
artifact = "org.mockito:mockito-core:2.23.4",
sha1 = "a35b6f8ffcfa786771eac7d7d903429e790fdf3f",
)
BYTE_BUDDY_VERSION = "1.9.3"
maven_jar(
name = "byte-buddy",
artifact = "net.bytebuddy:byte-buddy:" + BYTE_BUDDY_VERSION,
sha1 = "f32e510b239620852fc9a2387fac41fd053d6a4d",
)
maven_jar(
name = "byte-buddy-agent",
artifact = "net.bytebuddy:byte-buddy-agent:" + BYTE_BUDDY_VERSION,
sha1 = "f5b78c16cf4060664d80b6ca32d80dca4bd3d264",
)
maven_jar(
name = "objenesis",
artifact = "org.objenesis:objenesis:2.6",
sha1 = "639033469776fd37c08358c6b92a4761feb2af4b",
)
load("//tools/bzl:js.bzl", "bower_archive", "npm_binary")
# NPM binaries bundled along with their dependencies.