Merge "Move commons-io from lib/BUILD to lib/commons/BUILD" into stable-2.14

This commit is contained in:
David Pursehouse
2018-06-14 07:40:39 +00:00
committed by Gerrit Code Review
3 changed files with 8 additions and 8 deletions

View File

@@ -300,10 +300,3 @@ java_library(
visibility = ["//visibility:public"],
exports = ["@postgresql//jar"],
)
java_library(
name = "commons-io",
data = ["//lib:LICENSE-Apache2.0"],
visibility = ["//visibility:public"],
exports = ["@commons-io//jar"],
)

View File

@@ -21,6 +21,13 @@ java_library(
exports = ["@commons-compress//jar"],
)
java_library(
name = "io",
data = ["//lib:LICENSE-Apache2.0"],
visibility = ["//visibility:public"],
exports = ["@commons-io//jar"],
)
java_library(
name = "lang",
data = ["//lib:LICENSE-Apache2.0"],