The greenmail library is only used in integration tests and in the acceptance framework. Change-Id: Iec369bd57a146c0d23d7514fd3cdfe477fe9d6e3
9 lines
191 B
Python
9 lines
191 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
java_library(
|
|
name = "greenmail",
|
|
testonly = True,
|
|
data = ["//lib:LICENSE-Apache2.0"],
|
|
exports = ["@greenmail//jar"],
|
|
)
|