使用Jackson库时,它遵循Eclipse 4.9.0版本中的错误
缺少工件com.fasterxml.jackson.core:jackson-databind:bundle:2.9.6 pom.xml / Jackson-使用第7行Maven依赖问题
当我通过GUI添加Maven依赖项以添加依赖项时,问题就来了。
解决方案来自生成的依赖项
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.8</version>
<type>bundle</type>
</dependency>
Run Code Online (Sandbox Code Playgroud)
删除并保存。
<type>bundle</type>
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
939 次 |
| 最近记录: |