Skip to content

Commit

Permalink
[#8901] Add the version for hbase 2.X to the batch project.
Browse files Browse the repository at this point in the history
  • Loading branch information
minwoo-jung committed Jun 8, 2022
1 parent ec70f72 commit 725f3be
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions hbase2-module/hbase2-batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,21 @@
<dependency>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-batch</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-shaded-client</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-client</artifactId>
</dependency>
</dependencies>

Expand Down

0 comments on commit 725f3be

Please sign in to comment.