Skip to content

Commit

Permalink
add required dependencies (#3047)
Browse files Browse the repository at this point in the history
  • Loading branch information
Le-Zheng committed Aug 12, 2020
1 parent 63f4850 commit 8bc64e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spark/dl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
<artifactId>imageio-jpeg</artifactId>
<version>3.2.1</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
Expand Down

0 comments on commit 8bc64e7

Please sign in to comment.