Skip to content

Commit

Permalink
Fix #1959 by updating to the latest asyncbigtable client.
Browse files Browse the repository at this point in the history
  • Loading branch information
manolama committed Jul 29, 2021
1 parent ab65605 commit 7b49940
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0e8c09c99998241ce539f8a500692d50
6 changes: 3 additions & 3 deletions third_party/asyncbigtable/include.mk
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -13,9 +13,9 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this library. If not, see <http://www.gnu.org/licenses/>.

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)
Expand Down

0 comments on commit 7b49940

Please sign in to comment.