ijuma commented on a change in pull request #10131: URL: https://github.com/apache/kafka/pull/10131#discussion_r586670861
########## File path: build.gradle ########## @@ -1403,12 +1403,7 @@ project(':streams') { dependencies { compile project(':clients') - // this dependency should be removed after we unify data API - compile(project(':connect:json')) { - // this transitive dependency is not used in Streams, and it breaks SBT builds - exclude module: 'javax.ws.rs-api' - } Review comment: This will break users who were relying on the transitive dependency. We may want to add a note to the release notes. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org