adding a dependency to opennlp-tools gives me error about a missing dependency for jwnl 1.3.3 , its not on repo1.maven.org. Two questions,
I've googled around and found a jwnl-1.3.3 jar, and I could install this into my local maven repo manually. But it made me wonder if there might be other dependencies that I would be lacking further down the road, and the whole reason I use maven is so that I don't need to worry about these things really :P So my question is, does some opennlp specific maven repo exist which I should add? (and if so, shouldn't this be put on the opennlp page? instead of underlining that everything is on repo1.maven.org? ;P )
