Hello Guys,
An AMP extension for Alfresco 4.2.f was developed with the old ant based SDK & I have to upgrade version of alfresco to 5.1. So, I generated an alfresco-amp-archetype with maven based SDK 2.2.0 & tried to copy files of the old extension to the right places. The problem is : some imports cannot be resoleved
import org.alfresco.cmis.CMISFilterNotValidException;
import org.alfresco.cmis.CMISObjectReference;
import org.alfresco.cmis.CMISRendition;
import org.alfresco.cmis.CMISRenditionService;
import org.alfresco.repo.cmis.reference.ReferenceFactory;
Can you please tell me wich is the right dependency for those import ?