eclipse-jkube / jkube

Build and Deploy java applications on Kubernetes
https://www.eclipse.dev/jkube/
Eclipse Public License 2.0
747 stars 486 forks source link

Remove duplicate dependency from `quickstarts/maven/micronaut4` `pom.xml` #3204

Closed rohanKanojia closed 3 months ago

rohanKanojia commented 3 months ago

Component

None

Task description

Description

Micronaut 4 maven quickstart seems to have same dependency declared twice

https://github.com/eclipse-jkube/jkube/blob/8435d6b22bb1cbcc25c8576c308cc9efb7106363/quickstarts/maven/micronaut4/pom.xml#L55-L59

https://github.com/eclipse-jkube/jkube/blob/8435d6b22bb1cbcc25c8576c308cc9efb7106363/quickstarts/maven/micronaut4/pom.xml#L115-L119

We should remove one of the declarations.

Expected Behavior

Duplicate declaration is removed

Acceptance Criteria

arman-yekkehkhani commented 3 months ago

@rohanKanojia Hi, can I work on this?