Advertisement
rohankanojia

Untitled

Aug 4th, 2020
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. ~/work/repos/spring-boot-camel : $ git status
  2. HEAD detached at spring-boot-camel-7.8.0.fuse-sb2-780004
  3. nothing to commit, working tree clean
  4. ~/work/repos/spring-boot-camel : $ mvn package
  5. [INFO] Scanning for projects...
  6. [ERROR] [ERROR] Some problems were encountered while processing the POMs:
  7. [ERROR] Non-resolvable import POM: Failure to find org.jboss.redhat-fuse:fuse-springboot-bom:pom:7.8.0.fuse-sb2-780006 in https://maven.repository.redhat.com/ga was cached in the local repository, resolution will not be reattempted until the update interval of redhat-ga-repository has elapsed or updates are forced @ line 45, column 25
  8. [ERROR] 'dependencies.dependency.version' for org.springframework.boot:spring-boot-starter-actuator:jar is missing. @ line 58, column 21
  9. [ERROR] 'dependencies.dependency.version' for org.springframework.boot:spring-boot-starter-web:jar is missing. @ line 62, column 21
  10. [ERROR] 'dependencies.dependency.version' for org.springframework.boot:spring-boot-starter-undertow:jar is missing. @ line 72, column 21
  11. [ERROR] 'dependencies.dependency.version' for org.apache.camel:camel-spring-boot-starter:jar is missing. @ line 77, column 21
  12. [ERROR] 'dependencies.dependency.version' for io.fabric8:kubernetes-model:jar is missing. @ line 82, column 21
  13. [ERROR] 'dependencies.dependency.version' for io.fabric8:kubernetes-client:jar is missing. @ line 88, column 21
  14. [ERROR] 'dependencies.dependency.version' for junit:junit:jar is missing. @ line 96, column 21
  15. [ERROR] 'dependencies.dependency.version' for org.jboss.arquillian.junit:arquillian-junit-container:jar is missing. @ line 101, column 21
  16. [ERROR] 'dependencies.dependency.version' for org.arquillian.cube:arquillian-cube-openshift:jar is missing. @ line 106, column 21
  17. @
  18. [ERROR] The build could not read 1 project -> [Help 1]
  19. [ERROR]
  20. [ERROR] The project io.fabric8.quickstarts:spring-boot-camel:7.8.0.fuse-sb2-780004 (/home/rohaan/work/repos/spring-boot-camel/pom.xml) has 10 errors
  21. [ERROR] Non-resolvable import POM: Failure to find org.jboss.redhat-fuse:fuse-springboot-bom:pom:7.8.0.fuse-sb2-780006 in https://maven.repository.redhat.com/ga was cached in the local repository, resolution will not be reattempted until the update interval of redhat-ga-repository has elapsed or updates are forced @ line 45, column 25 -> [Help 2]
  22. [ERROR] 'dependencies.dependency.version' for org.springframework.boot:spring-boot-starter-actuator:jar is missing. @ line 58, column 21
  23. [ERROR] 'dependencies.dependency.version' for org.springframework.boot:spring-boot-starter-web:jar is missing. @ line 62, column 21
  24. [ERROR] 'dependencies.dependency.version' for org.springframework.boot:spring-boot-starter-undertow:jar is missing. @ line 72, column 21
  25. [ERROR] 'dependencies.dependency.version' for org.apache.camel:camel-spring-boot-starter:jar is missing. @ line 77, column 21
  26. [ERROR] 'dependencies.dependency.version' for io.fabric8:kubernetes-model:jar is missing. @ line 82, column 21
  27. [ERROR] 'dependencies.dependency.version' for io.fabric8:kubernetes-client:jar is missing. @ line 88, column 21
  28. [ERROR] 'dependencies.dependency.version' for junit:junit:jar is missing. @ line 96, column 21
  29. [ERROR] 'dependencies.dependency.version' for org.jboss.arquillian.junit:arquillian-junit-container:jar is missing. @ line 101, column 21
  30. [ERROR] 'dependencies.dependency.version' for org.arquillian.cube:arquillian-cube-openshift:jar is missing. @ line 106, column 21
  31. [ERROR]
  32. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  33. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  34. [ERROR]
  35. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  36. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
  37. [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement