Skip to content

Commit f358745

Browse files
committed
[#9054][Backport] to fix hbase error(ClassNotFoundException).
1 parent 49f5b02 commit f358745

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

batch/pom.xml

+10
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,16 @@
189189
<artifactId>mysql-connector-java</artifactId>
190190
</dependency>
191191

192+
<dependency>
193+
<groupId>com.google.guava</groupId>
194+
<artifactId>guava</artifactId>
195+
</dependency>
196+
<dependency>
197+
<groupId>com.google.protobuf</groupId>
198+
<artifactId>protobuf-java</artifactId>
199+
<version>${protoc.version}</version>
200+
</dependency>
201+
192202
<!-- test -->
193203
<dependency>
194204
<groupId>org.springframework</groupId>

0 commit comments

Comments
 (0)