I want to send a Pojo with a POST using jersey.
I understand there are 2 versions of Jersey: 1... and 2...
I'm adding code to an existing project which uses:
compile('com.sun.jersey:jersey-bundle:1.19')
compile('com.sun.jersey:jersey-json:1.19')
compile group: 'org.codehaus.jackson', name:'jackson-jaxrs', version: '1.1.1'
can I add the path to jersey 2..
as well and import the right classes whenever I need them in my classes?