Delete all Braintree code

We never launched this, don't planning on launching it now anyway, and it's rotted over the past two years anyway.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=202993577
This commit is contained in:
mcilwain 2018-07-02 12:24:54 -07:00 committed by jianglai
parent 7023b818b7
commit 32b3563126
67 changed files with 28 additions and 3352 deletions

View file

@ -23,7 +23,6 @@ def domain_registry_bazel_check():
def domain_registry_repositories(
omit_com_beust_jcommander=False,
omit_com_braintreepayments_gateway_braintree_java=False,
omit_com_fasterxml_jackson_core=False,
omit_com_fasterxml_jackson_core_jackson_annotations=False,
omit_com_fasterxml_jackson_core_jackson_databind=False,
@ -163,8 +162,6 @@ def domain_registry_repositories(
domain_registry_bazel_check()
if not omit_com_beust_jcommander:
com_beust_jcommander()
if not omit_com_braintreepayments_gateway_braintree_java:
com_braintreepayments_gateway_braintree_java()
if not omit_com_fasterxml_jackson_core:
com_fasterxml_jackson_core()
if not omit_com_fasterxml_jackson_core_jackson_annotations:
@ -447,17 +444,6 @@ def com_beust_jcommander():
licenses = ["notice"], # The Apache Software License, Version 2.0
)
def com_braintreepayments_gateway_braintree_java():
java_import_external(
name = "com_braintreepayments_gateway_braintree_java",
jar_sha256 = "e6fa51822d05334971d60a8353d4bfcab155b9639d9d8d3d052fe75ead534dd9",
jar_urls = [
"http://domain-registry-maven.storage.googleapis.com/repo1.maven.org/maven2/com/braintreepayments/gateway/braintree-java/2.54.0/braintree-java-2.54.0.jar",
"http://repo1.maven.org/maven2/com/braintreepayments/gateway/braintree-java/2.54.0/braintree-java-2.54.0.jar",
],
licenses = ["notice"], # MIT license
)
def com_fasterxml_jackson_core():
java_import_external(
name = "com_fasterxml_jackson_core",