-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 7.3.2, 8.0.0
-
Fix Version/s: 8.0.0
-
Component/s: Camel Editor, Fuse Projects
-
Labels:
Creating a Test case for a blueprint camel context does not automatically add the needed dependency to the pom.xml:
<dependency>
|
<groupId>org.apache.camel</groupId>
|
<artifactId>camel-test-blueprint</artifactId>
|
<version>...some camel version...</version>
|
<scope>test</scope>
|
</dependency>
|