I think that is the issue. JIBX 1.2.3 does not define additional repos and the required dependencies are not available on central.
I took a look at 1.2.4.5, and there are no repos defined there either, but all dependencies appear to be available on central. -Tony [email protected] wrote > > The jibx pom's from central should have the right repo defined in it. > > > That said, we should update to JIBX 1.2.4.5 as they made sure all the deps > that they needed are available in central which GREATLY simplifies things. > I updated CXF a while ago, just didn't get a chance to look at Camel. > > Dan > > > On Friday, June 22, 2012 10:47:00 AM Tony Su wrote: >> Using the 2.10.0 source at >> https://repository.apache.org/content/repositories/orgapachecamel-251/ >> >> I'm unable to build components/camel-jibx. The issue is a number of >> dependencies on eclipse jars: >> >> org.eclipse.core:expressions:jar:3.4.0-depot >> org.eclipse.core:runtime:jar:3.4.0-depot >> org.eclipse.equinox:registry:jar:3.4.0-depot >> >> by maven-jibx-plugin. >> >> I'm able to resolve all except the >> org.eclipse.core:expressions:jar:3.4.0-depot artifact by adding the repo >> at http://version.kentop.net:8032/archiva/repository/internal. >> Unfortunately, this repo only has the pom for expressions, and I'm unable >> to locate the jar anywhere. >> >> Does anyone know where this jar can be found and whether there is a >> better >> repo to use for the eclipse artifacts? >> >> >> >> >> Related to this, camel-gae also has unresolved dependencies >> >> com.google.gdata:gdata-contacts-3.0:jar:1.41.5 >> com.google.gdata:gdata-calendar-2.0:jar:1.41.5 >> com.google.gdata:gdata-client-1.0:jar:1.41.5 >> com.google.gdata:gdata-core-1.0:jar:1.41.5 >> >> that required me to use repo at >> http://code.google.com/p/mandubian-mvn/source/browse/trunk/mandubian-mvn/r >> epository/ >> >> >> -Tony >> >> -- >> View this message in context: >> http://camel.465427.n5.nabble.com/Unable-to-build-2-10-0-orgapachecamel-2 >> 51-camel-jibx-tp5714935.html Sent from the Camel Development mailing list >> archive at Nabble.com. > -- > Daniel Kulp > dkulp@ - http://dankulp.com/blog > Talend Community Coder - http://coders.talend.com > -- View this message in context: http://camel.465427.n5.nabble.com/Unable-to-build-2-10-0-orgapachecamel-251-camel-jibx-tp5714935p5715073.html Sent from the Camel Development mailing list archive at Nabble.com.
