<dependency>
<groupId>org.glassfish.jersey.ext</groupId>
<artifactId>jersey-spring4</artifactId>
<version>2.26</version>
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.ext', module='jersey-spring4', version='2.26')
)
<parent> <groupId>org.glassfish.jersey.ext</groupId> <artifactId>project</artifactId> <version>2.26</version> </parent>
compile
|-- org.glassfish.jersey.core:jersey-server
|-- org.glassfish.jersey.inject:jersey-hk2
|-- org.glassfish.jersey.containers:jersey-container-servlet-core
|-- org.glassfish.hk2:spring-bridge
|-- org.springframework:spring-beans:4.3.4.RELEASE
|-- org.springframework:spring-core:4.3.4.RELEASE
|-- org.springframework:spring-web:4.3.4.RELEASE
|-- org.springframework:spring-aop:4.3.4.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