Hi~

I try to use 
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-core</artifactId>
<version>5.8.0</version>
</dependency>
Download activemq-core 5.8.0

However,the information I got is:
Missing artifact org.apache.activemq:activemq-core:jar:5.8.0

Download 
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-all</artifactId>
<version>5.8.0</version>
</dependency>
Is the same!

What is the reason?

Thank!

Reply via email to