
Remove unnecessary java_library rule wrappers around another java_library defined through maven_jar rule. Change-Id: Ibb6d52d210e2ba1f2569177d232f41b7a67a6a7f
14 lines
273 B
Python
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'],
|
|
)
|
|
|