Skip to content

Commit

Permalink
add required dependencies (#3046)
Browse files Browse the repository at this point in the history
  • Loading branch information
Le-Zheng authored Aug 5, 2020
1 parent 34aeade commit a51305e
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 a51305e

Please sign in to comment.