Skip to content

Commit

Permalink
[java] removed junit 4 leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
joerg1985 committed Aug 26, 2023
1 parent c41e112 commit 174b880
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 119 deletions.
2 changes: 0 additions & 2 deletions java/maven_deps.bzl
Expand Up @@ -95,8 +95,6 @@ def selenium_java_deps():
"org.junit.platform:junit-platform-reporting:%s" % junit_platform_version,
"org.junit.platform:junit-platform-commons:%s" % junit_platform_version,
"org.junit.platform:junit-platform-engine:%s" % junit_platform_version,
"org.junit.platform:junit-platform-suite-engine:%s" % junit_platform_version,
"org.junit.platform:junit-platform-suite-api:%s" % junit_platform_version,
"org.mockito:mockito-core:4.11.0",
"org.mockito:mockito-inline:4.11.0",
"org.redisson:redisson:3.23.2",
Expand Down
62 changes: 2 additions & 60 deletions java/maven_install.json
@@ -1,7 +1,7 @@
{
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
"__INPUT_ARTIFACTS_HASH": -1647888262,
"__RESOLVED_ARTIFACTS_HASH": -951381457,
"__INPUT_ARTIFACTS_HASH": 991709172,
"__RESOLVED_ARTIFACTS_HASH": 1120536062,
"artifacts": {
"com.beust:jcommander": {
"shasums": {
Expand Down Expand Up @@ -895,27 +895,6 @@
},
"version": "1.10.0"
},
"org.junit.platform:junit-platform-suite-api": {
"shasums": {
"jar": "29375380c304d96c93466dd2d21e7a0692381689a0a2205e3c0d1961638beaf3",
"sources": "0da2dad4f5d546410cd9e0d88a1c556ccb4c1fbfe6812fa7c0423e881f014e3c"
},
"version": "1.10.0"
},
"org.junit.platform:junit-platform-suite-commons": {
"shasums": {
"jar": "01eb735855dc0d9d24d7219c84c4d4bf8751a126101e56948f792b27289f676b",
"sources": "66418b3c6f94701ad4c09472b3b31de2eb2a0e3bf9e987dd657c5d7f3c07fd30"
},
"version": "1.10.0"
},
"org.junit.platform:junit-platform-suite-engine": {
"shasums": {
"jar": "a70e59f996a222ca36c04989e766266cc2b446a63ce379bf02bac241fcebd7f3",
"sources": "da79df61d98bb1f8345eccb9f1b4cc37a189a3988625552f3e97e673e17107f5"
},
"version": "1.10.0"
},
"org.mockito:mockito-core": {
"shasums": {
"jar": "4b909690cab288c761eb94c0bf0e814496cf3921d8affac84cd87774530351e5",
Expand Down Expand Up @@ -1486,22 +1465,6 @@
"org.apiguardian:apiguardian-api",
"org.junit.platform:junit-platform-launcher"
],
"org.junit.platform:junit-platform-suite-api": [
"org.apiguardian:apiguardian-api",
"org.junit.platform:junit-platform-commons"
],
"org.junit.platform:junit-platform-suite-commons": [
"org.apiguardian:apiguardian-api",
"org.junit.platform:junit-platform-engine",
"org.junit.platform:junit-platform-launcher",
"org.junit.platform:junit-platform-suite-api"
],
"org.junit.platform:junit-platform-suite-engine": [
"org.apiguardian:apiguardian-api",
"org.junit.platform:junit-platform-engine",
"org.junit.platform:junit-platform-suite-api",
"org.junit.platform:junit-platform-suite-commons"
],
"org.mockito:mockito-core": [
"net.bytebuddy:byte-buddy",
"net.bytebuddy:byte-buddy-agent",
Expand Down Expand Up @@ -3402,15 +3365,6 @@
"org.junit.platform.reporting.shadow.org.opentest4j.reporting.events.root",
"org.junit.platform.reporting.shadow.org.opentest4j.reporting.schema"
],
"org.junit.platform:junit-platform-suite-api": [
"org.junit.platform.suite.api"
],
"org.junit.platform:junit-platform-suite-commons": [
"org.junit.platform.suite.commons"
],
"org.junit.platform:junit-platform-suite-engine": [
"org.junit.platform.suite.engine"
],
"org.mockito:mockito-core": [
"org.mockito",
"org.mockito.codegen",
Expand Down Expand Up @@ -4015,12 +3969,6 @@
"org.junit.platform:junit-platform-launcher:jar:sources",
"org.junit.platform:junit-platform-reporting",
"org.junit.platform:junit-platform-reporting:jar:sources",
"org.junit.platform:junit-platform-suite-api",
"org.junit.platform:junit-platform-suite-api:jar:sources",
"org.junit.platform:junit-platform-suite-commons",
"org.junit.platform:junit-platform-suite-commons:jar:sources",
"org.junit.platform:junit-platform-suite-engine",
"org.junit.platform:junit-platform-suite-engine:jar:sources",
"org.mockito:mockito-core",
"org.mockito:mockito-core:jar:sources",
"org.mockito:mockito-inline",
Expand Down Expand Up @@ -4330,12 +4278,6 @@
"org.junit.platform:junit-platform-launcher:jar:sources",
"org.junit.platform:junit-platform-reporting",
"org.junit.platform:junit-platform-reporting:jar:sources",
"org.junit.platform:junit-platform-suite-api",
"org.junit.platform:junit-platform-suite-api:jar:sources",
"org.junit.platform:junit-platform-suite-commons",
"org.junit.platform:junit-platform-suite-commons:jar:sources",
"org.junit.platform:junit-platform-suite-engine",
"org.junit.platform:junit-platform-suite-engine:jar:sources",
"org.mockito:mockito-core",
"org.mockito:mockito-core:jar:sources",
"org.mockito:mockito-inline",
Expand Down
25 changes: 0 additions & 25 deletions java/test/org/openqa/selenium/LargeTests.java

This file was deleted.

2 changes: 0 additions & 2 deletions java/test/org/openqa/selenium/interactions/BUILD.bazel
Expand Up @@ -30,8 +30,6 @@ java_selenium_test_suite(
"//java/test/org/openqa/selenium/testing:test-base",
"//java/test/org/openqa/selenium/testing/drivers",
artifact("org.junit.jupiter:junit-jupiter-api"),
artifact("org.junit.platform:junit-platform-suite-api"),
artifact("org.junit.platform:junit-platform-suite-engine"),
artifact("org.assertj:assertj-core"),
artifact("org.mockito:mockito-core"),
] + JUNIT5_DEPS,
Expand Down
30 changes: 0 additions & 30 deletions java/test/org/openqa/selenium/interactions/InteractionTests.java

This file was deleted.

0 comments on commit 174b880

Please sign in to comment.