Dependency for package com.adobe.cq.social.scf
Hello! I have java files that import package like this
`import com.adobe.cq.social.scf.OperationException;`
But during maven build I get error `package com.adobe.cq.social.scf does not exist`
I'm using maven 3.8.7 and <aem.sdk.api>2023.4.11835.20230414T234523Z-230200</aem.sdk.api>
Could you advise which dependency should be added to pom.xml to avoid such errors and getting right cq.social package?
