Skip to content

Commit

Permalink
Update bazel-integration-testing to prepare for Bazel 2.0.
Browse files Browse the repository at this point in the history
The new version does not depend on maven_jar.

PiperOrigin-RevId: 283361931
  • Loading branch information
jin authored and copybara-github committed Dec 2, 2019
1 parent 762d1af commit 4078b62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,9 @@ http_archive(

http_archive(
name = "build_bazel_integration_testing",
sha256 = "490554b98da4ce6e3e1e074e01b81e8440b760d4f086fccf50085a25528bf5cd",
strip_prefix = "bazel-integration-testing-922d2b04bfb9721ab14ff6d26d4a8a6ab847aa07",
url = "https://github.com/bazelbuild/bazel-integration-testing/archive/922d2b04bfb9721ab14ff6d26d4a8a6ab847aa07.zip",
sha256 = "e055ff971787a27d6942a83ffd182953988c88dfa82e89138ccc83bf410a65d6",
strip_prefix = "bazel-integration-testing-2a4f6c244312c036e0f3a125ee6086637ee7723b",
url = "https://github.com/bazelbuild/bazel-integration-testing/archive/2a4f6c244312c036e0f3a125ee6086637ee7723b.zip",
)

load("@build_bazel_integration_testing//tools:bazel_java_integration_test.bzl", "bazel_java_integration_test_deps")
Expand Down

0 comments on commit 4078b62

Please sign in to comment.