aboutsummaryrefslogtreecommitdiff
path: root/core/pom.xml
diff options
context:
space:
mode:
authorAhir Reddy <ahirreddy@gmail.com>2014-04-22 09:44:41 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-04-22 09:44:41 -0700
commit0f87e6ad4366a8c453a7415bc89399030003c264 (patch)
tree7f43a194719dffd0b0ebf648e0af2bf41de8250c /core/pom.xml
parent87de29084eed2a287ee114d492f45b211c500c6f (diff)
downloadspark-0f87e6ad4366a8c453a7415bc89399030003c264.tar.gz
spark-0f87e6ad4366a8c453a7415bc89399030003c264.tar.bz2
spark-0f87e6ad4366a8c453a7415bc89399030003c264.zip
[SPARK-1560]: Updated Pyrolite Dependency to be Java 6 compatible
Changed the Pyrolite dependency to a build which targets Java 6. Author: Ahir Reddy <ahirreddy@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
Diffstat (limited to 'core/pom.xml')
-rw-r--r--core/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pom.xml b/core/pom.xml
index d87e2bca03..058b7acba7 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>