commit | 0ee537c88d290d7061dda13404ee6c11f42ea1e3 | [log] [tgz] |
---|---|---|
author | Hussain Towaileb <Hussain.Towaileb@Couchbase.com> | Tue Sep 21 04:10:10 2021 +0300 |
committer | Hussain Towaileb <hussainht@gmail.com> | Tue Sep 21 12:04:42 2021 +0000 |
tree | ce54e4a532d8440af7349dd1b2976a3c052da99b | |
parent | d7d5c39b1235ea9bad5c65eb15be04138e4bfc70 [diff] [blame] |
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 <hussainht@gmail.com> Reviewed-by: Wael Alkowaileet <wael.y.k@gmail.com> Integration-Tests: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
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>