aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 1f570727dc..32918d6a74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,6 @@
<modules>
<module>tags</module>
<module>core</module>
- <module>bagel</module> <!-- Deprecated -->
<module>graphx</module>
<module>mllib</module>
<module>tools</module>
@@ -194,7 +193,7 @@
declared in the projects that build assemblies.
For other projects the scope should remain as "compile", otherwise they are not available
- during compilation if the dependency is transivite (e.g. "bagel/" depending on "core/" and
+ during compilation if the dependency is transivite (e.g. "graphx/" depending on "core/" and
needing Hadoop classes in the classpath to compile).
-->
<flume.deps.scope>compile</flume.deps.scope>