This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/license-cp
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 0eedc6c5f8f9dd01744c428123a6ce0169105403
Author: Danny McCormick <dannymccorm...@google.com>
AuthorDate: Mon Feb 13 17:04:07 2023 -0500

    Fix pulling licenses
---
 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..a0566e883bb 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://github.com/luben/zstd-jni/blob/master/LICENSE";
+    type: "2-Clause BSD"

Reply via email to