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

Add required library to project configuration #615

Merged
merged 3 commits into from
May 20, 2021

Conversation

alecharp
Copy link
Member

Update minimum core version and bom

Since jenkinsci/jenkins#5047 was merged in Jenkins Core, the library libzfs was removed. This library is required in this plugin but was not properly described.

  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your master branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did
  • Link to relevant issues in GitHub or Jira
  • Link to relevant pull requests, esp. upstream and downstream changes
  • Ensure you have provided tests - that demonstrates feature works or fixes the issue

Copy link
Contributor

@MRamonLeon MRamonLeon left a comment

Choose a reason for hiding this comment

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

Some doubts

pom.xml Show resolved Hide resolved
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
Copy link
Contributor

Choose a reason for hiding this comment

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

why is it needed now and not before?

Copy link
Member Author

@alecharp alecharp May 20, 2021

Choose a reason for hiding this comment

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

Because of the version used in two different dependencies which are using different versions.
And it is a dependencyManagement not a direct dependency.

@alecharp
Copy link
Member Author

This would close #611 and #614

@MRamonLeon MRamonLeon merged commit e6efb96 into jenkinsci:master May 20, 2021
@alecharp alecharp deleted the fix-libzfs-library branch May 24, 2021 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants