maven引入ActiveMQ和slf4j的jar包冲突

千万不要这样引入!!!!


    org.apache.activemq
    activemq-all
    5.15.8

请这样引入ActiveMQ的依赖:


  org.apache.activemq
  activemq-broker
  5.14.5


  org.apache.activemq
  activemq-pool
  5.14.5


  org.apache.activemq
  activemq-spring
  5.14.5


  org.apache.activemq
  artemis-jms-client
  2.3.0

你可能感兴趣的:(注意点)