Open ryanajae opened 2 years ago
Hello, If you are compiling cat, I suggest you do not use cat-client-2.0.0,for some reasons, the jars of earlier versions are not published to public repositories.
However, for the cat main project, it's pom depends on some unidal jars: https://github.com/dianping/cat/blob/d8033c988b825f35fc06c20660f4aed927e43465/pom.xml#L46-L69 For those jars, you can get it by following steps:
download jars
git clone https://github.com/dianping/cat.git --depth 1 --branch mvn-repo
note that org\unidal\maven\plugins\codegen-maven-plugin\2.0.9\
contains some 2.0.8(a little mistake), just delete them.
import these jars to local maven repository
org
to <LocalRepository>
for example: %USERPROFILE%\.m2\repository
It will solve all "Could not find artifact org.unidal.framework" problems, then you will finally compile successfully.
Hello, I'm trying to follow the steps stated here to resolve the dependency error noted in the issue (https://github.com/dianping/cat/issues/1183), when I encounter another dependency not found when running
mvn -s settings.xml clean install -DskipTests
.Can you please provide an alternative repository for the dependency
com.dianping.cat:cat-client:jar:2.0.0
?