We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948bafa commit a0cf4ecCopy full SHA for a0cf4ec
spring-boot-project/spring-boot-docs/pom.xml
@@ -562,6 +562,11 @@
562
<artifactId>jersey-container-servlet-core</artifactId>
563
<optional>true</optional>
564
</dependency>
565
+ <dependency>
566
+ <groupId>org.glassfish.jersey.ext</groupId>
567
+ <artifactId>jersey-spring4</artifactId>
568
+ <optional>true</optional>
569
+ </dependency>
570
<dependency>
571
<groupId>org.glassfish.jersey.media</groupId>
572
<artifactId>jersey-media-json-jackson</artifactId>
0 commit comments