[
https://issues.apache.org/jira/browse/AMQ-7151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christopher L. Shannon closed AMQ-7151.
---------------------------------------
Resolution: Invalid
Guava is used outside of testing. See:
https://github.com/apache/activemq/blob/master/activemq-broker/src/main/java/org/apache/activemq/broker/jmx/DestinationsViewFilter.java#L20
> activemq-guava should not have a compile time dependency on guava
> -----------------------------------------------------------------
>
> Key: AMQ-7151
> URL: https://issues.apache.org/jira/browse/AMQ-7151
> Project: ActiveMQ
> Issue Type: Wish
> Affects Versions: 5.15.8
> Reporter: Filip Hrisafov
> Priority: Minor
>
> Looking at
> [https://mvnrepository.com/artifact/org.apache.activemq/activemq-broker/5.15.8]
> you can see that guava is a compile time dependency for activemq-broker.
> Looking at the
> [pom.xml|https://github.com/apache/activemq/blob/9abe2c6f97c92fc99c5a2ef02846f62002a671cf/activemq-broker/pom.xml#L86-L90]
> of the activemq-broker the guava dependency is under the section "Testing
> Dependencies".
> I did a search for guava within the ActiveMQ code base and couldn't find
> usage of Guava. What is the reason for the Guava dependency within ActiveMQ.
> I was not sure what type the issue should be so I used "Wish".
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)