blob: 8c5da456492ddbfa02be8c8161f2e977e1ff9702 [file] [log] [blame]
java_library(
name = 'consumer',
exports = ['@openid_consumer//jar'],
runtime_deps = [
':nekohtml',
':xerces',
'//lib/httpcomponents:httpclient',
'//lib/log:jcl-over-slf4j',
'//lib/guice:guice',
],
visibility = ['//visibility:public'],
data = ['//lib:LICENSE-Apache2.0'],
)
java_library(
name = 'nekohtml',
exports = ['@nekohtml//jar'],
runtime_deps = [':xerces'],
data = ['//lib:LICENSE-Apache2.0'],
)
java_library(
name = 'xerces',
exports = ['@xerces//jar'],
data = ['//lib:LICENSE-Apache2.0'],
)