This is an automated email from the ASF dual-hosted git repository. aljoscha pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
commit 3acb98fe273ad30a6d4a05fe30f4552ca8d1e257 Author: Aljoscha Krettek <[email protected]> AuthorDate: Thu Oct 4 10:47:17 2018 +0200 [FLINK-7811] Remove macro paradise plugin --- flink-scala/pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/flink-scala/pom.xml b/flink-scala/pom.xml index 4472207..f5f6132 100644 --- a/flink-scala/pom.xml +++ b/flink-scala/pom.xml @@ -176,13 +176,6 @@ under the License. <jvmArg>-Xms128m</jvmArg> <jvmArg>-Xmx512m</jvmArg> </jvmArgs> - <compilerPlugins combine.children="append"> - <compilerPlugin> - <groupId>org.scalamacros</groupId> - <artifactId>paradise_${scala.version}</artifactId> - <version>${scala.macros.version}</version> - </compilerPlugin> - </compilerPlugins> </configuration> </plugin>
