You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ra...@apache.org on 2020/11/17 15:51:34 UTC

[phoenix] 02/02: fixing white spaces

This is an automated email from the ASF dual-hosted git repository.

rajeshbabu pushed a commit to branch 4.x
in repository https://gitbox.apache.org/repos/asf/phoenix.git

commit cd657db52357aa73aabc707f8617cf09d9125d66
Author: Rajeshbabu Chintaguntla <rc...@cloudera.com>
AuthorDate: Sat Nov 14 04:00:24 2020 +0530

    fixing white spaces
---
 phoenix-client-parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/phoenix-client-parent/pom.xml b/phoenix-client-parent/pom.xml
index 5b813ec..0217e8a 100644
--- a/phoenix-client-parent/pom.xml
+++ b/phoenix-client-parent/pom.xml
@@ -145,8 +145,8 @@
                 <!-- Hbase classes - Maybe these could be shaded as well ? -->
                 <exclude>org/apache/hbase/**</exclude>
                 <!-- Phoenix classes -->
-		<exclude>org/apache/phoenix/**</exclude>
-		<exclude>org/apache/omid/**</exclude>
+                <exclude>org/apache/phoenix/**</exclude>
+                <exclude>org/apache/omid/**</exclude>
                 <!-- Do want/need to expose Tephra as well ? -->
               </excludes>
             </relocation>