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:
David Ostrovsky 2016-12-21 23:25:11 +01:00
parent 6fe506f00d
commit 86da32cd24
1 changed files with 1 additions and 9 deletions

View File

@ -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',