This is an automated email from the ASF dual-hosted git repository. sewen pushed a commit to branch release-2.0 in repository https://gitbox.apache.org/repos/asf/flink-statefun.git
commit 02dba2ffc1cc94cc3ef7582b4e6ce697d7bcc027 Author: Dian Fu <[email protected]> AuthorDate: Thu Apr 2 10:15:20 2020 +0800 [FLINK-16932][legal] Remove unnecessary entries in the distribution jar NOTICE This closes #92 --- .../src/main/resources/META-INF/NOTICE | 8 -------- .../src/main/resources/META-INF/licenses/LICENSE.kryo | 10 ---------- .../src/main/resources/META-INF/licenses/LICENSE.minlog | 10 ---------- 3 files changed, 28 deletions(-) diff --git a/statefun-flink/statefun-flink-distribution/src/main/resources/META-INF/NOTICE b/statefun-flink/statefun-flink-distribution/src/main/resources/META-INF/NOTICE index 420ed6d..79b470d 100644 --- a/statefun-flink/statefun-flink-distribution/src/main/resources/META-INF/NOTICE +++ b/statefun-flink/statefun-flink-distribution/src/main/resources/META-INF/NOTICE @@ -7,20 +7,14 @@ 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) - commons-codec:commons-codec:1.10 -- commons-collections:commons-collections:3.2.2 -- commons-cli:commons-cli:jar:1.3.1 - commons-lang:commons-lang:2.6 - commons-logging:commons-logging:1.1.3 - commons-io:commons-io:2.4 - com.google.auto.service:auto-service-annotations:1.0-rc6 - com.google.guava:guava:18.0 -- com.google.code.findbugs:jsr305:1.3.9 -- org.apache.commons:commons-compress:1.18 -- org.apache.commons:commons-math3:3.5 - org.apache.commons:commons-lang3:3.3.2 - org.apache.kafka:kafka-clients:2.2.0 - org.lz4:lz4-java:1.5.0 -- org.objenesis:objenesis:2.1 - com.squareup.okhttp3:okhttp:3.14.6 - com.squareup.okio:okio:1.17.2 - com.fasterxml.jackson.core:jackson-databind:2.10.1 @@ -33,8 +27,6 @@ This project bundles the following dependencies under the Apache Software Licens This project bundles the following dependencies under the BSD license. See bundled license files under "META-INF/licenses" for details. -- com.esotericsoftware.kryo:kryo:2.24.0 -- com.esotericsoftware.minlog:minlog:1.2 - com.github.luben:zstd-jni:1.3.8-1 - com.google.protobuf:protobuf-java:3.7.1 diff --git a/statefun-flink/statefun-flink-distribution/src/main/resources/META-INF/licenses/LICENSE.kryo b/statefun-flink/statefun-flink-distribution/src/main/resources/META-INF/licenses/LICENSE.kryo deleted file mode 100644 index c988005..0000000 --- a/statefun-flink/statefun-flink-distribution/src/main/resources/META-INF/licenses/LICENSE.kryo +++ /dev/null @@ -1,10 +0,0 @@ -Copyright (c) 2008-2018, Nathan Sweet -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -* 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. -* Neither the name of Esoteric Software 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 HOLDER 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 PROF [...] \ No newline at end of file diff --git a/statefun-flink/statefun-flink-distribution/src/main/resources/META-INF/licenses/LICENSE.minlog b/statefun-flink/statefun-flink-distribution/src/main/resources/META-INF/licenses/LICENSE.minlog deleted file mode 100644 index 3f6a160..0000000 --- a/statefun-flink/statefun-flink-distribution/src/main/resources/META-INF/licenses/LICENSE.minlog +++ /dev/null @@ -1,10 +0,0 @@ -Copyright (c) 2008, Nathan Sweet -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - * 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. - * Neither the name of Esoteric Software 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 HOLDER 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 PROF [...] \ No newline at end of file
