From 364cfa2c0f20577a708c9da266061f14198b53f1 Mon Sep 17 00:00:00 2001 From: Dawid Wysakowicz Date: Wed, 26 Jun 2024 17:25:03 +0200 Subject: [PATCH] [FLINK-35696] Shade com.jayway.jsonpath:json-path --- .../flink-shaded-jsonpath/pom.xml | 89 +++++++++++++++++++ .../src/main/resources/META-INF/NOTICE | 9 ++ flink-shaded-jackson-parent/pom.xml | 1 + pom.xml | 1 + 4 files changed, 100 insertions(+) create mode 100644 flink-shaded-jackson-parent/flink-shaded-jsonpath/pom.xml create mode 100644 flink-shaded-jackson-parent/flink-shaded-jsonpath/src/main/resources/META-INF/NOTICE diff --git a/flink-shaded-jackson-parent/flink-shaded-jsonpath/pom.xml b/flink-shaded-jackson-parent/flink-shaded-jsonpath/pom.xml new file mode 100644 index 0000000..bc8c833 --- /dev/null +++ b/flink-shaded-jackson-parent/flink-shaded-jsonpath/pom.xml @@ -0,0 +1,89 @@ + + + + + 4.0.0 + + + org.apache.flink + flink-shaded-jackson-parent + 2.15.3-19.0 + + + flink-shaded-jsonpath${flink.ci.license.suffix} + flink-shaded-jsonpath + + 2.7.0-19.0 + + + + com.jayway.jsonpath + json-path + ${jsonpath.version} + + + + + + license-check + + -2 + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + 3.4.1 + + + shade-flink + + + + com.jayway.jsonpath:json-path + + + + + com.jayway.jsonpath + ${shading.prefix}.com.jayway.jsonpath + + + + + + + + + + + org.codehaus.mojo + flatten-maven-plugin + + + + \ No newline at end of file diff --git a/flink-shaded-jackson-parent/flink-shaded-jsonpath/src/main/resources/META-INF/NOTICE b/flink-shaded-jackson-parent/flink-shaded-jsonpath/src/main/resources/META-INF/NOTICE new file mode 100644 index 0000000..9aa12c7 --- /dev/null +++ b/flink-shaded-jackson-parent/flink-shaded-jsonpath/src/main/resources/META-INF/NOTICE @@ -0,0 +1,9 @@ +flink-shaded-jackson +Copyright 2014-2023 The Apache Software Foundation + +This project includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +This project bundles the following dependencies under the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) + +- com.jayway.jsonpath:json-path:2.7.0 diff --git a/flink-shaded-jackson-parent/pom.xml b/flink-shaded-jackson-parent/pom.xml index 3b8f37c..9449c8d 100644 --- a/flink-shaded-jackson-parent/pom.xml +++ b/flink-shaded-jackson-parent/pom.xml @@ -36,6 +36,7 @@ under the License. flink-shaded-jackson-2 flink-shaded-jackson-module-jsonSchema-2 + flink-shaded-jsonpath diff --git a/pom.xml b/pom.xml index d261725..0c6f67f 100644 --- a/pom.xml +++ b/pom.xml @@ -64,6 +64,7 @@ under the License. org.apache.flink.shaded 4.1.100.Final 2.15.3 + 2.7.0 32.1.3-jre