smacdonald2008 tried adding that dependency too, but import for "com.adobe.cq.social.site.api.BaseSite" is not get resolved.
<dependency>
<groupId>com.adobe.cq.social</groupId>
<artifactId>cq-socialcommunities-api</artifactId>
<version>1.9.236</version>
<scope>provided</scope>
</dependency>
So i subsequently checked on depfinder and that suggest me to add
<dependency>
<groupId>com.adobe.cq.social</groupId>
<artifactId>cq-social-console</artifactId>
<version>1.3.0</version>
<scope>provided</scope>
</dependency>
and that ended up in artifact missing error that i mentioned earlier.