You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Peter Ivanov (Jira)" <ji...@apache.org> on 2021/01/13 14:28:01 UTC

[jira] [Comment Edited] (IGNITE-13987) Improve dependencies management.

    [ https://issues.apache.org/jira/browse/IGNITE-13987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17264172#comment-17264172 ] 

Peter Ivanov edited comment on IGNITE-13987 at 1/13/21, 2:27 PM:
-----------------------------------------------------------------

The work done is awesome.

But we need a bit deeper maven refactoring if we want to really improve in Ignite 3.0:
# All parameters should be moved to parent pom.
# PluginManagement and DependencyManagement sections should be added to parent pom with all required plugins and dependencies across the project.
# Versions in PluginManagement and DependencyManagement sections should be passed via parameters to ensure that we have one version for related dependencies (`spring` for instance).
# Module poms in its turn should have no versions in dependencies and plugins declarations.


was (Author: vveider):
The work done is awesome.

But we need a bit deeper maven refactoring if we want to really improve in Ignite 3.0:
# All parameters should be moved to parent pom.
# PluginManagement and DependencyManagement sections should be added to parent pom with all required plugins and dependencies across the project.
# Versions in PluginManagement and DependencyManagement sections should be passed via parameters to ensure that we have one version for connected dependencies (spring for instance).
# Module poms in its turn should have no versions in dependencies and plugins declarations.

> Improve dependencies management.
> --------------------------------
>
>                 Key: IGNITE-13987
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13987
>             Project: Ignite
>          Issue Type: Improvement
>          Components: build
>            Reporter: Andrey Mashenkov
>            Assignee: Andrey Mashenkov
>            Priority: Major
>              Labels: ignite-3
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Let's avoid hardcoded dependency versions in module pom files and use properties for versions as it is done Ignite 2.x.
> As more than one module can have same dependency, the proper place to define versions is the parent pom.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)