Commit 0e9af017 by Harish Butani

comment out scala compiler option in typesystem pom

parent e0699c8f
...@@ -240,13 +240,13 @@ ...@@ -240,13 +240,13 @@
</javacArgs> </javacArgs>
<!-- The following plugin is required to use quasiquotes in Scala 2.10 and is used <!-- The following plugin is required to use quasiquotes in Scala 2.10 and is used
by Spark SQL for code generation. --> by Spark SQL for code generation. -->
<compilerPlugins> <!--<compilerPlugins>
<compilerPlugin> <compilerPlugin>
<groupId>org.scalamacros</groupId> <groupId>org.scalamacros</groupId>
<artifactId>paradise_${scala.version}</artifactId> <artifactId>paradise_${scala.version}</artifactId>
<version>${scala.macros.version}</version> <version>${scala.macros.version}</version>
</compilerPlugin> </compilerPlugin>
</compilerPlugins> </compilerPlugins>-->
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment