Skip to content

Commit

Permalink
CDPD-48615: HBASE-27820: HBase is not starting due to Jersey library …
Browse files Browse the repository at this point in the history
…conflicts wi… (apache#5210) (apache#5261)

Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
(cherry picked from commit 61a876f)
Change-Id: I481fd8396d1ea0bf6fae884d9ef06f9cc8a6fa5f
(cherry picked from commit ba7b4a2)
  • Loading branch information
ragarkar committed Jul 4, 2023
1 parent 6c9458d commit d133c34
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
4 changes: 0 additions & 4 deletions hbase-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
</dependency>
<dependency>
<groupId>com.github.stephenc.findbugs</groupId>
<artifactId>findbugs-annotations</artifactId>
Expand Down
11 changes: 11 additions & 0 deletions hbase-mapreduce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,17 @@
<version>${netty.hadoop.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

</profile>
Expand Down
9 changes: 0 additions & 9 deletions hbase-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,6 @@
<name>Apache HBase - Rest</name>
<description>HBase Rest Server</description>
<dependencies>
<!--This one is upfront to get in front of
any dependency that pulls in jersey-core.
Jersey-core has implemented version 1
Interfaces of what is in this dependency
which does version 2.-->
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
</dependency>
<!-- Intra-project dependencies -->
<dependency>
<groupId>org.apache.hbase</groupId>
Expand Down

0 comments on commit d133c34

Please sign in to comment.