This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a commit to branch release-1.17 in repository https://gitbox.apache.org/repos/asf/flink.git
commit 0bd63884ebc6bc7c600cbc38f0ef2557884b8b65 Author: Martijn Visser <[email protected]> AuthorDate: Thu Mar 16 11:31:07 2023 +0100 [hotfix] Sort NOTICE dependencies in alphabetical order --- .../src/main/resources/META-INF/NOTICE | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/flink-formats/flink-sql-avro-confluent-registry/src/main/resources/META-INF/NOTICE b/flink-formats/flink-sql-avro-confluent-registry/src/main/resources/META-INF/NOTICE index f841db93c8c..a89095bdff1 100644 --- a/flink-formats/flink-sql-avro-confluent-registry/src/main/resources/META-INF/NOTICE +++ b/flink-formats/flink-sql-avro-confluent-registry/src/main/resources/META-INF/NOTICE @@ -6,17 +6,17 @@ 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) -- org.apache.avro:avro:1.11.1 +- com.fasterxml.jackson.core:jackson-annotations:2.13.4 - com.fasterxml.jackson.core:jackson-core:2.13.4 - com.fasterxml.jackson.core:jackson-databind:2.13.4.2 -- com.fasterxml.jackson.core:jackson-annotations:2.13.4 -- org.apache.commons:commons-compress:1.21 -- io.confluent:kafka-schema-registry-client:7.2.2 -- org.apache.kafka:kafka-clients:7.2.2-ccs +- com.google.guava:guava:30.1.1-jre - io.confluent:common-config:7.2.2 - io.confluent:common-utils:7.2.2 +- io.confluent:kafka-schema-registry-client:7.2.2 +- org.apache.avro:avro:1.11.1 +- org.apache.commons:commons-compress:1.21 +- org.apache.kafka:kafka-clients:7.2.2-ccs - org.glassfish.jersey.core:jersey-common:2.30 -- com.google.guava:guava:30.1.1-jre - org.xerial.snappy:snappy-java:1.1.8.3 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)
