This is an automated email from the ASF dual-hosted git repository. jark pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fluss.git
commit c1dc8e3a46a73fc20db72501e57a30a45ee7a87f Author: Jark Wu <[email protected]> AuthorDate: Mon Aug 25 20:37:38 2025 +0800 [license] Remove unnecessary dependencies from NOTICE files --- fluss-client/src/main/resources/META-INF/NOTICE | 4 -- .../src/main/resources/META-INF/NOTICE | 14 ------ .../resources/META-INF/licenses/LICENSE.jacoco | 14 ------ .../main/resources/META-INF/licenses/LICENSE.jdom | 51 ---------------------- fluss-server/src/main/resources/META-INF/NOTICE | 5 --- 5 files changed, 88 deletions(-) diff --git a/fluss-client/src/main/resources/META-INF/NOTICE b/fluss-client/src/main/resources/META-INF/NOTICE index 2f1d08de9..fd48d55f4 100644 --- a/fluss-client/src/main/resources/META-INF/NOTICE +++ b/fluss-client/src/main/resources/META-INF/NOTICE @@ -11,10 +11,6 @@ This project bundles the following dependencies under the Apache Software Licens - org.apache.commons:commons-lang3:3.18.0 - org.apache.commons:commons-math3:3.6.1 - org.lz4:lz4-java:1.8.0 -- org.apache.fluss:fluss-shaded-arrow:15.0.0-1.0-incubating -- org.apache.fluss:fluss-shaded-guava:32.1.3-jre-1.0-incubating -- org.apache.fluss:fluss-shaded-jackson:2.15.3-1.0-incubating -- org.apache.fluss:fluss-shaded-netty:4.1.104.Final-1.0-incubating This project bundles the following dependencies under the MIT (https://opensource.org/licenses/MIT) See bundled license files for details. diff --git a/fluss-filesystems/fluss-fs-obs/src/main/resources/META-INF/NOTICE b/fluss-filesystems/fluss-fs-obs/src/main/resources/META-INF/NOTICE index c55cfdd2f..9902412d1 100644 --- a/fluss-filesystems/fluss-fs-obs/src/main/resources/META-INF/NOTICE +++ b/fluss-filesystems/fluss-fs-obs/src/main/resources/META-INF/NOTICE @@ -19,10 +19,6 @@ This project bundles the following dependencies under the Apache Software Licens - commons-lang:commons-lang:2.6 - commons-logging:commons-logging:1.1.3 - org.apache.hadoop:hadoop-huaweicloud:3.4.0 -- org.apache.httpcomponents:httpclient:4.5.13 -- org.apache.httpcomponents:httpcore:4.4.13 -- org.codehaus.jettison:jettison:1.5.4 -- org.ini4j:ini4j:0.5.4 - net.java.dev.jets3t:jets3t:0.9.0 - org.apache.commons:commons-compress:1.21 - org.apache.commons:commons-lang3:3.18.0 @@ -57,16 +53,6 @@ This project bundles the following dependencies under the Apache Software Licens - org.jetbrains:annotations:13.0 - org.yaml:snakeyaml:2.0 -The binary distribution of this product bundles these dependencies under the Eclipse Public License - v 2.0 (https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt) -See bundled license files for details. - -- org.jacoco:org.jacoco.agent:runtime:0.8.5 - -This project bundles the following dependencies under the JDOM license. -See bundled license files for details. - -- org.jdom:jdom2:2.0.6.1 - This project bundles the following dependencies under the CDDL 1.1 license. See bundled license files for details. diff --git a/fluss-filesystems/fluss-fs-obs/src/main/resources/META-INF/licenses/LICENSE.jacoco b/fluss-filesystems/fluss-fs-obs/src/main/resources/META-INF/licenses/LICENSE.jacoco deleted file mode 100644 index 47ff775ba..000000000 --- a/fluss-filesystems/fluss-fs-obs/src/main/resources/META-INF/licenses/LICENSE.jacoco +++ /dev/null @@ -1,14 +0,0 @@ -License -======= - -Copyright (c) 2009, 2019 Mountainminds GmbH & Co. KG and Contributors - -The JaCoCo Java Code Coverage Library and all included documentation is made -available by Mountainminds GmbH & Co. KG, Munich. Except indicated below, the -Content is provided to you under the terms and conditions of the Eclipse Public -License Version 2.0 ("EPL"). A copy of the EPL is available at -[https://www.eclipse.org/legal/epl-2.0/](https://www.eclipse.org/legal/epl-2.0/). - -Please visit -[http://www.jacoco.org/jacoco/trunk/doc/license.html](http://www.jacoco.org/jacoco/trunk/doc/license.html) -for the complete license information including third party licenses and trademarks. \ No newline at end of file diff --git a/fluss-filesystems/fluss-fs-obs/src/main/resources/META-INF/licenses/LICENSE.jdom b/fluss-filesystems/fluss-fs-obs/src/main/resources/META-INF/licenses/LICENSE.jdom deleted file mode 100644 index b420aeb00..000000000 --- a/fluss-filesystems/fluss-fs-obs/src/main/resources/META-INF/licenses/LICENSE.jdom +++ /dev/null @@ -1,51 +0,0 @@ - Copyright (C) 2000-2004 Jason Hunter & Brett McLaughlin. - All rights reserved. - -This project bundles the following dependencies under the following license. - - 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 disclaimer that follows - these conditions in the documentation and/or other materials - provided with the distribution. - - 3. The name "JDOM" must not be used to endorse or promote products - derived from this software without prior written permission. For - written permission, please contact <request_AT_jdom_DOT_org>. - - 4. Products derived from this software may not be called "JDOM", nor - may "JDOM" appear in their name, without prior written permission - from the JDOM Project Management <request_AT_jdom_DOT_org>. - - In addition, we request (but do not require) that you include in the - end-user documentation provided with the redistribution and/or in the - software itself an acknowledgement equivalent to the following: - "This product includes software developed by the - JDOM Project (http://www.jdom.org/)." - Alternatively, the acknowledgment may be graphical using the logos - available at http://www.jdom.org/images/logos. - - THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED 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 JDOM AUTHORS OR THE PROJECT - 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. - - This software consists of voluntary contributions made by many - individuals on behalf of the JDOM Project and was originally - created by Jason Hunter <jhunter_AT_jdom_DOT_org> and - Brett McLaughlin <brett_AT_jdom_DOT_org>. For more information - on the JDOM Project, please see <http://www.jdom.org/>. diff --git a/fluss-server/src/main/resources/META-INF/NOTICE b/fluss-server/src/main/resources/META-INF/NOTICE index 817956f1a..fb2b8a315 100644 --- a/fluss-server/src/main/resources/META-INF/NOTICE +++ b/fluss-server/src/main/resources/META-INF/NOTICE @@ -15,11 +15,6 @@ This project bundles the following dependencies under the Apache Software Licens - org.apache.commons:commons-math3:3.6.1 - org.lz4:lz4-java:1.8.0 - org.xerial.snappy:snappy-java:1.1.10.4 -- org.apache.fluss:fluss-shaded-arrow:15.0.0-1.0-incubating -- org.apache.fluss:fluss-shaded-guava:32.1.3-jre-1.0-incubating -- org.apache.fluss:fluss-shaded-jackson:2.15.3-1.0-incubating -- org.apache.fluss:fluss-shaded-netty:4.1.104.Final-1.0-incubating -- org.apache.fluss:fluss-shaded-zookeeper:3.8.3-1.0-incubating This project bundles the following dependencies under the MIT (https://opensource.org/licenses/MIT) See bundled license files for details.
