[
https://issues.apache.org/jira/browse/AMQ-7151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16770041#comment-16770041
]
Filip Hrisafov commented on AMQ-7151:
-------------------------------------
You are right, sorry that I missed that usage.
I see that ActiveMQ uses minimum Java 8 version. Will you be interested in a PR
that would remove the Guava usage from non test code?
> 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)