| java_library( | |
| name = "commons_jelly_tags_fmt", | |
| exports = [ | |
| "//external:jar/commons_jelly/commons_jelly_tags_fmt" | |
| ], | |
| visibility = [ | |
| "//visibility:public" | |
| ] | |
| ) | |
| java_library( | |
| name = "commons_jelly_tags_xml", | |
| exports = [ | |
| "//external:jar/commons_jelly/commons_jelly_tags_xml" | |
| ], | |
| visibility = [ | |
| "//visibility:public" | |
| ] | |
| ) | |