[ 
https://issues.apache.org/jira/browse/TEZ-4478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ayush Saxena resolved TEZ-4478.
-------------------------------
    Resolution: Fixed

> Refactor dependency versions into properties in pom
> ---------------------------------------------------
>
>                 Key: TEZ-4478
>                 URL: https://issues.apache.org/jira/browse/TEZ-4478
>             Project: Apache Tez
>          Issue Type: Improvement
>            Reporter: László Bodor
>            Assignee: Ayush Saxena
>            Priority: Major
>             Fix For: 0.10.3
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> There are still versions like:
> {code}
>       <dependency>
>         <groupId>commons-codec</groupId>
>         <artifactId>commons-codec</artifactId>
>         <version>1.13</version>
>       </dependency>
> {code}
> which should become:
> {code}
>       <dependency>
>         <groupId>commons-codec</groupId>
>         <artifactId>commons-codec</artifactId>
>         <version>${commons.codec.version}</version>
>       </dependency>
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to