掲示板

VerifyProcess.class dependency

thumbnail
6年前 に Manikantha Rajamani によって更新されました。

VerifyProcess.class dependency

Expert 投稿: 258 参加年月日: 14/03/25 最新の投稿
Hi Team

I have created custom module and i want to use
service=service = VerifyProcess.class but i'm not able to resolve the dependency and


i have added following dependency in build.gradle file

compileOnly group: "com.liferay", name: "com.liferay.portal.configuration.metatype", version: "2.0.0"
compileOnly group: "com.liferay", name: "com.liferay.portal.security.exportimport.api", version: "2.0.0"
compileOnly group: "com.liferay.portal", name: "com.liferay.portal.impl", version: "2.21.0"
compileOnly group: "com.liferay.portal", name: "com.liferay.portal.kernel", version: "2.0.0"


But not able to solve dependency
plz help how i can sole these dependency


Thanks and Regards
Manikantha R
thumbnail
6年前 に Manikantha Rajamani によって更新されました。

RE: VerifyProcess.class dependency

Expert 投稿: 258 参加年月日: 14/03/25 最新の投稿
It is working fine

issue is proxy is enabled in office so jar was not downloading
lust need to add
compileOnly group: "com.liferay.portal", name: "com.liferay.portal.impl", version: "2.21.0"

and refresh gradle it will download files


thanks and Regards
Manikantha