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

Closes gh-6162
pull/5290/merge
Andy Wilkinson 9 years ago
parent f2be37e60b
commit 82c0f5dcdf

@ -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