Gson.jar不引用Maven Dependency,即使它是由spring-boot管理的

时间:2017-05-08 06:54:26

标签: java maven spring-boot gson

首先,该项目是在Spring-boot中构建的。然后我想使用gson,所以我添加了对pom.xml的依赖。但发生了警告:

The managed version is 2.8.0 The artifact is managed in org.springframework.boot:spring-boot-dependencies:1.5.3.RELEASE

我点击它,发现spring-boot确实有管理:click here 但是,如果我自己删除了依赖声明,gson.jar就消失了。我不能用gson ...... 那么如何使用由spring-boot依赖管理的gson?

0 个答案:

没有答案