You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by GitBox <gi...@apache.org> on 2023/01/15 09:24:42 UTC

[GitHub] [orc] dongjoon-hyun commented on a diff in pull request #1377: ORC-1358: Use spotless to format pom files

dongjoon-hyun commented on code in PR #1377:
URL: https://github.com/apache/orc/pull/1377#discussion_r1070541733


##########
java/bench/pom.xml:
##########
@@ -117,36 +113,36 @@
         <groupId>org.apache.hadoop</groupId>
         <artifactId>hadoop-common</artifactId>
         <version>${hadoop.version}</version>
-	<exclusions>
-	  <exclusion>
-	    <groupId>com.sun.jersey</groupId>
-	    <artifactId>jersey-server</artifactId>
-	  </exclusion>
-	  <exclusion>
-	    <groupId>com.sun.jersey</groupId>
-	    <artifactId>jersey-core</artifactId>
-	  </exclusion>
-	  <exclusion>
-	    <groupId>commons-beanutils</groupId>
-	    <artifactId>commons-beanutils</artifactId>
-	  </exclusion>
-	  <exclusion>
-	    <groupId>commons-beanutils</groupId>
-	    <artifactId>commons-beanutils-core</artifactId>
-	  </exclusion>
-	  <exclusion>
-	    <groupId>javax.servlet</groupId>
-	    <artifactId>servlet-api</artifactId>
-	  </exclusion>

Review Comment:
   Nice. I saw this before in another PR, but didn't fix it at that time. Thanks.



-- 
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: issues-unsubscribe@orc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org