mattrpav commented on PR #968:
URL: https://github.com/apache/activemq/pull/968#issuecomment-1462162668

   Cleaned up the dependency:tree for application users to have a cleaner 
transitive dependency tree.
   
    - [x] Set activemq-client as 'provided' 
    - [x] Directly depend on slf4j
    - [x] Directly depend on hawtbuf
   
   ```
   [INFO] org.apache.activemq:activemq-client-jakarta:bundle:5.18.0-SNAPSHOT
   [INFO] +- org.apache.activemq:activemq-client:jar:5.18.0-SNAPSHOT:provided
   [INFO] +- jakarta.jms:jakarta.jms-api:jar:3.1.0:compile
   [INFO] +- org.fusesource.hawtbuf:hawtbuf:jar:1.11:compile
   [INFO] +- org.slf4j:slf4j-api:jar:1.7.36:compile
   [INFO] +- com.thoughtworks.xstream:xstream:jar:1.4.20:provided
   [INFO] |  \- io.github.x-stream:mxparser:jar:1.2.2:provided
   [INFO] |     \- xmlpull:xmlpull:jar:1.1.3.1:provided
   [INFO] \- junit:junit:jar:4.13.2:test
   [INFO]    \- org.hamcrest:hamcrest-core:jar:1.3:test
   ```


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