HBASE-26855 Delete unnecessary dependency on jaxb-runtime jar (#4236)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
parent
31db8e3b3b
commit
eaf6c1cbd6
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue