Actually the issue was we were trying to make changes in the existing
pom which was created using old archetype. To fix it, we decided to
change the whole pom and built the maven project again using recommended
maven archetype for AEMaaCS.The analyser should already be included in
the new project archetype. Before the build, we added the dependencies
in the embed that were appearing in the analyser build errors just like
the way mentioned in this article. And the Forms Add On related bundle
reso...