<dependency>
<groupId>org.glassfish.jersey.ext</groupId>
<artifactId>jersey-spring3</artifactId>
<version>2.26-b03</version>
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.ext', module='jersey-spring3', version='2.26-b03')
)
<parent> <groupId>org.glassfish.jersey.ext</groupId> <artifactId>project</artifactId> <version>2.26-b03</version> </parent>
compile
|-- org.glassfish.jersey.core:jersey-server
|-- org.glassfish.jersey.containers:jersey-container-servlet-core
|-- org.glassfish.hk2:spring-bridge
|-- org.springframework:spring-beans:3.2.17.RELEASE
|-- org.springframework:spring-core:3.2.17.RELEASE
|-- org.springframework:spring-web:3.2.17.RELEASE
|-- org.springframework:spring-aop:3.2.17.RELEASE
provided
|-- javax.servlet:javax.servlet-api:3.0.1
test
|-- org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2
|-- commons-logging:commons-logging:1.1.1
|-- org.glassfish.jersey.test-framework:jersey-test-framework-core