From e5ef5dbfb6aabbecee521037ac9f00ecaed143cc Mon Sep 17 00:00:00 2001
From: Ilkka Seppala <iluwatar@gmail.com>
Date: Thu, 27 Aug 2015 21:14:48 +0300
Subject: [PATCH] #143 Fix intendation in pom.xml

---
 message-channel/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/message-channel/pom.xml b/message-channel/pom.xml
index ce29ac9fd..98add90ee 100644
--- a/message-channel/pom.xml
+++ b/message-channel/pom.xml
@@ -14,10 +14,10 @@
 			<groupId>org.apache.camel</groupId>
 			<artifactId>camel-core</artifactId>
 		</dependency>
-			<dependency>
-				<groupId>org.apache.camel</groupId>
-				<artifactId>camel-stream</artifactId>
-			</dependency>
+		<dependency>
+			<groupId>org.apache.camel</groupId>
+			<artifactId>camel-stream</artifactId>
+		</dependency>
 		<dependency>
 			<groupId>junit</groupId>
 			<artifactId>junit</artifactId>