Bazel: Move commons-text from gitiles to commons package

Change-Id: I81867ec2c4ae94dd7d9b09fc8afea65839d528b1
This commit is contained in:
David Ostrovsky
2019-01-25 20:02:33 +01:00
parent b08a47aefb
commit c4ad888de5
2 changed files with 8 additions and 8 deletions

View File

@@ -43,6 +43,13 @@ java_library(
exports = ["@commons-pool//jar"],
)
java_library(
name = "text",
data = ["//lib:LICENSE-Apache2.0"],
visibility = ["//visibility:public"],
exports = ["@commons-text//jar"],
)
java_library(
name = "validator",
data = ["//lib:LICENSE-Apache2.0"],