This is an automated email from the ASF dual-hosted git repository.
htowaileb 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 34a1292d97 [NO ISSUE][LIC]: Fix failing license test
34a1292d97 is described below
commit 34a1292d97afb16e45927c9f48c7372d75f23b7c
Author: Hussain Towaileb <[email protected]>
AuthorDate: Mon Sep 25 13:27:14 2023 +0300
[NO ISSUE][LIC]: Fix failing license test
Change-Id: I88eb0b2beee6497e14667a1166df70dcb4e9f473
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17805
Integration-Tests: Jenkins <[email protected]>
Reviewed-by: Hussain Towaileb <[email protected]>
Reviewed-by: Michael Blow <[email protected]>
Tested-by: Hussain Towaileb <[email protected]>
---
asterixdb/asterix-server/pom.xml | 6 +++---
asterixdb/src/main/appended-resources/supplemental-models.xml | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/asterixdb/asterix-server/pom.xml b/asterixdb/asterix-server/pom.xml
index f3685b0036..41720333fc 100644
--- a/asterixdb/asterix-server/pom.xml
+++ b/asterixdb/asterix-server/pom.xml
@@ -218,8 +218,8 @@
<noticeUrl>https://raw.githubusercontent.com/aws/aws-sdk-java-v2/2.10.83/NOTICE.txt</noticeUrl>
</override>
<override>
- <gav>software.amazon.awssdk.crt:aws-crt:0.21.10</gav>
-
<noticeUrl>https://raw.githubusercontent.com/awslabs/aws-crt-java/v0.21.10/NOTICE</noticeUrl>
+ <gav>software.amazon.awssdk.crt:aws-crt:0.27.1</gav>
+
<noticeUrl>https://raw.githubusercontent.com/awslabs/aws-crt-java/v0.27.1/NOTICE</noticeUrl>
</override>
<!-- Hadoop AWS SDK -->
<override>
@@ -666,7 +666,7 @@
<aliasUrl>https://raw.githubusercontent.com/apache/orc/v1.8.0/LICENSE</aliasUrl>
<aliasUrl>https://raw.githubusercontent.com/RoaringBitmap/RoaringBitmap/0.9.39/LICENSE</aliasUrl>
<aliasUrl>https://raw.githubusercontent.com/JetBrains/java-annotations/master/LICENSE.txt</aliasUrl>
-
<aliasUrl>https://raw.githubusercontent.com/awslabs/aws-crt-java/v0.21.10/LICENSE</aliasUrl>
+
<aliasUrl>https://raw.githubusercontent.com/awslabs/aws-crt-java/v0.27.1/LICENSE</aliasUrl>
</aliasUrls>
<metric>1</metric>
</license>
diff --git a/asterixdb/src/main/appended-resources/supplemental-models.xml
b/asterixdb/src/main/appended-resources/supplemental-models.xml
index d7cdf06a86..841ed202fa 100644
--- a/asterixdb/src/main/appended-resources/supplemental-models.xml
+++ b/asterixdb/src/main/appended-resources/supplemental-models.xml
@@ -609,8 +609,8 @@
<groupId>software.amazon.awssdk.crt</groupId>
<artifactId>aws-crt</artifactId>
<properties>
-
<license.ignoreMissingEmbeddedLicense>0.21.10</license.ignoreMissingEmbeddedLicense>
-
<license.ignoreMissingEmbeddedNotice>0.21.10</license.ignoreMissingEmbeddedNotice>
+
<license.ignoreMissingEmbeddedLicense>0.27.1</license.ignoreMissingEmbeddedLicense>
+
<license.ignoreMissingEmbeddedNotice>0.27.1</license.ignoreMissingEmbeddedNotice>
</properties>
</project>
</supplement>