HDDS-1390. Fix OzoneS3 Gateway server due to exclusion of hk2-api. (#698)
This commit is contained in:
parent
22362c876d
commit
26dc940813
|
@ -55,23 +55,26 @@
|
||||||
<groupId>org.glassfish.jersey.inject</groupId>
|
<groupId>org.glassfish.jersey.inject</groupId>
|
||||||
<artifactId>jersey-hk2</artifactId>
|
<artifactId>jersey-hk2</artifactId>
|
||||||
<version>2.27</version>
|
<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>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<artifactId>hk2-api</artifactId>
|
<artifactId>hk2-api</artifactId>
|
||||||
<groupId>org.glassfish.hk2</groupId>
|
<groupId>org.glassfish.hk2</groupId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>org.glassfish.hk2.external</groupId>
|
<artifactId>hk2-utils</artifactId>
|
||||||
<artifactId>aopalliance-repackaged</artifactId>
|
<groupId>org.glassfish.hk2</groupId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>org.glassfish.hk2</groupId>
|
<artifactId>aopalliance-repackaged</artifactId>
|
||||||
<artifactId>hk2-utils</artifactId>
|
<groupId>org.glassfish.hk2.external</groupId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.glassfish.hk2</groupId>
|
||||||
|
<artifactId>hk2-api</artifactId>
|
||||||
|
<version>2.5.0</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fasterxml.jackson.dataformat</groupId>
|
<groupId>com.fasterxml.jackson.dataformat</groupId>
|
||||||
<artifactId>jackson-dataformat-xml</artifactId>
|
<artifactId>jackson-dataformat-xml</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue