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