You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/09/23 06:58:02 UTC

[GitHub] [hudi] danny0405 commented on a diff in pull request #6763: [HUDI-4906] Fix the local tests for hudi-flink

danny0405 commented on code in PR #6763:
URL: https://github.com/apache/hudi/pull/6763#discussion_r978317503


##########
pom.xml:
##########
@@ -628,12 +628,6 @@
   <dependencyManagement>
     <dependencies>
       <!-- Scala -->
-      <dependency>
-        <groupId>org.scala-lang</groupId>
-        <artifactId>scala-library</artifactId>
-        <version>${scala.version}</version>
-      </dependency>

Review Comment:
   The scala-library in root pom affects the dependency of all the modules, while conflicts with hudi-flink, so remove it.



-- 
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: commits-unsubscribe@hudi.apache.org

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