Skip to content

Commit

Permalink
update to bigdl 0.9.0 (intel#1543)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuxin2012 authored Jul 31, 2019
1 parent cdaab65 commit ceb7dcf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 126 deletions.
14 changes: 1 addition & 13 deletions zoo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<scala.macros.version>2.1.0</scala.macros.version>
<scalatest.version>2.2.4</scalatest.version>
<spark.version>2.1.0</spark.version>
<bigdl.version>0.8.0</bigdl.version>
<bigdl.version>0.9.0</bigdl.version>
<core.artifactId>zoo-core-dist-all</core.artifactId>
<core.dependencyType>pom</core.dependencyType>
<data-store-url>http://download.tensorflow.org</data-store-url>
Expand Down Expand Up @@ -452,18 +452,6 @@
<createDependencyReducedPom>true</createDependencyReducedPom>
<shadedArtifactAttached>false</shadedArtifactAttached>
<filters>
<filter>
<!-->
To work around https://github.com/intel-analytics/BigDL/issues/2734,
we use shade to inplace BigDL's ZippedPartitionsWithLocalityRDD.
<-->
<artifact>com.intel.analytics.bigdl.spark-version:*</artifact>
<excludes>
<execlude>
org/apache/spark/rdd/ZippedPartitionsWithLocalityRDD*
</execlude>
</excludes>
</filter>
<filter>
<artifact>com.google.protobuf</artifact>
<excludes>
Expand Down

This file was deleted.

0 comments on commit ceb7dcf

Please sign in to comment.