Apache ActiveMQ ™ -- Maven SNAPSHOT Repository in your POM
Developers > Developer Guide > Maven SNAPSHOT Repository in your POM
ActiveMQ
In your pom.xml file you can add the Maven 2 snapshot repository if you want to try out the SNAPSHOT versions:
Then you can use the SNAPSHOT version of ActiveMQ in your pom.xml
:
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>
<version>5.14.0-SNAPSHOT</version>
</dependency>
Apache ActiveMQ SNAPSHOTS
https://repository.apache.org/content/repositories/snapshots/