Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

pom.xml: use dependecy management #208

Merged
merged 1 commit into from
Apr 4, 2023

Conversation

rgolangh
Copy link
Contributor

@rgolangh rgolangh commented Apr 4, 2023

  • declare dependecy at the parent, including version and scope
  • use deps at the module level, with only the group and id
  • remove conficting declerations, redundant properties

Signed-off-by: Roy Golan rgolan@redhat.com

@masayag
Copy link
Collaborator

masayag commented Apr 4, 2023

Thank you for pushing this PR. I had a similar thought that we need this exact one to align project-wide dependencies.
Pls resolve conflict issues and let's merge it.

- declare dependecy at the parent, including version and scope
- use deps at the module level, with only the group and id
- remove conficting declerations, redundant properties

Signed-off-by: Roy Golan <rgolan@redhat.com>
@masayag
Copy link
Collaborator

masayag commented Apr 4, 2023

/lgtm

@pkliczewski
Copy link
Collaborator

/approve

@openshift-ci
Copy link

openshift-ci bot commented Apr 4, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: pkliczewski

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved label Apr 4, 2023
@openshift-merge-robot openshift-merge-robot merged commit 1438d89 into parodos-dev:main Apr 4, 2023
<java.version>11</java.version>
<junit.version>4.13.1</junit.version>
<assertj.version>3.17.2</assertj.version>
<mockito.version>3.5.13</mockito.version>
<slf4j.version>1.7.30</slf4j.version>
<lombok.version>1.18.26</lombok.version>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just noticed, lombok.version can be pulled to parent pom as well.

@pkliczewski pkliczewski mentioned this pull request Apr 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants