You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2014/01/23 19:48:32 UTC

[2/4] git commit: Add jblas dependency

Add jblas dependency

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

Branch: refs/heads/master
Commit: a5a513e25e0742400788afd975dd255face2eac4
Parents: cc0fd33
Author: Jianping J Wang <ji...@gmail.com>
Authored: Thu Jan 23 19:48:39 2014 +0800
Committer: Jianping J Wang <ji...@gmail.com>
Committed: Thu Jan 23 19:48:39 2014 +0800

----------------------------------------------------------------------
 graphx/pom.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/a5a513e2/graphx/pom.xml
----------------------------------------------------------------------
diff --git a/graphx/pom.xml b/graphx/pom.xml
index d97dbb8..baa240a 100644
--- a/graphx/pom.xml
+++ b/graphx/pom.xml
@@ -38,15 +38,14 @@
       <version>${project.version}</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-math3</artifactId>
-      <version>3.2</version>
+      <groupId>org.jblas</groupId>
+      <artifactId>jblas</artifactId>
+      <version>1.2.3</version>
     </dependency>
     <dependency>
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-server</artifactId>
     </dependency>
-
     <dependency>
       <groupId>org.scalatest</groupId>
       <artifactId>scalatest_${scala.binary.version}</artifactId>