Skip to content

Commit

Permalink
Update include.mk (#1550)
Browse files Browse the repository at this point in the history
The / at the end of url makes url in this form https://repo1.maven.org/maven2/com/pythian/opentsdb/asyncbigtable/0.3.0//asyncbigtable-0.3.0-jar-with-dependencies.jar but that "//" in the url makes a 404!
  • Loading branch information
brandondutra authored and johann8384 committed Feb 24, 2021
1 parent 8d7aaa1 commit 44d4c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/asyncbigtable/include.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

ASYNCBIGTABLE_VERSION := 0.3.1-20170903.031804-2
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://oss.sonatype.org/content/repositories/snapshots/com/pythian/opentsdb/asyncbigtable/0.3.1-SNAPSHOT

$(ASYNCBIGTABLE): $(ASYNCBIGTABLE).md5
set dummy "$(ASYNCBIGTABLE_BASE_URL)" "$(ASYNCBIGTABLE)"; shift; $(FETCH_DEPENDENCY)
Expand Down

0 comments on commit 44d4c6c

Please sign in to comment.