vector4wang / spring-boot-quick

:herb: 基于springboot的快速学习示例,整合自己遇到的开源框架,如:rabbitmq(延迟队列)、Kafka、jpa、redies、oauth2、swagger、jsp、docker、k3s、k3d、k8s、mybatis加解密插件、异常处理、日志输出、多模块开发、多环境打包、缓存cache、爬虫、jwt、GraphQL、dubbo、zookeeper和Async等等:pushpin:
http://blog.wangxc.club
2.47k stars 908 forks source link

Could com.quick:quick-activemq:1.0-SNAPSHOT drop off redundant dependencies to loose weight? #39

Open Celebrate-future opened 3 years ago

Celebrate-future commented 3 years ago

@vector4wang Hi, I am a user of project com.quick:quick-activemq:1.0-SNAPSHOT. I found that its pom file introduced 71 dependencies. However, among them, 14 libraries (19%) 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.quick:quick-activemq:1.0-SNAPSHOT lose weight :) I have tested the revised configuration in my local environment. It is safe to remove the unused libraries.

Best regards