| include_defs('//bucklets/maven_jar.bucklet') |
| |
| define_license('asciidoctor') |
| define_license('jruby') |
| |
| java_library( |
| name = 'asciidoc_lib', |
| exported_deps = [ |
| ':asciidoctor', |
| ':jruby', |
| ], |
| visibility = ['PUBLIC'], |
| ) |
| |
| maven_jar( |
| name = 'asciidoctor', |
| id = 'org.asciidoctor:asciidoctorj:1.5.4.1', |
| sha1 = 'f7ddfb2bbed2f8da3f9ad0d1a5514f04b4274a5a', |
| license = 'asciidoctor', |
| attach_source = False, |
| ) |
| |
| maven_jar( |
| name = 'jruby', |
| id = 'org.jruby:jruby-complete:1.7.25', |
| sha1 = '8eb234259ec88edc05eedab05655f458a84bfcab', |
| license = 'jruby', |
| local_license = True, |
| attach_source = False, |
| ) |