Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PomDependencyVersion #39

Closed
thedevnisarg opened this issue Sep 30, 2020 · 1 comment
Closed

PomDependencyVersion #39

thedevnisarg opened this issue Sep 30, 2020 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@thedevnisarg
Copy link
Contributor

thedevnisarg commented Sep 30, 2020

Must be able to validate specified dependency (groupId, artifactId) with its version.

  • Must be able to locate and parse an application and find the pom.xml file
  • Must be able to compare groupId, artifactId, version to specified value.
  • Throw error if values does not match or found in dependency.
  • Support greater then or equal to version as well
**org.mule.connectors** **mule-http-connector** **1.5.11** mule-plugin org.mule.connectors mule-sockets-connector 1.1.5 mule-plugin
@thedevnisarg thedevnisarg added the enhancement New feature or request label Sep 30, 2020
@thedevnisarg thedevnisarg added this to the v1.0 milestone Sep 30, 2020
thedevnisarg added a commit that referenced this issue Oct 13, 2020
…ersionCheck

PomDependencyVersionRule Implementation.
@MrMcCartney
Copy link
Contributor

Should be resolved by PR #51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants