在我的Liferay 7项目中当我尝试在build.gradle中添加以下依赖项时出现错误
编译组:'com.fasterxml.jackson.core',名称:'jackson-annotations',版本:'2.8.8'
错误:
org.osgi.framework.BundleException:无法解析模块: 未解决的要求:Import-Package:com.fasterxml.jackson.annotation;版本= “[2.8.0,3.0.0)”
答案 0 :(得分:2)
下载jackson-annotations-2.8.8.jar,jackson-core-2.8.8.jar&来自central repository的jackson-databind-2.8.8.jar包,并将它们放在liferay-home \ deploy文件夹中。检查它们是否在GoGo shell中正确安装。