On Mon, Feb 25, 2013 at 12:12 PM, Bertrand Delacretaz < [email protected]> wrote:
> On Sun, Feb 24, 2013 at 11:30 PM, Danny Ayers <[email protected]> > wrote: > > ...I don't know maven very well, is there a way of checking such things? > > maybe generating a report on the dependencies, have a look what > > actually relies on Jersey-specific libs?... > > IIUC you want to find which modules use specific dependencies? The > following should help then: > > mvn dependency:tree > mvn dependency:analyze > Even if in some places we have the jersey dependency where it's not actually needed the question remains what we should do, when multipart/form-data is to be handled. When we looked at it in clerezza we didn't find any existing solution and so we created this MessageBodyReader and corresponding objects to handle this media-type but it would be better if a more specialized project would be maintaining such a utlity. Cheers, Reto
