This is an automated email from the ASF dual-hosted git repository.
damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 5b0b5541d43 Fix pulling licenses (#25456)
5b0b5541d43 is described below
commit 5b0b5541d43cc3597f33ad2ed72afb1f24075e41
Author: Danny McCormick <[email protected]>
AuthorDate: Tue Feb 14 09:52:32 2023 -0500
Fix pulling licenses (#25456)
* 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"