Skip to content

Commit a51305e

Browse files
authored
add required dependencies (#3046)
1 parent 34aeade commit a51305e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spark/dl/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
<artifactId>imageio-jpeg</artifactId>
3232
<version>3.2.1</version>
3333
</dependency>
34+
<dependency>
35+
<groupId>com.google.protobuf</groupId>
36+
<artifactId>protobuf-java</artifactId>
37+
<version>3.4.0</version>
38+
</dependency>
3439
<dependency>
3540
<groupId>org.apache.hadoop</groupId>
3641
<artifactId>hadoop-client</artifactId>

0 commit comments

Comments
 (0)