缺少configserver,msgcenter的JAR,而淘宝的maven服务器又不可使用!!
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1k
- Forks
- 654
- PR merge metrics
- No merged PRs in 30d
Description
<dependency>
<groupId>com.taobao.configserver</groupId>
<artifactId>config-client</artifactId>
<version>${config.client.version}</version>
</dependency>
<dependency>
<groupId>com.taobao.jm.msgcenter</groupId>
<artifactId>msgcenter-utils</artifactId>
<version>${msgcenter.version}</version>
<exclusions>
<exclusion>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-xjc</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
</exclusion>
</exclusions>
</dependency>
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the build configuration containing the com.taobao.configserver/config-client and com.taobao.jm.msgcenter/msgcenter-utils dependencies shown in the issue. Check whether those artifacts can still be resolved without the unavailable Taobao Maven server; done means the project can obtain its required JARs from a usable source and the build completes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100