Skip to content

Commit d09b04d

Browse files
committed
HBASE-26855 Delete unnecessary dependency on jaxb-runtime jar (#4236)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
1 parent 7af08ce commit d09b04d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

hbase-rest/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -516,15 +516,6 @@
516516
<groupId>org.apache.hadoop</groupId>
517517
<artifactId>hadoop-auth</artifactId>
518518
</dependency>
519-
<!--Needed when jdk11/hadoop3 else complaint about
520-
NoSuchMethodError: 'java.util.Map javax.ws.rs.core.Application.getProperties()'
521-
when REST server is started.
522-
-->
523-
<dependency>
524-
<groupId>org.glassfish.jaxb</groupId>
525-
<artifactId>jaxb-runtime</artifactId>
526-
<version>2.3.2</version>
527-
</dependency>
528519
</dependencies>
529520
</profile>
530521
<profile>

0 commit comments

Comments
 (0)