Mark greenmail as testonly

The greenmail library is only used in integration tests and in the
acceptance framework.

Change-Id: Iec369bd57a146c0d23d7514fd3cdfe477fe9d6e3
This commit is contained in:
David Pursehouse
2018-12-20 16:50:49 +09:00
parent f86cc5eb4f
commit dff4c39432

View File

@@ -2,6 +2,7 @@ package(default_visibility = ["//visibility:public"])
java_library(
name = "greenmail",
testonly = True,
data = ["//lib:LICENSE-Apache2.0"],
exports = ["@greenmail//jar"],
)