From ce8c41e5f8f35bee8b81a7aefb8e2f8155ef0555 Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Thu, 24 Jan 2019 10:55:38 +0100 Subject: [PATCH] [PARQUET-1506] Migrate maven-thrift-plugin to thrift-maven-plugin maven-thrift-plugin (Aug 13, 2013) https://mvnrepository.com/artifact/org.apache.thrift.tools/maven-thrift-plugin/0.1.11 thrift-maven-plugin (Jan 18, 2017) https://mvnrepository.com/artifact/org.apache.thrift/thrift-maven-plugin/0.10.0 The maven-thrift-plugin is the old one which has been migrated to the ASF and continued as thrift-maven-plugin: https://issues.apache.org/jira/browse/THRIFT-4083 I'm investigating bumping the thift version to make it Java 11 compatible. But having a newer version of the maven plugin is a requirement: https://issues.apache.org/jira/browse/THRIFT-4083 --- parquet-format-structures/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/parquet-format-structures/pom.xml b/parquet-format-structures/pom.xml index 60ecfefb2f..d091a361b1 100644 --- a/parquet-format-structures/pom.xml +++ b/parquet-format-structures/pom.xml @@ -68,9 +68,9 @@ - org.apache.thrift.tools - maven-thrift-plugin - 0.1.11 + org.apache.thrift + thrift-maven-plugin + ${thrift-maven-plugin.version} ${parquet.thrift.path} ${format.thrift.executable}