This is an automated email from the ASF dual-hosted git repository.
mhubail pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb.git
The following commit(s) were added to refs/heads/master by this push:
new 457b8ad6c6 [NO ISSUE][OTH] Added license override for zstd-jni-1.5.5-1
457b8ad6c6 is described below
commit 457b8ad6c69a3e0a1b666282f6bcb0cac7fce46c
Author: Ritik Raj <[email protected]>
AuthorDate: Fri Oct 13 20:24:39 2023 +0530
[NO ISSUE][OTH] Added license override for zstd-jni-1.5.5-1
- user model changes: no
- storage format changes: no
- interface changes: no
Change-Id: Idd83208d2d92240999319e929e60f07422c8715f
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17865
Integration-Tests: Jenkins <[email protected]>
Reviewed-by: Murtadha Hubail <[email protected]>
Tested-by: Ali Alsuliman <[email protected]>
---
asterixdb/src/main/appended-resources/supplemental-models.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/asterixdb/src/main/appended-resources/supplemental-models.xml
b/asterixdb/src/main/appended-resources/supplemental-models.xml
index 60530e99c9..eb94233acd 100644
--- a/asterixdb/src/main/appended-resources/supplemental-models.xml
+++ b/asterixdb/src/main/appended-resources/supplemental-models.xml
@@ -2321,9 +2321,9 @@
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
<properties>
-
<license.ignoreMissingEmbeddedLicense>1.5.0-1</license.ignoreMissingEmbeddedLicense>
-
<license.ignoreMissingEmbeddedNotice>1.5.0-1</license.ignoreMissingEmbeddedNotice>
- <license.ignoreLicenseOverride>1.5.0-1</license.ignoreLicenseOverride>
+
<license.ignoreMissingEmbeddedLicense>1.5.0-1,1.5.5-1</license.ignoreMissingEmbeddedLicense>
+
<license.ignoreMissingEmbeddedNotice>1.5.0-1,1.5.5-1</license.ignoreMissingEmbeddedNotice>
+
<license.ignoreLicenseOverride>1.5.0-1,1.5.5-1</license.ignoreLicenseOverride>
</properties>
</project>
</supplement>