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

Mockito bom missing artifact in maven central for java21 #3240

Closed
hazendaz opened this issue Jan 22, 2024 · 3 comments
Closed

Mockito bom missing artifact in maven central for java21 #3240

hazendaz opened this issue Jan 22, 2024 · 3 comments

Comments

@hazendaz
Copy link
Contributor

The following artifact is in the mockito bom but does not exist in maven central.

      <dependency>
        <groupId>mockito</groupId>
        <artifactId>java21</artifactId>
        <version>5.9.0</version>
      </dependency>

This seems like it should not have been put in the bom. This commit brought it in a0cc22d.

@TimvdLippe
Copy link
Contributor

Whoops good catch. We need to rename that to java21-test per our exclusion logic in

!subproject.name.endsWith("-test") &&
Contributions welcome!

@PranotiPD
Copy link
Contributor

PranotiPD commented Jan 24, 2024

shall I fix it? @TimvdLippe

@TimvdLippe
Copy link
Contributor

Yes feel free to send a PR to fix the name of the subproject

PranotiPD pushed a commit to PranotiPD/mockito that referenced this issue Jan 27, 2024
PranotiPD pushed a commit to PranotiPD/mockito that referenced this issue Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants