aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSandy Ryza <sandy@cloudera.com>2014-03-07 23:10:35 -0800
committerPatrick Wendell <pwendell@gmail.com>2014-03-07 23:10:35 -0800
commita99fb3747a0bc9498cb1d19ae5b5bb0163e6f52b (patch)
treec6ff1207f66ca8419198f16bede4ef058e5e3bab /tools
parent6e730edcde7ca6cbb5727dff7a42f7284b368528 (diff)
downloadspark-a99fb3747a0bc9498cb1d19ae5b5bb0163e6f52b.tar.gz
spark-a99fb3747a0bc9498cb1d19ae5b5bb0163e6f52b.tar.bz2
spark-a99fb3747a0bc9498cb1d19ae5b5bb0163e6f52b.zip
SPARK-1193. Fix indentation in pom.xmls
Author: Sandy Ryza <sandy@cloudera.com> Closes #91 from sryza/sandy-spark-1193 and squashes the following commits: a878124 [Sandy Ryza] SPARK-1193. Fix indentation in pom.xmls
Diffstat (limited to 'tools')
-rw-r--r--tools/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/pom.xml b/tools/pom.xml
index b8dd255d40..11433e596f 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -36,10 +36,10 @@
<profile>
<id>yarn-alpha</id>
<dependencies>
- <dependency>
- <groupId>org.apache.avro</groupId>
- <artifactId>avro</artifactId>
- </dependency>
+ <dependency>
+ <groupId>org.apache.avro</groupId>
+ <artifactId>avro</artifactId>
+ </dependency>
</dependencies>
</profile>
</profiles>