vamsikarnika commented on code in PR #538:
URL: https://github.com/apache/incubator-xtable/pull/538#discussion_r1766443335


##########
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:
   I see below dependencies are present in the current dependency tree for 
utilties module that are marked yellow in the sheet. Will try to remove them
   
   jersey-json
   jersey-core
   jersey-server
   jersey-servlet
   jaxb-impl
   javax.activation-api
   javax.annotation-api
   javax.servlet.jsp-api
   javax.servlet-api
   javax.ws.rs-api
   jsr311-api
   jaxb-api
   javax.servlet.jsp
   javax.el
   jol-core



-- 
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]

Reply via email to