[
https://issues.apache.org/jira/browse/DRILL-8436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17755348#comment-17755348
]
ASF GitHub Bot commented on DRILL-8436:
---------------------------------------
jnturton commented on code in PR #2821:
URL: https://github.com/apache/drill/pull/2821#discussion_r1296649086
##########
exec/jdbc-all/pom.xml:
##########
@@ -102,6 +102,18 @@
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.sun.jersey</groupId>
+ <artifactId>jersey-core</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.sun.jersey</groupId>
+ <artifactId>jersey-server</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.sun.jersey</groupId>
Review Comment:
Ah! Thanks.
> Upgrade Hadoop 3.2.4 -> 3.3.6
> -----------------------------
>
> Key: DRILL-8436
> URL: https://issues.apache.org/jira/browse/DRILL-8436
> Project: Apache Drill
> Issue Type: Improvement
> Components: library
> Affects Versions: 1.21.1
> Reporter: James Turton
> Assignee: James Turton
> Priority: Minor
> Fix For: 1.22.0
>
>
> Hadoop is upgraded to 3.3.6. Jetty is upgraded to 9.4.51.v20230217.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)