@arsen_gl

Почему не подтягиваются зависимости Maven?

Пытаюсь подключить SocialSpringFacebook.

<dependency>
            <groupId>org.springframework.social</groupId>
            <artifactId>spring-social-facebook</artifactId>
            <version>1.1.0.RELEASE</version>
        </dependency>


когда собираю проект ответ такой:

[ERROR] Failed to execute goal on project mmvvt-gui: Could not resolve dependencies for project ru.kacit.mmvvt:mmvvt-gui:war:0.21.0-SNAPSHOT: Failure to find org.springframework.social:spring-social-config:jar:1.1.0.BUILD-SNAPSHOT in https://192.168.10.12/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced -> [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] cwiki.apache.org/confluence/display/MAVEN/Dependen...
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :mmvvt-gui
  • Вопрос задан
  • 10899 просмотров
Решения вопроса 1
@arsen_gl Автор вопроса
Проблему решил тем что заменил версию библиотеки на 1.1.0.RELEAS
Ответ написан
Комментировать
Пригласить эксперта
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы