Skip to content

fix(deps): remove duplicate jacoco-maven-plugin dependency#179

Merged
sufyankhanrao merged 2 commits into
mainfrom
remove-duplicate-jacoco-dependency
Jun 8, 2026
Merged

fix(deps): remove duplicate jacoco-maven-plugin dependency#179
sufyankhanrao merged 2 commits into
mainfrom
remove-duplicate-jacoco-dependency

Conversation

@sufyankhanrao

Copy link
Copy Markdown
Collaborator

What

Removed a duplicate jacoco-maven-plugin dependency entry from pom.xml. The dependency with groupId org.jacoco and version 0.8.14 (test scope) was declared twice, and this PR removes the redundant declaration.

Why

Having duplicate dependency declarations in pom.xml can cause confusion and potential version conflicts during builds. Removing the duplicate keeps the dependency management clean and unambiguous.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause a breaking change)
  • Tests (adds or updates tests)
  • Documentation (adds or updates documentation)
  • Refactor (style improvements, performance improvements, code refactoring)
  • Revert (reverts a commit)
  • CI/Build (adds or updates a script, change in external dependencies)

Dependency Change

No new dependencies added. A duplicate jacoco-maven-plugin entry has been removed.

Breaking change

No breaking changes introduced.

@sufyankhanrao sufyankhanrao self-assigned this Jun 8, 2026
@sonarqubecloud

sonarqubecloud Bot commented Jun 8, 2026

Copy link
Copy Markdown

@sufyankhanrao sufyankhanrao merged commit 86a19f6 into main Jun 8, 2026
10 checks passed
@sufyankhanrao sufyankhanrao deleted the remove-duplicate-jacoco-dependency branch June 8, 2026 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant