Skip to content

Commit 24591f6

Browse files
author
Fokko Driesprong
committed
[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
1 parent 4b40d96 commit 24591f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

parquet-format-structures/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@
6868
</plugin>
6969
<!-- thrift -->
7070
<plugin>
71-
<groupId>org.apache.thrift.tools</groupId>
72-
<artifactId>maven-thrift-plugin</artifactId>
73-
<version>0.1.11</version>
71+
<groupId>org.apache.thrift</groupId>
72+
<artifactId>thrift-maven-plugin</artifactId>
73+
<version>0.10.0</version>
7474
<configuration>
7575
<thriftSourceRoot>${parquet.thrift.path}</thriftSourceRoot>
7676
<thriftExecutable>${format.thrift.executable}</thriftExecutable>

0 commit comments

Comments
 (0)