blob: 701af29e733699adbac81f3b19a7c39f3e575fc3 [file] [log] [blame]
include_defs('//bucklets/maven_jar.bucklet')
define_license('jruby')
java_library(
name = 'asciidoc_lib',
exported_deps = [
':asciidoctor',
':jruby',
],
visibility = ['PUBLIC'],
)
maven_jar(
name = 'asciidoctor',
id = 'org.asciidoctor:asciidoctorj:1.5.1',
sha1 = 'f31c95e557ee185c935fd3764e83b01c81a3b41f',
license = 'Apache2.0',
attach_source = False,
)
maven_jar(
name = 'jruby',
id = 'org.jruby:jruby-complete:1.7.16',
sha1 = '8ef6c848cc5491c5f22ddad4532c68fe778421f6',
license = 'jruby',
local_license = True,
attach_source = False,
)