Skip to content

Commit

Permalink
Adding checksum for junit and spock-core dependencies (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheImplementer authored and ekuefler committed Jan 9, 2020
1 parent 55fc543 commit 06ce250
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions groovy/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ java_import(
artifact = "junit:junit:4.12",
server_urls = ["https://mirror.bazel.build/repo1.maven.org/maven2"],
licenses = ["notice"],
artifact_sha256 = "59721f0805e223d84b90677887d9ff567dc534d7c502ca903c0c2b17f05c116a",
)
native.bind(
name = "junit",
Expand All @@ -72,6 +73,7 @@ java_import(
artifact = "org.spockframework:spock-core:1.3-groovy-2.5",
server_urls = ["https://mirror.bazel.build/repo1.maven.org/maven2"],
licenses = ["notice"],
artifact_sha256 = "4e5c788ce5bac0bda41cd066485ce84ab50e3182d81a6789b82a3e265cd85f90",
)
native.bind(
name = "spock",
Expand Down

0 comments on commit 06ce250

Please # to comment.