-
Notifications
You must be signed in to change notification settings - Fork 104
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
Update deps #138
Update deps #138
Conversation
<build> | ||
<defaultGoal>clean hpi:run</defaultGoal> | ||
</build> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nonstandard. Introduced in #44.
pom.xml
Outdated
@@ -54,18 +54,15 @@ | |||
<groupId>org.hamcrest</groupId> | |||
<artifactId>hamcrest-core</artifactId> | |||
</exclusion> | |||
<exclusion> <!-- TODO unwanted dep via plugin-util-api --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In case it is not obvious, a release of this would be highly appreciated to resolve Enforcer errors in dependent plugins. |
Care to approve #141? I seem to be a “maintainer”. |
Done |
Via jenkinsci/mock-load-builder-plugin#20 I found that this plugin was not yet adapted to jenkinsci/jenkins#4660.
Unlike jenkinsci/jackson2-api-plugin#96 we were not bundling the old JavaMail lib, we were just compiling against it.