soarez commented on code in PR #22243:
URL: https://github.com/apache/kafka/pull/22243#discussion_r3212993868
##########
build.gradle:
##########
@@ -1947,12 +1946,13 @@ project(':clients') {
compileOnly libs.jacksonJDK8Datatypes
compileOnly libs.jose4j // for SASL/OAUTHBEARER JWT validation;
only used by broker
- testFixturesApi project(':test-common:test-common-util')
+ testFixturesImplementation project(':test-common:test-common-util')
testFixturesApi libs.bcpkix
Review Comment:
I can see logic behind carrying the dependencies forward if we know they’ll
always be necessary in the dependent modules. But if we don’t want to do this
the downside seems low, dependent modules will have to directly specify these.
There’s advantages in being more explicit too.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]