facebook

Wrong pom.xml dependency in Webclipse-REST-Example

  1. CodeMix & Angular IDE
  2.  > 
  3. Webclipse 1.x Help
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #452257 Reply

    electrotype
    Participant

    I think the “jersey-multipart” dependency should be :

        <dependency>
          <groupId>com.sun.jersey.contribs</groupId>
          <artifactId>jersey-multipart</artifactId>
          <version>1.4</version>
        </dependency>
    

    not

    
        <dependency>
          <groupId>com.sun.jersey</groupId>
          <artifactId>jersey-multipart</artifactId>
          <version>1.4</version>
        </dependency>
    
    #452277 Reply

    support-swapna
    Moderator

    electrotype,

    Thank you for raising it. We will make changes accordingly.

    –Swapna
    MyEclipse Support

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Wrong pom.xml dependency in Webclipse-REST-Example

You must be logged in to post in the forum log in