Skip to content

Commit

Permalink
[#8988] to fix hbase error(ClassNotFoundException).
Browse files Browse the repository at this point in the history
  • Loading branch information
minwoo-jung committed Jun 29, 2022
1 parent 88553d1 commit 2a3833d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,16 @@
<artifactId>mysql-connector-java</artifactId>
</dependency>

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>${protoc.version}</version>
</dependency>

<!-- test -->
<dependency>
<groupId>org.springframework</groupId>
Expand Down

0 comments on commit 2a3833d

Please # to comment.