Files
gerrit/lib/greenmail/BUCK
David Ostrovsky f077f132b2 Buck: Simplify mail integration
Remove unnecessary java_library rule wrappers around another
java_library defined through maven_jar rule.

Change-Id: Ibb6d52d210e2ba1f2569177d232f41b7a67a6a7f
2016-12-21 23:11:29 +01:00

14 lines
269 B
Python

include_defs('//lib/maven.defs')
VERSION = '1.5.2'
maven_jar(
name = 'greenmail',
id = 'com.icegreen:greenmail:' + VERSION,
sha1 = '6b4862a09f8642da58c109117b24ccc19a4a6d39',
license = 'Apache2.0',
exclude_java_sources = True,
visibility = ['PUBLIC'],
)