This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch fd-remove-scala in repository https://gitbox.apache.org/repos/asf/parquet-java.git
commit 06d4a1af2db527380fd8ae56993bfe75a0eba136 Author: Fokko Driesprong <[email protected]> AuthorDate: Wed Dec 18 17:44:43 2024 +0100 MINOR: Remove `scala` properties from `pom.xml` They are not used anymore --- pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pom.xml b/pom.xml index 40dbabdf7..f2ce544aa 100644 --- a/pom.xml +++ b/pom.xml @@ -98,10 +98,6 @@ <previous.version>1.15.0</previous.version> <thrift.executable>thrift</thrift.executable> <format.thrift.executable>${thrift.executable}</format.thrift.executable> - <scala.version>2.12.17</scala.version> - <!-- scala.binary.version is used for projects that fetch dependencies that are in scala --> - <scala.binary.version>2.12</scala.binary.version> - <scala.maven.test.skip>false</scala.maven.test.skip> <pig.version>0.16.0</pig.version> <pig.classifier>h2</pig.classifier> <thrift-maven-plugin.version>0.10.0</thrift-maven-plugin.version>
