On 06.12.2013, at 18:01, "Masanz, James J." <[email protected]> wrote:
> I have not solved my issues on my ubuntu server yet where
> "Error grabbing Grapes -- [unresolved dependency: jwnl#jwnl;1.3.3: not found]"
This has also already been fixed in OpenNLP 1.5.3, so there must be some
dependency on OpenNLP 1.5.(1|2)-incubating.
Anyway, you should be able to fix it by adding this to the beginning of your
Groovy script, in front of the Grapes:
@GrabResolver(name='opennlp.sf.net',
root='http://opennlp.sourceforge.net/maven2')
-- Richard