Pratibha,
If you are using Maven to build your Camel SU, you have a pom.xml file,
right?
In that file, you can add a <dependency/> which specifies the groupId,
artifactId and version of the JAR you want to use. Just copy the
section for the servicemix-camel component and modify that one. You
will have to build your JAR with Maven too or add it to the local
repository (using the mvn install:install-file command).
Regards,
Gert
pratibhaG wrote:
I have removed the classpath entry.
This may be a dumb question but I did not understand this "add a plain
<dependency/> to your pom.xml, referring to the correct jar file"
Pratibha