|
@@ -55,23 +55,26 @@
|
|
|
<groupId>org.glassfish.jersey.inject</groupId>
|
|
|
<artifactId>jersey-hk2</artifactId>
|
|
|
<version>2.27</version>
|
|
|
- <!-- The versions of these excluded dependencies are 2.5.0-beta. The
|
|
|
- newer and release version 2.5.0 is being brought in by ozone-recon -->
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
<artifactId>hk2-api</artifactId>
|
|
|
<groupId>org.glassfish.hk2</groupId>
|
|
|
</exclusion>
|
|
|
<exclusion>
|
|
|
- <groupId>org.glassfish.hk2.external</groupId>
|
|
|
- <artifactId>aopalliance-repackaged</artifactId>
|
|
|
+ <artifactId>hk2-utils</artifactId>
|
|
|
+ <groupId>org.glassfish.hk2</groupId>
|
|
|
</exclusion>
|
|
|
<exclusion>
|
|
|
- <groupId>org.glassfish.hk2</groupId>
|
|
|
- <artifactId>hk2-utils</artifactId>
|
|
|
+ <artifactId>aopalliance-repackaged</artifactId>
|
|
|
+ <groupId>org.glassfish.hk2.external</groupId>
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.glassfish.hk2</groupId>
|
|
|
+ <artifactId>hk2-api</artifactId>
|
|
|
+ <version>2.5.0</version>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.fasterxml.jackson.dataformat</groupId>
|
|
|
<artifactId>jackson-dataformat-xml</artifactId>
|