From 1502dcda18db485ca93e06830fc50f9fd08cb65d Mon Sep 17 00:00:00 2001 From: zentol Date: Mon, 8 Oct 2018 10:37:23 +0200 Subject: [PATCH] [FLINK-8033] Add flink-shaded-asm6 --- .../packaged_licenses/LICENSE.asm.txt | 31 +++++ flink-shaded-asm-6/pom.xml | 108 ++++++++++++++++++ pom.xml | 1 + 3 files changed, 140 insertions(+) create mode 100644 flink-shaded-asm-6/packaged_licenses/LICENSE.asm.txt create mode 100644 flink-shaded-asm-6/pom.xml diff --git a/flink-shaded-asm-6/packaged_licenses/LICENSE.asm.txt b/flink-shaded-asm-6/packaged_licenses/LICENSE.asm.txt new file mode 100644 index 0000000..62ffbcc --- /dev/null +++ b/flink-shaded-asm-6/packaged_licenses/LICENSE.asm.txt @@ -0,0 +1,31 @@ +ASM: a very small and fast Java bytecode manipulation framework + +Copyright (c) 2000-2011 INRIA, France Telecom +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +3. Neither the name of the copyright holders nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF +THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/flink-shaded-asm-6/pom.xml b/flink-shaded-asm-6/pom.xml new file mode 100644 index 0000000..85b7855 --- /dev/null +++ b/flink-shaded-asm-6/pom.xml @@ -0,0 +1,108 @@ + + + + + 4.0.0 + + + org.apache.flink + flink-shaded + 5.0 + .. + + + flink-shaded-asm-${asm.major.version} + ${asm.version}-5.0 + + jar + + + 6 + ${asm.major.version}.2.1 + + + + + org.ow2.asm + asm + ${asm.version} + + + + org.ow2.asm + asm-tree + ${asm.version} + + + + org.ow2.asm + asm-analysis + ${asm.version} + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + 3.1.1 + + + shade-flink + package + + shade + + + true + ${project.basedir}/target/dependency-reduced-pom.xml + + + org.ow2.asm:* + + + + + org.objectweb + org.apache.flink.shaded.asm6.org.objectweb + + + + + + + + + + + + + + + + + + diff --git a/pom.xml b/pom.xml index 7581102..e1e9505 100644 --- a/pom.xml +++ b/pom.xml @@ -54,6 +54,7 @@ under the License. flink-shaded-force-shading flink-shaded-asm-5 + flink-shaded-asm-6 flink-shaded-guava-18 flink-shaded-netty-4 flink-shaded-jackson-parent