mirror of
https://github.com/google/nomulus
synced 2026-09-04 15:17:13 +00:00
Import code from internal repository to git
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
package_group(
|
||||
name = "specific_version",
|
||||
packages = ["//third_party/java/objectify"],
|
||||
)
|
||||
|
||||
package(default_visibility = [":specific_version"])
|
||||
|
||||
licenses(["notice"]) # MIT/X11
|
||||
|
||||
java_import(
|
||||
name = "v4_1",
|
||||
jars = ["objectify-4.1.3.jar"],
|
||||
srcjar = "objectify-4.1.3-src.jar",
|
||||
deps = [
|
||||
"//third_party/java/appengine:appengine-api",
|
||||
"//third_party/java/servlet/servlet_api",
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user