Commit 82c0f5dc authored by Andy Wilkinson's avatar Andy Wilkinson

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

Closes gh-6162
parent f2be37e6
...@@ -68,6 +68,12 @@ ...@@ -68,6 +68,12 @@
<dependency> <dependency>
<groupId>org.glassfish.jersey.ext</groupId> <groupId>org.glassfish.jersey.ext</groupId>
<artifactId>jersey-spring3</artifactId> <artifactId>jersey-spring3</artifactId>
<exclusions>
<exclusion>
<groupId>org.jvnet</groupId>
<artifactId>tiger-types</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.glassfish.jersey.media</groupId> <groupId>org.glassfish.jersey.media</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment