Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from ckiosidis/fea/bazel/change-package-name
Browse files Browse the repository at this point in the history
fix(bazel): change packages
  • Loading branch information
ckiosidis authored Sep 21, 2018
2 parents 93d443b + 531526e commit 1ed65fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions BUILD
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
java_library(
name = "tink_httpclient",
name = "tink_httpclient_4_5_5",
srcs = glob(["httpclient/src/main/**/*.java"]),
visibility = ["//visibility:public"],
javacopts = ['-XepDisableAllChecks'],
deps = [
"@se_tink_httpcore//:tink_httpcore",
"@tink_httpcore_4_4_9//:tink_httpcore_4_4_9",
"@commons_logging_commons_logging//jar",
"@commons_codec_commons_codec//jar",
],
Expand Down
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")

git_repository(
name = "se_tink_httpcore",
name = "tink_httpcore_4_4_9",
remote = "[email protected]:tink-ab/httpcomponents-core.git",
commit = "8b01ab33a06f4367dcd79cbbc262fe9fd40ba295"
commit = "0f72fa2c392fee8388d327cb3462cd10d675c2e2"
)

maven_jar(
Expand Down

0 comments on commit 1ed65fa

Please sign in to comment.