
This library will be used for parsing incoming HTML emails and ingest comments into Gerrit. Change-Id: I3ccfd231ad36a8da94172bb32cbf979bafc914b5
7 lines
137 B
Python
7 lines
137 B
Python
java_library(
|
|
name = 'jsoup',
|
|
exports = ['@jsoup//jar'],
|
|
visibility = ['//visibility:public'],
|
|
data = ['//lib:LICENSE-jsoup'],
|
|
)
|