activemq-core activeio-core test-jar
------------------------------------
Key: AMQ-2211
URL: https://issues.apache.org/activemq/browse/AMQ-2211
Project: ActiveMQ
Issue Type: Bug
Affects Versions: 5.1.0
Reporter: Finn J Johnsen
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.