poorbarcode commented on code in PR #127: URL: https://github.com/apache/flink-connector-pulsar/pull/127#discussion_r4007548370
########## flink-sql-connector-pulsar/src/main/resources/META-INF/NOTICE: ########## @@ -6,15 +6,11 @@ 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.fasterxml.jackson.core:jackson-annotations:2.13.4 -- org.apache.pulsar:pulsar-client-admin-api:3.0.5 -- org.apache.pulsar:pulsar-client-all:3.0.5 -- org.apache.pulsar:pulsar-client-api:3.0.5 - -This project bundles the following dependencies under the Bouncy Castle license. -See bundled license files for details. - -- org.bouncycastle:bcpkix-jdk15on:1.69 -- org.bouncycastle:bcprov-ext-jdk15on:1.69 -- org.bouncycastle:bcprov-jdk15on:1.69 -- org.bouncycastle:bcutil-jdk15on:1.69 Review Comment: Thanks, addressed in c8a08cb. The SQL connector now bundles the Pulsar 4 Bouncy Castle jdk18on dependencies (1.84), and the NOTICE lists the corresponding artifacts. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
