dianping / cat

CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。
Apache License 2.0
18.69k stars 5.43k forks source link

build failure for dependency not found on unidal repo. #2116

Closed HeroXXiv closed 3 years ago

HeroXXiv commented 3 years ago

cannot build from cat/master, necessary dependencies not found on unidal repository.

see https://mvnrepository.com/artifact/org.unidal.framework/foundation-service/2.5.0

@unidal @qmwu2000

Cannot resolve org.unidal.webres:WebResServer:1.2.1
Cannot resolve org.unidal.framework:dal-jdbc:2.4.0
Cannot resolve org.unidal.framework:web-framework:2.4.0
Cannot resolve org.unidal.framework:test-framework:2.4.0
Cannot resolve org.unidal.framework:foundation-service:2.5.0
Cannot resolve plugin org.unidal.maven.plugins:plexus-maven-plugin:2.5.8
Cannot resolve plugin org.unidal.maven.plugins:codegen-maven-plugin:2.5.8
Cannot resolve plugin org.unidal.maven.plugins:plexus-maven-plugin:2.5.8
Cannot resolve plugin org.unidal.maven.plugins:codegen-maven-plugin:2.5.8
Cannot resolve plugin org.unidal.maven.plugins:plexus-maven-plugin:2.5.8
Cannot resolve plugin org.unidal.maven.plugins:codegen-maven-plugin:2.5.8
Cannot resolve plugin org.unidal.maven.plugins:plexus-maven-plugin:2.5.8
Cannot resolve plugin org.unidal.maven.plugins:codegen-maven-plugin:2.5.8
Cannot resolve plugin org.unidal.maven.plugins:plexus-maven-plugin:2.5.8
Cannot resolve plugin org.unidal.maven.plugins:codegen-maven-plugin:2.5.8
Cannot resolve plugin org.unidal.maven.plugins:plexus-maven-plugin:2.5.8
youzhidakeai commented 3 years ago

Hello, I have the same problem as you. Do you have a solution?

wuxie2015 commented 3 years ago

you can resolve this prolem like this https://blog.csdn.net/nikeylee/article/details/117712209. Seems it is too old

HeroXXiv commented 3 years ago

thx