Index: pom.xml =================================================================== --- pom.xml (revision 36849) +++ pom.xml (working copy) @@ -980,6 +980,11 @@ jersey-server ${jersey.version} + + com.sun.jersey + jersey-client + ${jersey.version} + com.sun.faces.extensions Index: admin/rest/pom.xml =================================================================== --- admin/rest/pom.xml (revision 36864) +++ admin/rest/pom.xml (working copy) @@ -122,6 +122,12 @@ metainf-services true + + + com.sun.jersey + jersey-client + test +