Buck: Simplify jsoup integration
Remove unnecessary java_library rule wrapper around another java_library defined through maven_jar rule. Change-Id: I197df73f8944b9d17c7738c036035b2daccd8e61
This commit is contained in:
parent
6fe506f00d
commit
86da32cd24
@ -2,16 +2,8 @@ include_defs('//lib/maven.defs')
|
||||
|
||||
VERSION = '1.9.2'
|
||||
|
||||
java_library(
|
||||
name = 'jsoup',
|
||||
exported_deps = [
|
||||
':jsoup_library',
|
||||
],
|
||||
visibility = ['PUBLIC'],
|
||||
)
|
||||
|
||||
maven_jar(
|
||||
name = 'jsoup_library',
|
||||
name = 'jsoup',
|
||||
id = 'org.jsoup:jsoup:' + VERSION,
|
||||
sha1 = '5e3bda828a80c7a21dfbe2308d1755759c2fd7b4',
|
||||
license = 'jsoup',
|
||||
|
Loading…
x
Reference in New Issue
Block a user