Skip to content

Commit

Permalink
Revert "Make junit a testonly dependency"
Browse files Browse the repository at this point in the history
This reverts commit 0228b32.

Marking junit as testonly causes lots of pain for projects depending on
Jazzer.
  • Loading branch information
fmeum committed Feb 26, 2021
1 parent 4b37786 commit 509441b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions maven.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,14 @@
# See the License for the specific language governing permissions and
# limitations under the License.

load("@rules_jvm_external//:specs.bzl", "maven")

JAZZER_API_VERSION = "0.9.1"
JAZZER_API_COORDINATES = "com.code-intelligence:jazzer-api:%s" % JAZZER_API_VERSION

MAVEN_ARTIFACTS = [
"org.ow2.asm:asm:9.1",
"org.ow2.asm:asm-commons:9.1",
"org.ow2.asm:asm-tree:9.1",
maven.artifact("junit", "junit", "4.12", testonly = True),
"junit:junit:4.12",
"org.apache.commons:commons-imaging:1.0-alpha2",
"com.mikesamuel:json-sanitizer:1.2.1",
"com.google.code.gson:gson:2.8.6",
Expand Down
2 changes: 1 addition & 1 deletion maven_install.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependency_tree": {
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
"__INPUT_ARTIFACTS_HASH": -13066241,
"__INPUT_ARTIFACTS_HASH": -1870985198,
"__RESOLVED_ARTIFACTS_HASH": 2026903625,
"conflict_resolution": {},
"dependencies": [
Expand Down

0 comments on commit 509441b

Please sign in to comment.