Skip to content

Commit f5b8cfc

Browse files
ahirreddypdeyhim
authored andcommitted
[SPARK-1560]: Updated Pyrolite Dependency to be Java 6 compatible
Changed the Pyrolite dependency to a build which targets Java 6. Author: Ahir Reddy <[email protected]> Closes apache#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
1 parent fff5ae6 commit f5b8cfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
<dependency>
270270
<groupId>org.spark-project</groupId>
271271
<artifactId>pyrolite</artifactId>
272-
<version>2.0</version>
272+
<version>2.0.1</version>
273273
</dependency>
274274
</dependencies>
275275
<build>

project/SparkBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ object SparkBuild extends Build {
355355
"com.twitter" % "chill-java" % chillVersion excludeAll(excludeAsm),
356356
"org.tachyonproject" % "tachyon" % "0.4.1-thrift" excludeAll(excludeHadoop, excludeCurator, excludeEclipseJetty, excludePowermock),
357357
"com.clearspring.analytics" % "stream" % "2.5.1" excludeAll(excludeFastutil),
358-
"org.spark-project" % "pyrolite" % "2.0"
358+
"org.spark-project" % "pyrolite" % "2.0.1"
359359
),
360360
libraryDependencies ++= maybeAvro
361361
)

0 commit comments

Comments
 (0)