1
0
mirror of https://github.com/google/nomulus synced 2026-01-10 07:57:58 +00:00
Files
nomulus/third_party/objectify/BUILD
jianglai 82382aaca6 Move jsch and objectify to directly under third_party
We used to have a lot more vendored third_party dependencies, but now we're only going to have three that we know of, so this java/javatests distinction isn't necessary.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=177631319
2017-12-01 22:14:06 -05:00

9 lines
186 B
Python

package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # MIT/X11
java_library(
name = "objectify-v4_1",
exports = ["//third_party/java/objectify/v4_1"],
)