This is an automated email from the ASF dual-hosted git repository.
ijuma pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new 2c0cab39aed MINOR: Remove unnecessary easymock/powermock dependencies
(#15460)
2c0cab39aed is described below
commit 2c0cab39aedab3a8635510acfac2551aaeb62ffb
Author: Ismael Juma <[email protected]>
AuthorDate: Sun Mar 3 23:31:57 2024 -0800
MINOR: Remove unnecessary easymock/powermock dependencies (#15460)
These projects don't actually use easymock/powermock.
Reviewers: Chia-Ping Tsai <[email protected]>
---
build.gradle | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/build.gradle b/build.gradle
index b362c2f673a..f2ba22e86b3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -2183,8 +2183,6 @@ project(':streams') {
testImplementation libs.junitJupiter
testImplementation libs.junitVintageEngine
testImplementation libs.easymock
- testImplementation libs.powermockJunit4
- testImplementation libs.powermockEasymock
testImplementation libs.bcpkix
testImplementation libs.hamcrest
testImplementation libs.mockitoCore
@@ -2332,7 +2330,6 @@ project(':streams:streams-scala') {
testImplementation project(':streams:test-utils')
testImplementation libs.junitJupiter
- testImplementation libs.easymock
testImplementation libs.mockitoCore
testImplementation libs.mockitoJunitJupiter // supports MockitoExtension
testImplementation libs.hamcrest
@@ -2869,7 +2866,6 @@ project(':connect:transforms') {
implementation libs.slf4jApi
- testImplementation libs.easymock
testImplementation libs.junitJupiter
testRuntimeOnly libs.slf4jlog4j
@@ -2909,8 +2905,7 @@ project(':connect:json') {
api libs.jacksonAfterburner
implementation libs.slf4jApi
-
- testImplementation libs.easymock
+
testImplementation libs.junitJupiter
testRuntimeOnly libs.slf4jlog4j