On Sat, Sep 18, 2010 at 5:02 AM, Donald Whytock <dwhyt...@gmail.com> wrote: > Hi all... > > Trying to work with the XMPP component, I find I needed the following .jars: > > smack-3.0.4.jar > smackx-3.0.4.jar > > Are these the correct versions to use with Camel 2.4.0? Will these
Use maven and it will download all the needed files for you. If not you can check the parent/pom.xml file in Camel source which lists the versions used at that release time https://svn.apache.org/repos/asf/camel/tags/camel-2.4.0/parent/pom.xml But you can use any compliant jar file as long as it doesn't break :) So if there is a 3.0.5 jar that works as well then you can use that. Looks like 2.4.0 uses <smack-version>3.1.0</smack-version> > eventually be included with the Camel download? > No, the download will get too big if Camel included all the .jars for all the components. If you use maven or osgi then they can automatic download the jars for you. > Don > -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus