|
@@ -83,17 +83,6 @@
|
|
|
</goals>
|
|
</goals>
|
|
|
</execution>
|
|
</execution>
|
|
|
</executions>
|
|
</executions>
|
|
|
- <configuration>
|
|
|
|
|
- <!-- The following plugin is required to use quasiquotes in Scala 2.10 and is used
|
|
|
|
|
- by Spark SQL for code generation. -->
|
|
|
|
|
- <compilerPlugins>
|
|
|
|
|
- <compilerPlugin>
|
|
|
|
|
- <groupId>org.scalamacros</groupId>
|
|
|
|
|
- <artifactId>paradise_${scala.version}</artifactId>
|
|
|
|
|
- <version>${scala.macros.version}</version>
|
|
|
|
|
- </compilerPlugin>
|
|
|
|
|
- </compilerPlugins>
|
|
|
|
|
- </configuration>
|
|
|
|
|
</plugin>
|
|
</plugin>
|
|
|
|
|
|
|
|
<!--
|
|
<!--
|