google-nomulus/WORKSPACE
jart 5b80d74988 Make external dependencies importable
This will make it easier for Donuts to do loose coupling of
repositories. Without this change, they would have to copy everything
from our WORKSPACE file by hand.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=116674743
2016-03-08 14:18:03 -05:00

5 lines
160 B
Text

workspace(name = "domain_registry")
load("//java/com/google/domain/registry:repositories.bzl", "domain_registry_repositories")
domain_registry_repositories()