MartijnVisser opened a new pull request, #8: URL: https://github.com/apache/flink-connector-pulsar/pull/8
Dependency tree from Flink's repo (before externalization): ``` [INFO] +- org.apache.pulsar:pulsar-client-all:jar:2.10.2:compile [INFO] | +- org.apache.pulsar:pulsar-client-api:jar:2.10.2:compile [INFO] | +- org.apache.pulsar:bouncy-castle-bc:jar:pkg:2.10.2:compile [INFO] | +- org.bouncycastle:bcpkix-jdk15on:jar:1.69:compile [INFO] | +- org.bouncycastle:bcprov-jdk15on:jar:1.69:compile [INFO] | +- org.bouncycastle:bcutil-jdk15on:jar:1.69:compile [INFO] | +- org.bouncycastle:bcprov-ext-jdk15on:jar:1.69:compile ``` Dependency tree from this repo (before this PR): ``` [INFO] | \- org.apache.pulsar:pulsar-client-all:jar:2.10.2:compile [INFO] | +- org.apache.pulsar:pulsar-client-api:jar:2.10.2:compile [INFO] | +- org.apache.pulsar:bouncy-castle-bc:jar:pkg:2.10.2:compile [INFO] | +- org.bouncycastle:bcpkix-jdk15on:jar:1.69:test [INFO] | +- org.bouncycastle:bcprov-jdk15on:jar:1.69:compile [INFO] | +- org.bouncycastle:bcutil-jdk15on:jar:1.69:compile [INFO] | +- org.bouncycastle:bcprov-ext-jdk15on:jar:1.69:test ``` Dependency tree from this repo (locally, with the changes from this PR): ``` [INFO] +- org.apache.pulsar:pulsar-client-all:jar:2.10.2:compile [INFO] | +- org.apache.pulsar:pulsar-client-api:jar:2.10.2:compile [INFO] | +- org.apache.pulsar:bouncy-castle-bc:jar:pkg:2.10.2:compile [INFO] | +- org.bouncycastle:bcpkix-jdk15on:jar:1.69:compile [INFO] | +- org.bouncycastle:bcprov-jdk15on:jar:1.69:compile [INFO] | +- org.bouncycastle:bcutil-jdk15on:jar:1.69:compile [INFO] | +- org.bouncycastle:bcprov-ext-jdk15on:jar:1.69:compile ``` -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org