apache / dubbo-admin

The ops and reference implementation for Apache Dubbo
https://dubbo.apache.org
Apache License 2.0
3.99k stars 2.17k forks source link

Failure to find com.alibaba.boot:velocity-spring-boot-starter:jar:1.0.3 in https://repo.maven.apache.org/maven2 ??? #38

Closed lovepoem closed 6 years ago

lovepoem commented 6 years ago

run

mvn install

it happend:

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] dubbo-admin                                                        [jar]
[INFO] dubbo-ops                                                          [pom]
[INFO] dubbo-monitor-simple                                               [jar]
[INFO] dubbo-registry-simple                                              [jar]
[INFO] 
[INFO] ----------------------< com.alibaba:dubbo-admin >-----------------------
[INFO] Building dubbo-admin 0.0.1-SNAPSHOT                                [1/4]
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for com.alibaba.boot:velocity-spring-boot-starter:jar:1.0.3 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] dubbo-admin 0.0.1-SNAPSHOT ......................... FAILURE [  0.437 s]
[INFO] dubbo-ops 2.0.0 .................................... SKIPPED
[INFO] dubbo-monitor-simple ............................... SKIPPED
[INFO] dubbo-registry-simple 2.0.0 ........................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.760 s
[INFO] Finished at: 2018-06-16T03:27:06+08:00
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "test" could not be activated because it does not exist.
[ERROR] Failed to execute goal on project dubbo-admin: Could not resolve dependencies for project com.alibaba:dubbo-admin:jar:0.0.1-SNAPSHOT: Failure to find com.alibaba.boot:velocity-spring-boot-starter:jar:1.0.3 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central 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] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
zjw2011 commented 6 years ago

me too!!!!

lxflxf56 commented 6 years ago

dubbo admin 已经改成spring boot版本了,把那注释掉后,虽然启动了,但是显示: This application has no explicit mapping for /error, so you are seeing this as a fallback.

ralf0131 commented 6 years ago

I did't find the dependency in the central maven repository. I think this pull request needs to be reverted. #36

ralf0131 commented 6 years ago

And one more thing: we need to add CI as soon as possible.

lovepoem commented 6 years ago

close via https://github.com/apache/incubator-dubbo-ops/pull/40