diff --git a/bagel/pom.xml b/bagel/pom.xml index 667d28c1a2..510cff4669 100644 --- a/bagel/pom.xml +++ b/bagel/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.spark-project - parent + spark-parent 0.7.1-SNAPSHOT ../pom.xml diff --git a/core/pom.xml b/core/pom.xml index 9d46d94c1c..fe9c803728 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.spark-project - parent + spark-parent 0.7.1-SNAPSHOT ../pom.xml @@ -87,6 +87,10 @@ org.apache.mesos mesos + + log4j + log4j + org.scalatest diff --git a/examples/pom.xml b/examples/pom.xml index 2adeec8786..39cc47c709 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.spark-project - parent + spark-parent 0.7.1-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index 09ad903e6e..08d1fc12e0 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.spark-project - parent + spark-parent 0.7.1-SNAPSHOT pom Spark Project Parent POM @@ -58,6 +58,7 @@ 1.1.1 1.6.1 4.1.2 + 1.2.17 @@ -267,6 +268,12 @@ ${scala.version} + + log4j + log4j + ${log4j.version} + + org.scalatest scalatest_${scala.version} diff --git a/repl-bin/pom.xml b/repl-bin/pom.xml index a60028bb53..dd720e2291 100644 --- a/repl-bin/pom.xml +++ b/repl-bin/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.spark-project - parent + spark-parent 0.7.1-SNAPSHOT ../pom.xml diff --git a/repl/pom.xml b/repl/pom.xml index a1b3ccece8..a3e4606edc 100644 --- a/repl/pom.xml +++ b/repl/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.spark-project - parent + spark-parent 0.7.1-SNAPSHOT ../pom.xml diff --git a/streaming/pom.xml b/streaming/pom.xml index d1a766aeac..ec077e8089 100644 --- a/streaming/pom.xml +++ b/streaming/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.spark-project - parent + spark-parent 0.7.1-SNAPSHOT ../pom.xml