On 18/09/2008, at 4:35 PM, Paul Sandoz wrote:
>
> On Sep 18, 2008, at 1:39 AM, Tom Davies wrote:
>>
>> i.e. the pom declares a dependency on spring-webmvc.
>>
>
> Yes, the jersey spring pom declares dependencies on:
>
> spring-core
> spring
> spring-mvc
>
>
>> Looking at the code, it seems to me that a dependency on spring-web
>> would be sufficient -- but I admit that I haven't tried it.
>>
>
> I am guessing it may require:
>
> spring-core
> spring
> spring-context
> spring-web
Yes -- I should have said "spring-web instead of spring-mvc".
Tom