Skip to content

Commit

Permalink
HBASE-26855 Delete unnecessary dependency on jaxb-runtime jar (apache…
Browse files Browse the repository at this point in the history
…#4236)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
  • Loading branch information
ndimiduk authored Mar 18, 2022
1 parent 31db8e3 commit eaf6c1c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions hbase-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -446,15 +446,6 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-auth</artifactId>
</dependency>
<!--Needed when jdk11/hadoop3 else complaint about
NoSuchMethodError: 'java.util.Map javax.ws.rs.core.Application.getProperties()'
when REST server is started.
-->
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>2.3.2</version>
</dependency>
</dependencies>
</profile>
<profile>
Expand Down

0 comments on commit eaf6c1c

Please sign in to comment.