Files
gerrit/lib/mail/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
273 B
Python

include_defs('//lib/maven.defs')
VERSION = '1.5.6'
maven_jar(
name = 'mail',
id = 'com.sun.mail:javax.mail:' + VERSION,
sha1 = 'ab5daef2f881c42c8e280cbe918ec4d7fdfd7efe',
license = 'DO_NOT_DISTRIBUTE',
exclude_java_sources = True,
visibility = ['PUBLIC'],
)