You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2021/12/01 13:46:01 UTC

[hbase-thirdparty] branch master updated: HBASE-26506 Addendum add jersey-media-jaxb dependency (#69)

This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-thirdparty.git


The following commit(s) were added to refs/heads/master by this push:
     new 2bcc0ca  HBASE-26506 Addendum add jersey-media-jaxb dependency (#69)
2bcc0ca is described below

commit 2bcc0ca7a73ec4bc03764dad683663ee6c34808b
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Wed Dec 1 21:45:55 2021 +0800

    HBASE-26506 Addendum add jersey-media-jaxb dependency (#69)
    
    Signed-off-by: GeorryHuang <hu...@apache.org>
---
 hbase-shaded-jersey/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/hbase-shaded-jersey/pom.xml b/hbase-shaded-jersey/pom.xml
index fffa18e..c0468aa 100644
--- a/hbase-shaded-jersey/pom.xml
+++ b/hbase-shaded-jersey/pom.xml
@@ -172,6 +172,11 @@
       <version>${jersey.version}</version>
     </dependency>
     <dependency>
+      <groupId>org.glassfish.jersey.media</groupId>
+      <artifactId>jersey-media-jaxb</artifactId>
+      <version>${jersey.version}</version>
+    </dependency>
+    <dependency>
       <groupId>org.glassfish.jersey.inject</groupId>
       <artifactId>jersey-hk2</artifactId>
       <version>${jersey.version}</version>