[
https://issues.apache.org/jira/browse/HUDI-1202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17537487#comment-17537487
]
Raymond Xu commented on HUDI-1202:
----------------------------------
Closing due to non-bundle modules are not meant to be added as dependencies.
> Fix Gradle dependency issue when pulling in hudi-spark_2.12
> ------------------------------------------------------------
>
> Key: HUDI-1202
> URL: https://issues.apache.org/jira/browse/HUDI-1202
> Project: Apache Hudi
> Issue Type: Bug
> Components: dependencies
> Affects Versions: 0.9.0
> Reporter: Bhavani Sudha
> Assignee: Bhavani Sudha
> Priority: Minor
> Fix For: 0.12.0
>
>
> Ensure for scala dependent maven artifacts the pom file is substituted with
> specific scala version. The issues is described here -
> [https://github.com/apache/hudi/issues/1943]
>
> Currently the pom for this specific artifact is referring to
> ${scala.binary.version} instead of the actual value. While this works fine
> with maven, gradle throws error because the variable gets substituted with
> default value in parent pom (2.11) and gradle sees that as inconsistent
> dependencies.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)