This is an automated email from the ASF dual-hosted git repository.
damccorm pushed a commit to branch release-2.45.0
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/release-2.45.0 by this push:
new 2cab151b547 Cherry pick: Fix pulling licenses (#25456) (#25457)
2cab151b547 is described below
commit 2cab151b5479f14230f1d02152d70716e5af204b
Author: Danny McCormick <[email protected]>
AuthorDate: Tue Feb 14 09:53:05 2023 -0500
Cherry pick: Fix pulling licenses (#25456) (#25457)
* Fix pulling licenses
* Update sdks/java/container/license_scripts/dep_urls_java.yaml
Co-authored-by: Bruno Volpato <[email protected]>
---------
Co-authored-by: Bruno Volpato <[email protected]>
---
sdks/java/container/license_scripts/dep_urls_java.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sdks/java/container/license_scripts/dep_urls_java.yaml
b/sdks/java/container/license_scripts/dep_urls_java.yaml
index 43f008f58ff..b55f3092111 100644
--- a/sdks/java/container/license_scripts/dep_urls_java.yaml
+++ b/sdks/java/container/license_scripts/dep_urls_java.yaml
@@ -65,3 +65,7 @@ org.eclipse.jgit:
'4.4.1.201607150455-r':
license: "https://www.eclipse.org/org/documents/edl-v10.html"
type: "Eclipse Distribution License - v1.0"
+zstd-jni:
+ '1.5.2-5':
+ license: "https://raw.githubusercontent.com/luben/zstd-jni/master/LICENSE"
+ type: "2-Clause BSD"