Hello All,
Is there anybody who has converted dynamicmedia component to sightly & touch UI.
/libs/dam/components/scene7/dynamicmedia
I am trying to convert it, & add dependency which I need for
import com.day.cq.dam.api.s7dam.utils.PublishUtils;
in pom.xml.
<dependency>
<groupId>com.day.cq.dam</groupId>
<artifactId>cq-dam-api</artifactId>
<version>5.8.14</version>
<scope>provided</scope>
</dependency>
Build is failing all the time with different approaches.
Any help/advice is appreciated. Is there any ServicePack or anywhere which has sightly version of this component?