Wrong pom.xml dependency in Webclipse-REST-Example CodeMix & Angular IDE > Webclipse 1.x Help This topic has 1 reply, 2 voices, and was last updated 9 years, 2 months ago by support-swapna. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts September 3, 2015 at 6:15 pm #452257 Reply electrotypeParticipant 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> September 4, 2015 at 4:57 am #452277 Reply support-swapnaModerator electrotype, Thank you for raising it. We will make changes accordingly. –Swapna MyEclipse Support Author Posts 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