Hi,
The error below clearly says it needs the dependency files,
Failed to execute goal on project myhwapp-root: Could not resolve dependencies for project com.myco.myhwapp:myhwapp-root:pom:1.0.0-SNAPSHOT: Failed to collect dependencies for [org.slf4j:slf4j-api:jar:1.7.5 (provided),
It failed to collect the dependency files,
Please verify the SDK you installed to the version you provided in root pom file.
example : in pom file of root directory, you need to mention version of installed sdk like ,
<hp-util.version>6.23.0</hp-util.version>
<sdn.version>2.0.0</sdn.version>
Please verify whether the installed SDK, has the same version you are using in pom file, like in above example the util version is 6.23.0 and sdn version is 2.0.0.
Similary see the SDK you installed, correspondingly change the version in pom file or root dir.
Note: you can find the installed sdk files at .m2\repository\com\hp
Regards,
Satish K
#Sloved#solved