aboutsummaryrefslogtreecommitdiff
path: root/streaming
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 /streaming
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 'streaming')
-rw-r--r--streaming/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/streaming/pom.xml b/streaming/pom.xml
index 91d6a1375a..2343e381e6 100644
--- a/streaming/pom.xml
+++ b/streaming/pom.xml
@@ -37,10 +37,10 @@
a Hadoop 0.23.X issue -->
<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>