This may be an intermittent problem with the dependency mirrors, it happens from time to time.
You can grab the restlet deps here http://maven.restlet.org/org/restlet/jse/ and the my-sql-connector one here http://search.maven.org/#search|gav|1|g%3A%22mysql%22%20AND%20a%3A%22mysql-connector-java%22 then just fire them into the relevant ~/.ivy2 cache and you should be good to go. Ivy scans the local cache before attempting to fetch dependencies externally. hth Lewis On Mon, Jan 14, 2013 at 6:14 PM, <[email protected]> wrote: > when I use the mysql version 5.5.28 in my ubuntu system ,I want to deploy > the nutch2.1 by http://nlp.solutions.asia/?p=180 > now wether can I write > <!– Uncomment this to use MySQL as database with SQL as Gora store. –> > <dependency org=”mysql” name=”mysql-connector-java” rev=”5.5.28″ > conf=”*->default”/> > > ? > accroding to the step by step when I type the ant runtime in nutch folder, > it give the > > [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: > [ivy:resolve] :: UNRESOLVED DEPENDENCIES :: > [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: > [ivy:resolve] :: org.restlet.jse#org.restlet;2.0.5: not found > [ivy:resolve] :: org.restlet.jse#org.restlet.ext.jackson;2.0.5: not found > [ivy:resolve] :: mysql#mysql-connector-java;5.5.28: not found > [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: > [ivy:resolve] > [ivy:resolve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS > > BUILD FAILED > /usr/nutch2.1/apache-nutch-2.1/build.xml:440: impossible to resolve > dependencies: > resolve failed - see output for details > > hao can I do ? > -- *Lewis*

