[
https://issues.apache.org/jira/browse/OOZIE-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Artem Ervits updated OOZIE-2930:
--------------------------------
Attachment: OOZIE-2930-0.patch
looks like regression after the last few commits, introduced the following
dependencies twice
{noformat}
hadoop-yarn-common
hadoop-yarn-api
{noformat}
{noformat}
[WARNING]
'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)'
must be unique: org.apache.hadoop:hadoop-yarn-api:jar -> duplicate declaration
of version ${hadoop.version} @ org.apache.oozie:oozie-main:4.4.0-SNAPSHOT,
/Users/aervits/NetBeansProjects/OOZIE-DEP/oozie/pom.xml, line 814, column 25
[WARNING]
'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)'
must be unique: org.apache.hadoop:hadoop-yarn-common:jar -> duplicate
declaration of version ${hadoop.version} @
org.apache.oozie:oozie-main:4.4.0-SNAPSHOT,
/Users/aervits/NetBeansProjects/OOZIE-DEP/oozie/pom.xml, line 820, column 25
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.apache.oozie:oozie-main:pom:4.4.0-SNAPSHOT
[WARNING]
'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)'
must be unique: org.apache.hadoop:hadoop-yarn-api:jar -> duplicate declaration
of version ${hadoop.version} @ line 814, column 25
[WARNING]
'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)'
must be unique: org.apache.hadoop:hadoop-yarn-common:jar -> duplicate
declaration of version ${hadoop.version} @ line 820, column 25
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten
the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support
building such malformed projects.
{noformat}
> Duplicate declaration of version warning for hadoop-yarn-api and
> hadoop-yarn-common
> -----------------------------------------------------------------------------------
>
> Key: OOZIE-2930
> URL: https://issues.apache.org/jira/browse/OOZIE-2930
> Project: Oozie
> Issue Type: Bug
> Affects Versions: 4.3.0
> Reporter: Artem Ervits
> Assignee: Artem Ervits
> Priority: Minor
> Attachments: OOZIE-2930-0.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)