Repository: spark
Updated Branches:
  refs/heads/master 87de29084 -> 0f87e6ad4


[SPARK-1560]: Updated Pyrolite Dependency to be Java 6 compatible

Changed the Pyrolite dependency to a build which targets Java 6.

Author: Ahir Reddy <ahirre...@gmail.com>

Closes #479 from ahirreddy/java6-pyrolite and squashes the following commits:

8ea25d3 [Ahir Reddy] Updated maven build to use java 6 compatible pyrolite
dabc703 [Ahir Reddy] Updated Pyrolite dependency to be Java 6 compatible


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/0f87e6ad
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/0f87e6ad
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/0f87e6ad

Branch: refs/heads/master
Commit: 0f87e6ad4366a8c453a7415bc89399030003c264
Parents: 87de290
Author: Ahir Reddy <ahirre...@gmail.com>
Authored: Tue Apr 22 09:44:41 2014 -0700
Committer: Patrick Wendell <pwend...@gmail.com>
Committed: Tue Apr 22 09:44:41 2014 -0700

----------------------------------------------------------------------
 core/pom.xml             | 2 +-
 project/SparkBuild.scala | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/0f87e6ad/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index d87e2bc..058b7ac 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -269,7 +269,7 @@
     <dependency>
       <groupId>org.spark-project</groupId>
       <artifactId>pyrolite</artifactId>
-      <version>2.0</version>
+      <version>2.0.1</version>
     </dependency>
   </dependencies>
   <build>

http://git-wip-us.apache.org/repos/asf/spark/blob/0f87e6ad/project/SparkBuild.scala
----------------------------------------------------------------------
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index f115f0d..1ca4e0d 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -352,7 +352,7 @@ object SparkBuild extends Build {
         "com.twitter"                % "chill-java"       % chillVersion 
excludeAll(excludeAsm),
         "org.tachyonproject"         % "tachyon"          % "0.4.1-thrift" 
excludeAll(excludeHadoop, excludeCurator, excludeEclipseJetty, 
excludePowermock),
         "com.clearspring.analytics"  % "stream"           % "2.5.1" 
excludeAll(excludeFastutil),
-        "org.spark-project"          % "pyrolite"         % "2.0"
+        "org.spark-project"          % "pyrolite"         % "2.0.1"
       ),
     libraryDependencies ++= maybeAvro
   )

Reply via email to