You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by E White <ew...@synapticfire.net> on 2008/02/14 17:36:52 UTC

Re: ActiveMQ 5.0.0 depends on SNAPSHOT?

Perhaps the maven 2 section of the  
http://http://activemq.apache.org/activemq-500-release.html 5.0.0 home page 
should be changed to reflect this:

{code:xml}
    <dependency>
      <groupId>org.apache.activemq</groupId>
      <artifactId>activemq-core</artifactId>
      <version>5.0.0</version>
      <exclusions>
        <exclusion>
          <groupId>org.apache.activemq</groupId>
          <artifactId>activeio-core</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
{code}

-- 
View this message in context: http://www.nabble.com/ActiveMQ-5.0.0-depends-on-SNAPSHOT--tp14986087s2354p15481269.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.