- Community Home
- >
- Networking
- >
- Software Defined Networking
- >
- Re: Maven dependencies in HP VAN SDN Controller2.4...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2015 09:24 PM
02-17-2015 09:24 PM
Maven dependencies in HP VAN SDN Controller2.4.5
Hi,
I am experiencing Maven dependencies error. I have attach the error.log for your perusal
Please kindly assist me to resolve this issue.
Thanks and regards,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2015 06:36 AM
02-20-2015 06:36 AM
Re: Maven dependencies in HP VAN SDN Controller2.4.5
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2015 06:11 PM
02-26-2015 06:11 PM
Re: Maven dependencies in HP VAN SDN Controller2.4.5
Hi Satish K,
Thank s a lot for your prompt reply. I really appreciate it.
I have install the SDK as per your suggestion and it works well.
Once again, thank you SIR,
Peter Y