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

Closes gh-6162
This commit is contained in:
Andy Wilkinson 2016-06-14 11:46:40 +01:00
parent f2be37e60b
commit 82c0f5dcdf

View File

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