From 0e9af0174d2aeaa2a1c6b4c94a6b7db1032a1201 Mon Sep 17 00:00:00 2001
From: Harish Butani <hbutani@hortonworks.com>
Date: Thu, 22 Jan 2015 11:06:14 -0800
Subject: [PATCH] comment out scala compiler option in typesystem pom

---
 typesystem/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/typesystem/pom.xml b/typesystem/pom.xml
index b53e254..8317cb7 100644
--- a/typesystem/pom.xml
+++ b/typesystem/pom.xml
@@ -240,13 +240,13 @@
                         </javacArgs>
                         <!-- The following plugin is required to use quasiquotes in Scala 2.10 and is used
                              by Spark SQL for code generation. -->
-                        <compilerPlugins>
+                        <!--<compilerPlugins>
                             <compilerPlugin>
                                 <groupId>org.scalamacros</groupId>
                                 <artifactId>paradise_${scala.version}</artifactId>
                                 <version>${scala.macros.version}</version>
                             </compilerPlugin>
-                        </compilerPlugins>
+                        </compilerPlugins>-->
                     </configuration>
                 </plugin>
             </plugins>
--
libgit2 0.27.1