SD-WAN

 View Only
  • 1.  Maven dependencies in HP VAN SDN Controller2.4.5

    Posted Feb 18, 2015 12:25 AM
      |   view attached

    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  

    Attachment(s)

    txt
    hp2.4.5_error.txt   703 B 1 version


  • 2.  RE: Maven dependencies in HP VAN SDN Controller2.4.5

    Posted Feb 20, 2015 09:37 AM

    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


  • 3.  RE: Maven dependencies in HP VAN SDN Controller2.4.5

    Posted Feb 26, 2015 09:11 PM

    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