Skip to content

Commit 82c0f5d

Browse files
committed
Update Jersey starter to depend on single copy of Tiger Types classes
Closes gh-6162
1 parent f2be37e commit 82c0f5d

File tree

1 file changed

+6
-0
lines changed
  • spring-boot-starters/spring-boot-starter-jersey

1 file changed

+6
-0
lines changed

spring-boot-starters/spring-boot-starter-jersey/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@
6868
<dependency>
6969
<groupId>org.glassfish.jersey.ext</groupId>
7070
<artifactId>jersey-spring3</artifactId>
71+
<exclusions>
72+
<exclusion>
73+
<groupId>org.jvnet</groupId>
74+
<artifactId>tiger-types</artifactId>
75+
</exclusion>
76+
</exclusions>
7177
</dependency>
7278
<dependency>
7379
<groupId>org.glassfish.jersey.media</groupId>

0 commit comments

Comments
 (0)