diff --git a/.gitignore b/.gitignore index e007bf24f..9b2dd70b3 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ build-targetatlassian-ide-plugin.xml *.iws docs/_build **/.flattened-pom.xml +**/dependency-reduced-pom.xml diff --git a/pom.xml b/pom.xml index 191b90a13..43297e240 100644 --- a/pom.xml +++ b/pom.xml @@ -73,6 +73,7 @@ under the License. 1.18.0 1.18 + 17.0 1.9.7.Final 3.2.0 2.2.0 @@ -149,11 +150,17 @@ under the License. ${slf4j.version} - org.apache.flink flink-shaded-guava - 31.1-jre-17.0 + 31.1-jre-${flink.shaded.version} + + + + org.apache.flink + flink-shaded-force-shading + ${flink.shaded.version} + true @@ -435,9 +442,6 @@ under the License. false false true - - ${project.basedir}/target/dependency-reduced-pom.xml - *:* @@ -451,8 +455,13 @@ under the License. - - + + org.apache.flink:flink-shaded-force-shading