Skip to content

Commit 17ba2aa

Browse files
committed
[java] removed an unused testing dependency
1 parent 94f7247 commit 17ba2aa

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed

MODULE.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ maven.install(
204204
"org.junit.platform:junit-platform-commons:1.10.2",
205205
"org.junit.platform:junit-platform-engine:1.10.2",
206206
"org.mockito:mockito-core:5.11.0",
207-
"org.mockito:mockito-inline:5.2.0",
208207
"org.redisson:redisson:3.29.0",
209208
"org.slf4j:slf4j-api:2.0.13",
210209
"org.slf4j:slf4j-jdk14:2.0.13",

java/maven_install.json

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
3-
"__INPUT_ARTIFACTS_HASH": 1731569326,
4-
"__RESOLVED_ARTIFACTS_HASH": -177292306,
3+
"__INPUT_ARTIFACTS_HASH": 804245233,
4+
"__RESOLVED_ARTIFACTS_HASH": 375527245,
55
"conflict_resolution": {
66
"com.google.code.gson:gson:2.8.9": "com.google.code.gson:gson:2.10.1",
77
"com.google.errorprone:error_prone_annotations:2.3.2": "com.google.errorprone:error_prone_annotations:2.26.1",
@@ -710,13 +710,6 @@
710710
},
711711
"version": "5.11.0"
712712
},
713-
"org.mockito:mockito-inline": {
714-
"shasums": {
715-
"jar": "ee52e1c299a632184fba274a9370993e09140429f5e516e6c5570fd6574b297f",
716-
"sources": "ee52e1c299a632184fba274a9370993e09140429f5e516e6c5570fd6574b297f"
717-
},
718-
"version": "5.2.0"
719-
},
720713
"org.objenesis:objenesis": {
721714
"shasums": {
722715
"jar": "02dfd0b0439a5591e35b708ed2f5474eb0948f53abf74637e959b8e4ef69bfeb",
@@ -1114,9 +1107,6 @@
11141107
"net.bytebuddy:byte-buddy-agent",
11151108
"org.objenesis:objenesis"
11161109
],
1117-
"org.mockito:mockito-inline": [
1118-
"org.mockito:mockito-core"
1119-
],
11201110
"org.ow2.asm:asm-analysis": [
11211111
"org.ow2.asm:asm-tree"
11221112
],
@@ -3153,8 +3143,6 @@
31533143
"org.junit.platform:junit-platform-reporting:jar:sources",
31543144
"org.mockito:mockito-core",
31553145
"org.mockito:mockito-core:jar:sources",
3156-
"org.mockito:mockito-inline",
3157-
"org.mockito:mockito-inline:jar:sources",
31583146
"org.objenesis:objenesis",
31593147
"org.objenesis:objenesis:jar:sources",
31603148
"org.opentest4j:opentest4j",

java/test/org/openqa/selenium/remote/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ java_test_suite(
3535
artifact("com.google.guava:guava"),
3636
artifact("org.junit.jupiter:junit-jupiter-api"),
3737
artifact("org.mockito:mockito-core"),
38-
artifact("org.mockito:mockito-inline"),
3938
] + JUNIT5_DEPS,
4039
)
4140

0 commit comments

Comments
 (0)