Skip to content

Commit

Permalink
HBASE-24284 [h3/jdk11] REST server won't start Exclude transitive inc…
Browse files Browse the repository at this point in the history
…ludes of jax-rs 1.x and then explicitly include jax-rs 2.x glassfish impl for REST context when hadoop3. (#1625)

Addendum to fix failing MR tests; e.g. TestExportSnapshot.
  • Loading branch information
saintstack committed May 8, 2020
1 parent ec33392 commit f7deadc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hbase-mapreduce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -418,10 +418,6 @@
<artifactId>hadoop-minicluster</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</exclusion>
<exclusion>
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
Expand Down

0 comments on commit f7deadc

Please sign in to comment.