On Thu, Aug 25, 2016 at 11:37 AM, 'Wei Zheng' via Jenkins Developers
<[email protected]> wrote:
> Regarding "test" scope, is this what you are talking about?
> https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Dependency_Scope

Yes.

> The subversion plugin seems like a bundled plugin, and I
> am not able to upgrade it to new version.

If you declared, say,

<dependency>
    <groupId>org.jenkins-ci.plugins</groupId>
    <artifactId>subversion</artifactId>
    <version>2.6</version>
    <scope>test</scope>
</dependency>

that would override the bundled version.

Are you already depending on `workflow-scm-step` somehow? Not sure how
else you would be running into this issue to begin with.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr3rru2buhk85KgVKnORp92D9XiSzy6wr5GfEbGH4jV6GQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to