>From Hussain Towaileb <[email protected]>: Hussain Towaileb has submitted this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17805 )
Change subject: [NO ISSUE][LIC]: Fix failing license test ...................................................................... [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]> --- M asterixdb/asterix-server/pom.xml M asterixdb/src/main/appended-resources/supplemental-models.xml 2 files changed, 19 insertions(+), 5 deletions(-) Approvals: Michael Blow: Looks good to me, approved Hussain Towaileb: Looks good to me, but someone else must approve; Verified Jenkins: Verified diff --git a/asterixdb/asterix-server/pom.xml b/asterixdb/asterix-server/pom.xml index f3685b0..4172033 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 d7cdf06..841ed20 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> -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17805 To unsubscribe, or for help writing mail filters, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Change-Id: I88eb0b2beee6497e14667a1166df70dcb4e9f473 Gerrit-Change-Number: 17805 Gerrit-PatchSet: 2 Gerrit-Owner: Hussain Towaileb <[email protected]> Gerrit-Reviewer: Hussain Towaileb <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]> Gerrit-MessageType: merged
