zabetak commented on code in PR #6297:
URL: https://github.com/apache/hive/pull/6297#discussion_r2764540114
##########
hbase-handler/pom.xml:
##########
@@ -197,6 +197,12 @@
<version>${hbase.version}</version>
<classifier>tests</classifier>
<scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.glassfish.web</groupId>
+ <artifactId>javax.servlet.jsp</artifactId>
+ </exclusion>
+ </exclusions>
Review Comment:
Can we refactor the exclusion in the dependency management section instead
of putting it everywhere?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]