From 7b4994080ebf823042dda0de4d44da494c1d398c Mon Sep 17 00:00:00 2001 From: Chris Larsen Date: Thu, 29 Jul 2021 14:47:34 -0700 Subject: [PATCH] Fix #1959 by updating to the latest asyncbigtable client. --- .../asyncbigtable-0.3.0-jar-with-dependencies.jar.md5 | 1 - .../asyncbigtable-0.4.3-jar-with-dependencies.jar.md5 | 1 + third_party/asyncbigtable/include.mk | 6 +++--- 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 third_party/asyncbigtable/asyncbigtable-0.3.0-jar-with-dependencies.jar.md5 create mode 100644 third_party/asyncbigtable/asyncbigtable-0.4.3-jar-with-dependencies.jar.md5 diff --git a/third_party/asyncbigtable/asyncbigtable-0.3.0-jar-with-dependencies.jar.md5 b/third_party/asyncbigtable/asyncbigtable-0.3.0-jar-with-dependencies.jar.md5 deleted file mode 100644 index ba351e7405..0000000000 --- a/third_party/asyncbigtable/asyncbigtable-0.3.0-jar-with-dependencies.jar.md5 +++ /dev/null @@ -1 +0,0 @@ -4384ac07967ee99f54d4c29f9806d7e7 \ No newline at end of file diff --git a/third_party/asyncbigtable/asyncbigtable-0.4.3-jar-with-dependencies.jar.md5 b/third_party/asyncbigtable/asyncbigtable-0.4.3-jar-with-dependencies.jar.md5 new file mode 100644 index 0000000000..ae03a41a90 --- /dev/null +++ b/third_party/asyncbigtable/asyncbigtable-0.4.3-jar-with-dependencies.jar.md5 @@ -0,0 +1 @@ +0e8c09c99998241ce539f8a500692d50 \ No newline at end of file diff --git a/third_party/asyncbigtable/include.mk b/third_party/asyncbigtable/include.mk index 697e6cefe3..d05fe1cd06 100644 --- a/third_party/asyncbigtable/include.mk +++ b/third_party/asyncbigtable/include.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2015 The OpenTSDB Authors. +# Copyright (C) 2015-2021 The OpenTSDB Authors. # # This library is free software: you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published @@ -13,9 +13,9 @@ # You should have received a copy of the GNU Lesser General Public License # along with this library. If not, see . -ASYNCBIGTABLE_VERSION := 0.3.1-20170903.031804-2 +ASYNCBIGTABLE_VERSION := 0.4.3 ASYNCBIGTABLE := third_party/asyncbigtable/asyncbigtable-$(ASYNCBIGTABLE_VERSION)-jar-with-dependencies.jar -ASYNCBIGTABLE_BASE_URL := https://oss.sonatype.org/content/repositories/snapshots/com/pythian/opentsdb/asyncbigtable/0.3.1-SNAPSHOT +ASYNCBIGTABLE_BASE_URL := https://repo1.maven.org/maven2/com/pythian/opentsdb/asyncbigtable/$(ASYNCBIGTABLE_VERSION) $(ASYNCBIGTABLE): $(ASYNCBIGTABLE).md5 set dummy "$(ASYNCBIGTABLE_BASE_URL)" "$(ASYNCBIGTABLE)"; shift; $(FETCH_DEPENDENCY)