vamsikarnika commented on code in PR #538:
URL: https://github.com/apache/incubator-xtable/pull/538#discussion_r1763368418
##########
xtable-utilities/pom.xml:
##########
@@ -36,6 +36,24 @@
<dependency>
<groupId>org.apache.xtable</groupId>
<artifactId>xtable-core</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.servlet</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.antlr</groupId>
+ <artifactId>antlr4-runtime</artifactId>
+ </exclusion>
+ </exclusions>
Review Comment:
Excluding servlet and antlr-runtime dependencies, since they're not being
used in utilities.
--
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]