blob: b91fb9d7c4534d768c39a43565a92a24e6d05a06 [file] [log] [blame]
load("//tools/bzl:maven_jar.bzl", "maven_jar")
def external_plugin_deps():
maven_jar(
name = "wiremock",
artifact = "com.github.tomakehurst:wiremock-standalone:2.26.0",
sha1 = "c0a192a3fd43b265ff4bc6014d64920d7c6e4174",
)
maven_jar(
name = "jgroups",
artifact = "org.jgroups:jgroups:3.6.15.Final",
sha1 = "755afcfc6c8a8ea1e15ef0073417c0b6e8c6d6e4",
)