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 775a90373b [NO ISSUE][LIC]: Fix failing license test
775a90373b is described below

commit 775a90373b7d15d1e42dd8e8dcaa30ffc002f853
Author: Hussain Towaileb <[email protected]>
AuthorDate: Mon May 15 22:12:11 2023 +0300

    [NO ISSUE][LIC]: Fix failing license test
    
    Change-Id: I3982d84ad13857cac82a8fa912c800883eb95a33
    Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17533
    Reviewed-by: Michael Blow <[email protected]>
    Integration-Tests: Jenkins <[email protected]>
    Tested-by: Jenkins <[email protected]>
---
 asterixdb/src/main/appended-resources/supplemental-models.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/asterixdb/src/main/appended-resources/supplemental-models.xml 
b/asterixdb/src/main/appended-resources/supplemental-models.xml
index 3727fee2c6..baec366d70 100644
--- a/asterixdb/src/main/appended-resources/supplemental-models.xml
+++ b/asterixdb/src/main/appended-resources/supplemental-models.xml
@@ -555,8 +555,8 @@
       <groupId>software.amazon.awssdk</groupId>
       <artifactId>third-party-jackson-core</artifactId>
       <properties>
-        
<license.alternateNoticeFile>2.17.218:META-INF/NOTICE.txt</license.alternateNoticeFile>
-        
<license.alternateLicenseFile>2.17.218:META-INF/LICENSE.txt</license.alternateLicenseFile>
+        
<license.alternateNoticeFile>2.17.218:META-INF/NOTICE.txt,2.20.37:META-INF/NOTICE.txt</license.alternateNoticeFile>
+        
<license.alternateLicenseFile>2.17.218:META-INF/LICENSE.txt,2.20.37:META-INF/LICENSE.txt</license.alternateLicenseFile>
       </properties>
     </project>
   </supplement>
@@ -586,7 +586,6 @@
       <properties>
         
<license.ignoreMissingEmbeddedLicense>0.21.10</license.ignoreMissingEmbeddedLicense>
         
<license.ignoreMissingEmbeddedNotice>0.21.10</license.ignoreMissingEmbeddedNotice>
-        <license.ignoreNoticeOverride>0.21.10</license.ignoreNoticeOverride>
       </properties>
     </project>
   </supplement>

Reply via email to