You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/12/15 12:48:05 UTC

[GitHub] [flink-connector-pulsar] MartijnVisser opened a new pull request, #8: [FLINK-30427][Connector/Pulsar] Correct scope for bouncycastle dependencies

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-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink-connector-pulsar] MartijnVisser merged pull request #8: [FLINK-30427][Connector/Pulsar] Correct scope for bouncycastle dependencies

Posted by GitBox <gi...@apache.org>.
MartijnVisser merged PR #8:
URL: https://github.com/apache/flink-connector-pulsar/pull/8


-- 
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-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org