I have now come to a stage where I need to connect my route to a 3rd party transport library. This library consists of 70+ jar files. Soem of them are propietary, some are just standard stuff such as xalan.jar etc. The jar files reference each other and even worse, they use config files, XML files, signatures that should be relative to the jar file.
I have managed to create a nice little component for the transport with a producer. But now I struggle with all the dependencies. I have started creating poms for some of the jars, but this is not coming to an end. But the most critical question is, how do I get all the extra files into the dependency tree at the right place? Did I choose the right path here? Do I really need to mavenize the entire 3rd party transport library file by file? many thanks for any advice. -- View this message in context: http://camel.465427.n5.nabble.com/Integrating-3rd-party-transport-library-tp5723832.html Sent from the Camel - Users mailing list archive at Nabble.com.