aboutsummaryrefslogtreecommitdiff
path: root/repl/pom.xml
diff options
context:
space:
mode:
authorMikhail Bautin <mbautin@gmail.com>2013-03-15 11:41:51 -0700
committerMikhail Bautin <mbautin@gmail.com>2013-03-15 11:41:51 -0700
commit7fd2708edaa863701ed8032e395e255df399d898 (patch)
treebcd798d2a3145e3052abbb63b8c1f9576df1e30b /repl/pom.xml
parent4032beba4948fc931190e2f16816545c9d0a1930 (diff)
downloadspark-7fd2708edaa863701ed8032e395e255df399d898.tar.gz
spark-7fd2708edaa863701ed8032e395e255df399d898.tar.bz2
spark-7fd2708edaa863701ed8032e395e255df399d898.zip
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).
Diffstat (limited to 'repl/pom.xml')
-rw-r--r--repl/pom.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.spark-project</groupId>
- <artifactId>parent</artifactId>
+ <artifactId>spark-parent</artifactId>
<version>0.7.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>