From 7fd2708edaa863701ed8032e395e255df399d898 Mon Sep 17 00:00:00 2001 From: Mikhail Bautin Date: Fri, 15 Mar 2013 11:41:51 -0700 Subject: Add a log4j compile dependency to fix build in IntelliJ Also rename parent project to spark-parent (otherwise it shows up as "parent" in IntelliJ, which is very confusing). --- pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to '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} -- cgit v1.2.3