Skip to content

Commit

Permalink
CAMEL-13149: camel-jms should not use activemq-camel during testing b…
Browse files Browse the repository at this point in the history
…ut use plain jms and jms client apis. Work in progress. (#2744)
  • Loading branch information
davsclaus authored and oscerd committed Feb 4, 2019
1 parent 0759e2f commit 4e8379a
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 478 deletions.
12 changes: 0 additions & 12 deletions components/camel-jms/pom.xml
Expand Up @@ -113,18 +113,6 @@
</exclusions> </exclusions>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-camel</artifactId>
<scope>test</scope>
<!-- break the cyclic dependency to camel-jms which otherwise would baffle the maven eclipse plugin -->
<exclusions>
<exclusion>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jms</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency> <dependency>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-pool</artifactId> <artifactId>activemq-pool</artifactId>
Expand Down

This file was deleted.

0 comments on commit 4e8379a

Please sign in to comment.