aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index b338a957f3..ba19c51391 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,6 +87,7 @@
<modules>
<module>core</module>
<module>bagel</module>
+ <module>graph</module>
<module>mllib</module>
<module>tools</module>
<module>streaming</module>
@@ -123,7 +124,7 @@
</properties>
<repositories>
- <repository>
+ <repository>
<id>maven-repo</id> <!-- This should be at top, it makes maven try the central repo first and then others and hence faster dep resolution -->
<name>Maven Repository</name>
<url>http://repo.maven.apache.org/maven2</url>
@@ -206,7 +207,7 @@
</dependency>
<!-- In theory we need not directly depend on protobuf since Spark does not directly
use it. However, when building with Hadoop/YARN 2.2 Maven doesn't correctly bump
- the protobuf version up from the one Mesos gives. For now we include this variable
+ the protobuf version up from the one Mesos gives. For now we include this variable
to explicitly bump the version when building with YARN. It would be nice to figure
out why Maven can't resolve this correctly (like SBT does). -->
<dependency>