TarsCloud / TarsJava

Java language framework rpc source code implementation
Other
401 stars 169 forks source link

Could com.tencent.tars:tars-maven-plugin:2.0.0 drop off redundant dependencies to loose weight? #170

Closed Celebrate-future closed 2 years ago

Celebrate-future commented 3 years ago

@TimmyYu Hi, I am a user of project com.tencent.tars:tars-maven-plugin:2.0.0. I found that its pom file introduced 67 dependencies. However, among them, 9 libraries (13%) have not been used by your project (the redundant dependencies are listed below). Reduce these useless dependencies can help prevent conflicts between library versions. MeanWhile, it can minimize the total added size to projects. It can also help enable advanced scenarios for this project. This PR helps com.tencent.tars:tars-maven-plugin:2.0.0 lose weight :) I have tested the revised configuration in my local environment. It is safe to remove the unused libraries.

Best regards