XStream 漏洞 升级包
org.springframework.cloud spring-cloud-starter-netflix-eureka-client 2.1.0.RELEASE com.thoughtworks.xstream xstream com.thoughtworks.xstream xstream 1.4.19
利用 exclusion 排除 spring-cloud-starter-netflix-eureka-client 的子依赖,然后再单独引入。
在查找依赖包的时候
1.想要查看maven的依赖树的时候使用Maven命令来查看依赖 ,可以在 idea tearminal 中执行命令 maven dependency:tree
2.使用maven helper 插件
参考maven helper 插件的使用 :https://blog.csdn.net/GyaoG/article/details/120599475