-
Bug
-
Resolution: Done
-
Major
-
7.3.1
-
- create a Fuse project
- open a Camel Context file
- add ActiveMQ component
ActiveMQ adds the following dependency into pom.xml, which cause Missing artifact org.apache.activemq:activemq-camel:jar:5.11.0.redhat-620114 error.
<dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-camel</artifactId> <version>5.11.0.redhat-620114</version> </dependency>