
Remove unnecessary java_library rule wrapper around another java_library defined through maven_jar rule. Change-Id: I197df73f8944b9d17c7738c036035b2daccd8e61
13 lines
253 B
Python
13 lines
253 B
Python
include_defs('//lib/maven.defs')
|
|
|
|
VERSION = '1.9.2'
|
|
|
|
maven_jar(
|
|
name = 'jsoup',
|
|
id = 'org.jsoup:jsoup:' + VERSION,
|
|
sha1 = '5e3bda828a80c7a21dfbe2308d1755759c2fd7b4',
|
|
license = 'jsoup',
|
|
exclude_java_sources = True,
|
|
visibility = ['PUBLIC'],
|
|
)
|