Hello,
I’m trying to build the Demos modules (Dropwizard and Spring) but I have an error:
E:\Tools\GroupBox\GroupDocs.Viewer-for-Java-master\Demos\Dropwizard>mvn clean compile exec:java
[INFO] Scanning for projects…
[INFO]
[INFO] ----------------------< com.groupdocs.ui:viewer >-----------------------
[INFO] Building GroupDocs.Viewer Dropwizard 1.14.42
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.199 s
[INFO] Finished at: 2021-10-19T12:19:49+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project viewer: Could not resolve dependencies for project com.groupdocs.ui:viewer:jar:1.14.42: Failed to collect dependencies at com.groupdocs:groupdocs-viewer:jar:20.7: Failed to read artifact descriptor for com.groupdocs:groupdocs-viewer:jar:20.7: Could not transfer artifact com.groupdocs:groupdocs-viewer:pom:20.7 from/to maven-default-http-blocker http://0.0.0.0/
: Blocked mirror for repositories: [com.springsource.repository.bundles.external http://repository.springsource.com/maven/bundles/external
, default, releases+snapshots, GroupDocsJavaAPI (http://artifact.groupdocs.com/repo/, default, releases+snapshots)] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
Do you know what is incorrect?
thanks in advance