There are three multipart jars that are required for jersey 2.0. They are jersey-media-multipart-2.0.jar, mimepull-1.9.jar, javax.inject.jar. You also need to add the MultiPartFeature.class to the applicationconfig.java.
resources.add(MultiPartFeature.class);