Browse Source

Update Jersey starter to depend on single copy of Tiger Types classes

Closes gh-6162
pull/5290/merge
Andy Wilkinson 10 years ago
parent
commit
82c0f5dcdf
  1. 6
      spring-boot-starters/spring-boot-starter-jersey/pom.xml

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

@ -68,6 +68,12 @@ @@ -68,6 +68,12 @@
<dependency>
<groupId>org.glassfish.jersey.ext</groupId>
<artifactId>jersey-spring3</artifactId>
<exclusions>
<exclusion>
<groupId>org.jvnet</groupId>
<artifactId>tiger-types</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>

Loading…
Cancel
Save