-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
Hello,
I notice that
pipeline-utility-steps-plugin/src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/maven/ReadMavenPomStep.java is returning the following
org.apache.maven.model.Model
This is part of org.apache.maven:maven-model artifact and should not be expose.
This means that all the user of your plugin have a hard dependency on the version of the maven-model.
Why it is not part of the pipeline-utility own api ?