Skip to content

Commit

Permalink
[bump branch-0.11] Fix analytics zoo protobuf shading problem (#3045)
Browse files Browse the repository at this point in the history
  • Loading branch information
Le-Zheng authored Jul 30, 2020
1 parent 61638fa commit 34aeade
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions spark/dl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@
<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 Expand Up @@ -203,7 +198,7 @@
<relocations>
<relocation>
<pattern>com.google.protobuf</pattern>
<shadedPattern>com.intel.analytics.bigdl.shaded.protobuf</shadedPattern>
<shadedPattern>com.intel.analytics.shaded.protobuf_v_3_5_1</shadedPattern>
</relocation>
</relocations>
</configuration>
Expand Down

0 comments on commit 34aeade

Please sign in to comment.