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

[JENKINS-39906] Fix PCT against core >= 2.16 #31

Closed
wants to merge 3 commits into from

Conversation

andresrc
Copy link

See JENKINS-39906

Fixed by picking needed test dependencies. Upgrade to newer parent POM added as a nice-to-have.

@reviewbybees

@ghost
Copy link

ghost commented Nov 21, 2016

This pull request originates from a CloudBees employee. At CloudBees, we require that all pull requests be reviewed by other CloudBees employees before we seek to have the change accepted. If you want to learn more about our process please see this explanation.

Copy link
Member

@jglick jglick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐝

@@ -69,6 +69,24 @@
<version>1.5</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>subversion</artifactId>
<version>2.5</version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this to override some 1.x bundled dependency? I thought that would be obsolete as of core 2.x.

If this is because of a dependency from workflow-scm-step, then make sure that is updated (newer versions do not depend on subversion), and remove this dependency.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, that did the trick, new commit added.

@jglick
Copy link
Member

jglick commented Feb 7, 2017

Is this now obsolete?

@andresrc andresrc closed this Feb 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants