I also faced this issue, have marked CXF dependency as excluded in my pom to resolve the build issue.
On Wed, Jul 1, 2015 at 12:49 PM Markus Jelsma <[email protected]> wrote: > Hi - i can't seem to find the issue either. Anyone has trouble or success > linking to 1.10 from Maven? Ideas? > > > > -----Original message----- > > From:Mattmann, Chris A (3980) <[email protected]> > > Sent: Tuesday 23rd June 2015 16:25 > > To: [email protected] > > Subject: RE: CXF dependency on 1.10 > > > > Hey Markus, > > > > I wonder if the Nutch pom.xml was updated on release? > > Looks like it was b/c it refs CXF: > > > > http://repo1.maven.org/maven2/org/apache/nutch/nutch/1.10/nutch-1.10.pom > > > > Also 3.0.4 for CXF is available in Central: > > > > http://repo1.maven.org/maven2/org/apache/cxf/cxf/3.0.4/ > > > > Not sure why it's giving you an error... > > > > Cheers, > > Chris > > > > ________________________________________ > > From: Markus Jelsma [[email protected]] > > Sent: Tuesday, June 23, 2015 7:12 AM > > To: [email protected] > > Subject: CXF dependency on 1.10 > > > > Hi - one of our Maven projects won't build with Nutch 1.10 as > dependency. For some reason it does actually dowload the CXF dependencies, > which are then correctly stored in my local repo, but then complains about > not finding them. > > > > [ERROR] Failed to execute goal on project openindex-nutch: Could not > resolve dependencies for project > io.openindex:openindex-nutch:jar:1.10-0.0.1-SNAPSHOT: Failure to find > org.apache.cxf:cxf:jar:3.0.4 in http://repo.maven.apache.org/maven2 was > cached in the local repository, resolution will not be reattempted until > the update interval of central has elapsed or updates are forced -> [Help 1] > > > > Can anyone here shed some light on the matter? > > > > Many thanks, > > Markus >

