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


##########
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:
   Which dependency are these servlet and antlr coming from ? These are not 
Apache 2.0 compliant actually. Can you check if the ones marked in yellow for 
xtable-utilities can be removed ? 
   
   
https://docs.google.com/spreadsheets/d/1XBCZBeWqF2D5d1L4H9fRQ1QLarJq4tLgIEgnGiNdoV8/edit?usp=sharing
 



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