jeudi 16 avril 2015

Non-resolvable import POM: Failure to find org.springframework.integration:spring-integration-bom:pom:2.1.3.RELEASE in

I am trying to follow Spring Boot tutorial to create my first Spring boot application. However, as usual something goes wrong. When I follow the instruction to create a new pom for spring boot project I get the following error.



$ mvn dependency:tree
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project com.XXXX:rabbitmq-poc:1.0-SNAPSHOT (/home/adelin/workspace/rabbitmq-poc/pom.xml) has 1 error
[ERROR] Non-resolvable import POM: Failure to find org.springframework.integration:spring-integration-bom:pom:2.1.3.RELEASE in http://ift.tt/1eAGeW3 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced @ org.springframework.boot:spring-boot-dependencies:1.3.0.BUILD-SNAPSHOT, /home/adelin/.m2/repository/org/springframework/boot/spring-boot-dependencies/1.3.0.BUILD-SNAPSHOT/spring-boot-dependencies-1.3.0.BUILD-SNAPSHOT.pom, line 1426, column 16 -> [Help 2]
[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://ift.tt/1ijfYv6
[ERROR] [Help 2] http://ift.tt/1hky8S0


I've tried to force update my local repo with mvn clean install -U but with no success.


Any ideas ?


Aucun commentaire:

Enregistrer un commentaire