diff --git a/flink-table/flink-table-planner/pom.xml b/flink-table/flink-table-planner/pom.xml index d831017017cf69..eced08752a570b 100644 --- a/flink-table/flink-table-planner/pom.xml +++ b/flink-table/flink-table-planner/pom.xml @@ -77,8 +77,12 @@ under the License. value-annotations 2.8.8 - - + + org.apache.commons + commons-math3 + 3.6.1 + ${flink.markBundledAsOptional} + org.codehaus.janino commons-compiler diff --git a/flink-table/flink-table-runtime/pom.xml b/flink-table/flink-table-runtime/pom.xml index 1d3a56cc5b1ecc..9e8292063bea20 100644 --- a/flink-table/flink-table-runtime/pom.xml +++ b/flink-table/flink-table-runtime/pom.xml @@ -99,13 +99,6 @@ under the License. ${flink.markBundledAsOptional} - - org.apache.commons - commons-math3 - 3.6.1 - ${flink.markBundledAsOptional} - -