lhotari commented on code in PR #22607:
URL: https://github.com/apache/pulsar/pull/22607#discussion_r1582686634


##########
pom.xml:
##########
@@ -765,18 +765,21 @@ flexible messaging model and an intuitive client 
API.</description>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-api</artifactId>
         <version>${slf4j.version}</version>
+        <scope>provided</scope>

Review Comment:
   > The default `compile` scope breaks many downstream applications, as I've 
said in https://lists.apache.org/thread/4omvl62k4jhntj3rsywp14zzgh1l3l9q
   
   I agree that it's fine for all other dependencies, but not for `slf4j-api`. 
please check the reasoning in 
https://github.com/apache/pulsar/pull/22607#discussion_r1582555578
   



-- 
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]

Reply via email to