Annotate documents in Java on OSX

Hi. Trying to use GroupDocs, getting the basic examples to run. I'm on OSX, but the maven setups all fail with the same problem:

[ERROR] Failed to execute goal on project groupdocs-annotation-dropwizard: Could not resolve dependencies for project com.groupdocs.samples:groupdocs-annotation-dropwizard:jar:1.8.0: The following artifacts could not be resolved: com.aspose:aspose-cells:jar:8.3.0, com.aspose:aspose-diagram:jar:3.0.0, com.aspose:aspose-email:jar:4.7.0.0, com.aspose:aspose-imaging:jar:2.4.0, com.aspose:aspose-pdf:jar:9.7.0, com.aspose:aspose-slides:jar:14.8.0, com.aspose:aspose-tasks:jar:7.3.0, com.aspose:aspose-words:jar:14.10.0, com.microsoft.sqlserver:sqljdbc4:jar:4.0: Failure to find com.aspose:aspose-cells:jar:8.3.0 in http://repository.springsource.com/maven/bundles/external was cached in the local repository, resolution will not be reattempted until the update interval of com.springsource.repository.bundles.external has elapsed or updates are forced

Do you think you guys will be able to help me?

This message was posted using Email2Forum by adam.skelton.
Hello Florian,

Thank you for interest in GroupDocs. We are sorry to see you are facing this problem. Yes we can help you here.
First, go to your maven local repository (.m2) and remove com/groupdocs folder from there.
Next, download the library from our archive and use this guide to install it:
http://groupdocs.com/docs/display/annotationjava/GroupDocs.Annotation+for+Java+-+Installation
Then you should run the Dropwizard sample without problems, only be sure to correctly configure settings (URL, path, etc.).