Use Jersey BOM in dependency management

Closes gh-12847
This commit is contained in:
Vedran Pavic
2018-04-11 09:07:04 +02:00
committed by Stephane Nicoll
parent ec4f054497
commit 7b9c5a3dc3
3 changed files with 12 additions and 58 deletions

View File

@@ -89,6 +89,10 @@
<groupId>org.jvnet</groupId>
<artifactId>tiger-types</artifactId>
</exclusion>
<exclusion>
<groupId>org.glassfish.hk2.external</groupId>
<artifactId>bean-validator</artifactId>
</exclusion>
<exclusion>
<groupId>org.glassfish.hk2.external</groupId>
<artifactId>javax.inject</artifactId>