Support for group license
Content keys in ECM v3 can now additionally be encrypted by group entitlement keys.
This commit is contained in:
11
WORKSPACE
11
WORKSPACE
@@ -21,14 +21,21 @@ git_repository(
|
||||
git_repository(
|
||||
name = "com_google_protobuf",
|
||||
remote = "https://github.com/google/protobuf.git",
|
||||
tag = "v3.8.0",
|
||||
tag = "v3.14.0",
|
||||
)
|
||||
|
||||
# Bazel custom build rule support.
|
||||
git_repository(
|
||||
name = "rules_python",
|
||||
remote = "https://github.com/bazelbuild/rules_python.git",
|
||||
tag = "0.1.0"
|
||||
)
|
||||
|
||||
# Bazel custom build rule support.
|
||||
git_repository(
|
||||
name = "bazel_skylib",
|
||||
remote = "https://github.com/bazelbuild/bazel-skylib.git",
|
||||
tag = "0.8.0",
|
||||
tag = "1.0.3",
|
||||
)
|
||||
|
||||
# Protobuf library support. Not included in the recent protobuf release.
|
||||
|
||||
Reference in New Issue
Block a user