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 664142c7820935cc5c78b7c2224c8b711ce541e6 Author: Richard Zowalla <[email protected]> AuthorDate: Wed Aug 28 20:44:02 2024 +0200 Update license files after latest merge --- DEPENDENCY-LICENSES | 7 ++++--- external/storm-autocreds/pom.xml | 8 ++++++++ external/storm-hive/pom.xml | 4 ++++ 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES index 70dd96a36..9247067ec 100644 --- a/DEPENDENCY-LICENSES +++ b/DEPENDENCY-LICENSES @@ -347,6 +347,7 @@ List of third-party dependencies grouped by their license type. * Netty/Resolver (io.netty:netty-resolver:4.1.112.Final - https://netty.io/netty-resolver/) * 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/TomcatNative [OpenSSL - Classes] (io.netty:netty-tcnative-classes:2.0.65.Final - https://github.com/netty/netty-tcnative/netty-tcnative-classes/) + * Netty/TomcatNative [OpenSSL - Dynamic] (io.netty:netty-tcnative:2.0.65.Final - https://github.com/netty/netty-tcnative/netty-tcnative/) * Netty/Transport/Classes/Epoll (io.netty:netty-transport-classes-epoll:4.1.112.Final - https://netty.io/netty-transport-classes-epoll/) * Netty/Transport/Classes/KQueue (io.netty:netty-transport-classes-kqueue:4.1.112.Final - https://netty.io/netty-transport-classes-kqueue/) * Netty/Transport/Native/Epoll (io.netty:netty-transport-native-epoll:4.1.112.Final - https://netty.io/netty-transport-native-epoll/) @@ -468,9 +469,9 @@ List of third-party dependencies grouped by their license type. Bouncy Castle Licence - * Bouncy Castle ASN.1 Extension and Utility APIs (org.bouncycastle:bcutil-jdk15on:1.70 - https://www.bouncycastle.org/java.html) - * Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs (org.bouncycastle:bcpkix-jdk15on:1.70 - https://www.bouncycastle.org/java.html) - * Bouncy Castle Provider (org.bouncycastle:bcprov-jdk15on:1.70 - https://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 - https://www.bouncycastle.org/java.html) + * Bouncy Castle Provider (org.bouncycastle:bcprov-jdk18on:1.78.1 - https://www.bouncycastle.org/java.html) BSD-2-Clause diff --git a/external/storm-autocreds/pom.xml b/external/storm-autocreds/pom.xml index d8ac865ec..fe7a54c2a 100644 --- a/external/storm-autocreds/pom.xml +++ b/external/storm-autocreds/pom.xml @@ -97,6 +97,10 @@ <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk15on</artifactId> </exclusion> + <exclusion> + <groupId>org.bouncycastle</groupId> + <artifactId>bcprov-jdk15on</artifactId> + </exclusion> </exclusions> </dependency> <dependency> @@ -141,6 +145,10 @@ <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk15on</artifactId> </exclusion> + <exclusion> + <groupId>org.bouncycastle</groupId> + <artifactId>bcprov-jdk15on</artifactId> + </exclusion> </exclusions> </dependency> <dependency> diff --git a/external/storm-hive/pom.xml b/external/storm-hive/pom.xml index 1181b0e91..aa678383d 100644 --- a/external/storm-hive/pom.xml +++ b/external/storm-hive/pom.xml @@ -116,6 +116,10 @@ <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk15on</artifactId> </exclusion> + <exclusion> + <groupId>org.bouncycastle</groupId> + <artifactId>bcprov-jdk15on</artifactId> + </exclusion> </exclusions> </dependency> <dependency>
