[
https://issues.apache.org/jira/browse/TEZ-4478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
László Bodor updated TEZ-4478:
------------------------------
Description:
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}
> 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
> Priority: Major
>
> 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)