A
A
arsen_gl2014-11-28 09:56:54
Maven
arsen_gl, 2014-11-28 09:56:54

Why are Maven dependencies not being pulled?

I'm trying to connect SocialSpringFacebook.

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

when I build the project the answer is:
[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

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
arsen_gl, 2014-11-28
@arsen_gl

I solved the problem by replacing the library version with 1.1.0.RELEAS

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question