yihua commented on a change in pull request #4669:
URL: https://github.com/apache/hudi/pull/4669#discussion_r802068021



##########
File path: packaging/hudi-hadoop-mr-bundle/pom.xml
##########
@@ -67,9 +67,6 @@
                   <include>org.apache.hudi:hudi-common</include>
                   <include>org.apache.hudi:hudi-hadoop-mr</include>
 
-                  <!-- TODO(HUDI-3239) remove this -->
-                  <include>org.scala-lang:scala-library</include>
-

Review comment:
       Should the following dep be removed in this pom as well?  Similar for 
the other bundle poms, `hudi-hadop-mr/pom.xml`,`hudi-common/pom.xml` where 
scala dep is added in #4531.
   
   ```
       <!-- Scala -->
       <!-- TODO(HUDI-3239) remove this dep -->
       <dependency>
         <groupId>org.scala-lang</groupId>
         <artifactId>scala-library</artifactId>
         <version>${scala.version}</version>
       </dependency>
   ```




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