You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by william1104 <wi...@gmail.com> on 2008/05/07 04:41:28 UTC

Re: ActiveMQ - Maven - ActiveIO

Could we workaround the problem by switching the dependency from
activeio-3.1-snapshot to activeio-3.1.0 with following settings? 

....
    <dependency>
      <groupId>org.apache.activemq</groupId>
      <artifactId>activeio-core</artifactId>
      <version>3.1.0</version>
    </dependency>
    <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>
.....

Appreciate to anyone can help. 
-- 
View this message in context: http://www.nabble.com/ActiveMQ---Maven---ActiveIO-tp14422739s2354p17093826.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.