Skip to content

Commit

Permalink
[java] removed an unused testing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
joerg1985 committed May 10, 2024
1 parent 94f7247 commit 17ba2aa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
1 change: 0 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ maven.install(
"org.junit.platform:junit-platform-commons:1.10.2",
"org.junit.platform:junit-platform-engine:1.10.2",
"org.mockito:mockito-core:5.11.0",
"org.mockito:mockito-inline:5.2.0",
"org.redisson:redisson:3.29.0",
"org.slf4j:slf4j-api:2.0.13",
"org.slf4j:slf4j-jdk14:2.0.13",
Expand Down
16 changes: 2 additions & 14 deletions java/maven_install.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
"__INPUT_ARTIFACTS_HASH": 1731569326,
"__RESOLVED_ARTIFACTS_HASH": -177292306,
"__INPUT_ARTIFACTS_HASH": 804245233,
"__RESOLVED_ARTIFACTS_HASH": 375527245,
"conflict_resolution": {
"com.google.code.gson:gson:2.8.9": "com.google.code.gson:gson:2.10.1",
"com.google.errorprone:error_prone_annotations:2.3.2": "com.google.errorprone:error_prone_annotations:2.26.1",
Expand Down Expand Up @@ -710,13 +710,6 @@
},
"version": "5.11.0"
},
"org.mockito:mockito-inline": {
"shasums": {
"jar": "ee52e1c299a632184fba274a9370993e09140429f5e516e6c5570fd6574b297f",
"sources": "ee52e1c299a632184fba274a9370993e09140429f5e516e6c5570fd6574b297f"
},
"version": "5.2.0"
},
"org.objenesis:objenesis": {
"shasums": {
"jar": "02dfd0b0439a5591e35b708ed2f5474eb0948f53abf74637e959b8e4ef69bfeb",
Expand Down Expand Up @@ -1114,9 +1107,6 @@
"net.bytebuddy:byte-buddy-agent",
"org.objenesis:objenesis"
],
"org.mockito:mockito-inline": [
"org.mockito:mockito-core"
],
"org.ow2.asm:asm-analysis": [
"org.ow2.asm:asm-tree"
],
Expand Down Expand Up @@ -3153,8 +3143,6 @@
"org.junit.platform:junit-platform-reporting:jar:sources",
"org.mockito:mockito-core",
"org.mockito:mockito-core:jar:sources",
"org.mockito:mockito-inline",
"org.mockito:mockito-inline:jar:sources",
"org.objenesis:objenesis",
"org.objenesis:objenesis:jar:sources",
"org.opentest4j:opentest4j",
Expand Down
1 change: 0 additions & 1 deletion java/test/org/openqa/selenium/remote/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ java_test_suite(
artifact("com.google.guava:guava"),
artifact("org.junit.jupiter:junit-jupiter-api"),
artifact("org.mockito:mockito-core"),
artifact("org.mockito:mockito-inline"),
] + JUNIT5_DEPS,
)

Expand Down

1 comment on commit 17ba2aa

@joerg1985
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This dependency is part of the core since some releases.

Please # to comment.