ArgumentsResolver in Liferay version 7.3.4-GA5

Kevin Neibarger, modified 4 Years ago. Regular Member Posts: 105 Join Date: 2/2/18 Recent Posts

When I set my target workspace to my Liferay version 7.3.4-GA5 in gradle.properties

liferay.workspace.modules.dir = modules

microsoft.translator.subscription.key = 

liferay.workspace.product = portal-7.3-ga5

target.platform.index.sources = false

liferay.workspace.target.platform.version=7.3.4

And then try to execute gradle/deploy task, I see the following compile error

MyPersistenceImpl.java:27: error: cannot find symbol

import com.liferay.portal.kernel.dao.orm.ArgumentsResolver;

Is this not in the Liferay-7.3.4-GA5 version?? When the Target platform is version 7.3.5-GA6 the code compiles. But I cannot deploy it to my server since the Target version is 7.3.4-GA5... Did ArgumentsResolver dissappear in this version????