Github user gtully commented on the pull request: https://github.com/apache/activemq-artemis/pull/8#issuecomment-109288077 @gaohoward - this may be naive, but what happens if your pom dependency for 5.x is just: ``` <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-unit-tests</artifactId> <version>...</version> <type>test-jar</type> <scope>test</scope> <exclusions> <!-- 5.x transative dependencies we implement to get the tests to run over artemis --> <exclusion> <groupId>org.apache.activemq</groupId> <artifactId>activemq-broker</artifactId> </exclusion> <exclusions> </dependency> ```
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---