aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorShivaram Venkataraman <shivaram@eecs.berkeley.edu>2013-07-30 14:03:15 -0700
committerShivaram Venkataraman <shivaram@eecs.berkeley.edu>2013-07-30 14:03:15 -0700
commit48851d4dd90184fdeee836caef5ad77b0dc643be (patch)
tree878ea4c714a5b2f34f85e9b7239ecdd1e8e0be9c /pom.xml
parent8aee11821673d4822dbc79bddd1da53696216108 (diff)
downloadspark-48851d4dd90184fdeee836caef5ad77b0dc643be.tar.gz
spark-48851d4dd90184fdeee836caef5ad77b0dc643be.tar.bz2
spark-48851d4dd90184fdeee836caef5ad77b0dc643be.zip
Add bagel, mllib to SBT assembly.
Also add jblas dependency to mllib pom.xml
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 44729bd422..03b36f2ee8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,6 +58,7 @@
<module>core</module>
<module>bagel</module>
<module>examples</module>
+ <module>mllib</module>
<module>tools</module>
<module>streaming</module>
<module>repl</module>