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 0ee537c Use nimbus-jose-jwt imported by Azure (9.9.3) instead of
Hadoop (9.8)
0ee537c is described below
commit 0ee537c88d290d7061dda13404ee6c11f42ea1e3
Author: Hussain Towaileb <[email protected]>
AuthorDate: Tue Sep 21 04:10:10 2021 +0300
Use nimbus-jose-jwt imported by Azure (9.9.3) instead of Hadoop (9.8)
Change-Id: I75db575d035ed7d5af8f7a9f0be1615775f295a8
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/13305
Reviewed-by: Hussain Towaileb <[email protected]>
Reviewed-by: Wael Alkowaileet <[email protected]>
Integration-Tests: Jenkins <[email protected]>
Tested-by: Jenkins <[email protected]>
---
asterixdb/pom.xml | 4 ++++
asterixdb/src/main/appended-resources/supplemental-models.xml | 4 ++--
hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml | 4 ++++
hyracks-fullstack/pom.xml | 4 ++++
4 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml
index df93317..898d9e9 100644
--- a/asterixdb/pom.xml
+++ b/asterixdb/pom.xml
@@ -987,6 +987,10 @@
<version>${hadoop.version}</version>
<exclusions>
<exclusion>
+ <groupId>com.nimbusds</groupId>
+ <artifactId>nimbus-jose-jwt</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
diff --git a/asterixdb/src/main/appended-resources/supplemental-models.xml
b/asterixdb/src/main/appended-resources/supplemental-models.xml
index 3f0d869..93fe3a0 100644
--- a/asterixdb/src/main/appended-resources/supplemental-models.xml
+++ b/asterixdb/src/main/appended-resources/supplemental-models.xml
@@ -863,8 +863,8 @@
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<properties>
-
<license.ignoreMissingEmbeddedLicense>4.41.1</license.ignoreMissingEmbeddedLicense>
-
<license.ignoreMissingEmbeddedNotice>4.41.1</license.ignoreMissingEmbeddedNotice>
+
<license.ignoreMissingEmbeddedLicense>9.9.3</license.ignoreMissingEmbeddedLicense>
+
<license.ignoreMissingEmbeddedNotice>9.9.3</license.ignoreMissingEmbeddedNotice>
</properties>
</project>
</supplement>
diff --git a/hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml
b/hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml
index c395145..35090c6 100644
--- a/hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml
@@ -99,6 +99,10 @@
<artifactId>hadoop-common</artifactId>
<exclusions>
<exclusion>
+ <groupId>com.nimbusds</groupId>
+ <artifactId>nimbus-jose-jwt</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
</exclusion>
diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml
index 5f83aab..339db5c 100644
--- a/hyracks-fullstack/pom.xml
+++ b/hyracks-fullstack/pom.xml
@@ -108,6 +108,10 @@
<version>${hadoop.version}</version>
<exclusions>
<exclusion>
+ <groupId>com.nimbusds</groupId>
+ <artifactId>nimbus-jose-jwt</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
</exclusion>