This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/storm.git
commit f9f3f47b4ee2a0f6ae934cde999b0b875bd9aae8 Author: purshotam shah <[email protected]> AuthorDate: Wed Aug 28 10:39:41 2024 -0700 STORM-4070 mTls support - fix LICENSE-binary --- LICENSE-binary | 7 ++++--- external/storm-autocreds/pom.xml | 4 ++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/LICENSE-binary b/LICENSE-binary index 931d84cbd..99d597c88 100644 --- a/LICENSE-binary +++ b/LICENSE-binary @@ -921,6 +921,7 @@ The license texts of these dependencies can be found in the licenses directory. * Netty/Resolver/DNS/Native/MacOS (io.netty:netty-resolver-dns-native-macos:4.1.112.Final - https://netty.io/netty-resolver-dns-native-macos/) * Netty/Resolver/DNS (io.netty:netty-resolver-dns:4.1.112.Final - https://netty.io/netty-resolver-dns/) * Netty/Resolver (io.netty:netty-resolver:4.1.112.Final - https://netty.io/netty-resolver/) + * Netty/TomcatNative (io.netty:netty-tcnative:2.0.65.Final - https://github.com/netty/netty-tcnative) * Netty/TomcatNative [BoringSSL - Static] (io.netty:netty-tcnative-boringssl-static:jar:2.0.65.Final - https://github.com/netty/netty-tcnative/netty-tcnative-boringssl-static/) * Netty/TomcatNative [BoringSSL - Static] (io.netty:netty-tcnative-boringssl-static:2.0.65.Final - https://github.com/netty/netty-tcnative/netty-tcnative-boringssl-static/) * Netty/Transport/Classes/Epoll (io.netty:netty-transport-classes-epoll:4.1.112.Final - https://netty.io/netty-transport-classes-epoll/) @@ -1017,9 +1018,9 @@ The license texts of these dependencies can be found in the licenses directory. Bouncy Castle Licence - * Bouncy Castle ASN.1 Extension and Utility APIs (org.bouncycastle:bcutil-jdk15on:1.78.1 - https://www.bouncycastle.org/java.html) - * Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs (org.bouncycastle:bcpkix-jdk15on:1.78.1 - http://www.bouncycastle.org/java.html) - * Bouncy Castle Provider (org.bouncycastle:bcprov-jdk15on:1.78.1 - http://www.bouncycastle.org/java.html) + * Bouncy Castle ASN.1 Extension and Utility APIs (org.bouncycastle:bcutil-jdk18on:1.78.1 - https://www.bouncycastle.org/java.html) + * Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs (org.bouncycastle:bcpkix-jdk18on:1.78.1 - http://www.bouncycastle.org/java.html) + * Bouncy Castle Provider (org.bouncycastle:bcprov-jdk18on:1.78.1 - http://www.bouncycastle.org/java.html) BSD 2-Clause license diff --git a/external/storm-autocreds/pom.xml b/external/storm-autocreds/pom.xml index ac2e75a74..d8ac865ec 100644 --- a/external/storm-autocreds/pom.xml +++ b/external/storm-autocreds/pom.xml @@ -93,6 +93,10 @@ <groupId>junit</groupId> <artifactId>junit</artifactId> </exclusion> + <exclusion> + <groupId>org.bouncycastle</groupId> + <artifactId>bcpkix-jdk15on</artifactId> + </exclusion> </exclusions> </dependency> <dependency>
