On Sep 18, 2008, at 1:39 AM, Tom Davies wrote:
> Hi,
>
> The jersey-spring dependencies look like this:
>
> [INFO] +- com.sun.jersey:jersey-spring:jar:0.9-ea:compile
> [INFO] | +- org.springframework:spring-core:jar:2.5.5:compile
> [INFO] | \- org.springframework:spring-webmvc:jar:2.5.5:compile
> [INFO] | +- org.springframework:spring-beans:jar:2.5.5:compile
> [INFO] | +- org.springframework:spring-context:jar:2.5.5:compile
> [INFO] | | \- aopalliance:aopalliance:jar:1.0:compile
> [INFO] | +- org.springframework:spring-context-support:jar:
> 2.5.5:compile
> [INFO] | \- org.springframework:spring-web:jar:2.5.5:compile
>
> 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
Need to experiment...
Paul.
> Tom
>
> --
> ATLASSIAN - http://www.atlassian.com
> Our products help over 8,500 customers in more than 95 countries to
> collaborate
>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jersey.dev.java.net
> For additional commands, e-mail: users-help_at_jersey.dev.java.net
>