App component webtoolkit error

I have one app “A”, which is used as app component in “B”. Both Projects were runs successfully but after upgrading to 7.1.12. Project “A” is ok but when running project “B” following error is displayed.

Execution failed for task ':riskmanagermt-web:deploy'.
> Could not resolve all files for configuration ':riskmanagermt-web:webcontent'.
   > Could not find RiskManager-web-toolkit-web.zip (com.sheel.riskmanager:RiskManager-web-toolkit:0.1-SNAPSHOT).
     Searched in the following locations:
         file:/C:/Users/Umesh/.m2/repository/com/sheel/riskmanager/RiskManager-web-toolkit/0.1-SNAPSHOT/RiskManager-web-toolkit-0.1-SNAPSHOT-web.zip

Possible solution:
 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

Thanks in advance.

After installing chart addon in Project “B”, it is working fine. Is it alright? (There is no such requirement for other addons)