You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Dejan Bosanac (JIRA)" <ji...@apache.org> on 2010/12/02 14:11:39 UTC

[jira] Updated: (AMQ-2211) activemq-core activeio-core test-jar

     [ https://issues.apache.org/jira/browse/AMQ-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dejan Bosanac updated AMQ-2211:
-------------------------------

    Fix Version/s:     (was: 5.4.2)
                   5.5.0

> activemq-core activeio-core test-jar
> ------------------------------------
>
>                 Key: AMQ-2211
>                 URL: https://issues.apache.org/jira/browse/AMQ-2211
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.1.0
>            Reporter: Finn J Johnsen
>             Fix For: 5.5.0
>
>
> activemq-core has the following 2 dependecies to activeio-core:
>     <dependency>
>       <groupId>${pom.groupId}</groupId>
>       <artifactId>activeio-core</artifactId>
>       <optional>false</optional>
>     </dependency>
> ...
>     <dependency>
>       <groupId>${pom.groupId}</groupId>
>       <artifactId>activeio-core</artifactId>
>       <optional>false</optional>
>       <type>test-jar</type>
>     </dependency>
> The <type>test-jar</type>dependency should also be <scope>test</test>. With the current setting, you get the test-jar bundled (transitively) when including activemq-core. 
> Correct me if i'm wrong...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.