From 36f810e9750e00a229844e1f00aa5876b08cc645 Mon Sep 17 00:00:00 2001 From: mystic-lama Date: Mon, 23 Oct 2023 21:34:29 -0700 Subject: [PATCH] ORC-1520: Removed JDK 8 settings from pom ### What changes were proposed in this pull request? The PR proposes to remove jdk8 related parameters from pom, since we moved to JDK 17 as part of #1627 ### Why are the changes needed? Since we moved to JDK 17, JDK 8 parameters are not relevant any more. This shall keep files up to date with changes ### How was this patch tested? Build runs successfully with the changes. Closes #1639 from mystic-lama/ORC-1520_remove_jdk8_settings. Lead-authored-by: mystic-lama Co-authored-by: Yiqun Zhang Signed-off-by: Dongjoon Hyun --- java/pom.xml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/java/pom.xml b/java/pom.xml index d83a113cb2..29e82bb018 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -66,9 +66,9 @@ 17 5.10.0 3.6.0 + 3.6.0 3.5.0 - 1.8 - 1.8 + 17 false 3.9.4 @@ -445,7 +445,7 @@ org.apache.maven.plugins maven-dependency-plugin - 3.1.2 + ${maven-dependency-plugin.version} true true @@ -801,14 +801,5 @@ bench - - java8 - - 1.8 - - - 9.3 - -